
p {  
  color: #000000;  font-family: Arial,Helvetica,sans-serif;  font-size: 12px;  display: inline;}

a:link {
  color: #0000FF;
  text-decoration: underline;
}
  
a:hover{
  color: #FF9900;
  text-decoration: underline;
}
  
a:active{
  color: #FF0000;
  text-decoration: underline;
}

.red {
  color: #FF0000;
}

.blue {
  color: #0000FF;
}

.green {
  color: #00cc00;
}

.orange {
  color: #FF9900;
}


.gray {
  color: #999999;
}

h1 {
	font-family:Trebuchet MS,Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}

h2{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 40px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 60px;
}
.center_text {
	text-align: center;
}
.main {
	color: #000000;  
	font-family: Trebuchet MS,Verdana; 
	font-size: 12px;  
	display: inline;
}
