﻿body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* orange FF8B00*/
TD, TH { /* body text */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	LINE-HEIGHT: 130%;
	text-align:justify;
	}
/*Links in the body text*/
	a:link{  text-decoration: none; color: #003399;}
	a:visited{  text-decoration: none; color: #6699CC;}
	a:active	{  text-decoration: none; color: #FF3399;}
	a:hover 	{  text-decoration: underline; color: #FF6633;}
	
.title{ /* head-text on the top of up-layer text*/
	font-family: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 14pt;
	letter-spacing: 0px;
	color:#aaaaaa;
	text-align:left;
	font-weight:normal;
} 

.footer { /* text and links on page footer */
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	color: white;
	font-size: 10px;
	text-align: center;

} 
	.footer a:link, .footer a:visited, .footer a:active { color: white; }
	.footer a:hover { color: orange; text-decoration: none; }
	
.about { /* text and links on page footer */
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
	font-size: 10px;
	text-align: center;

} 
	.about a:link, .about a:visited, .about a:active { color: #666666; }
	.about a:hover { color: orange; text-decoration: none; }
	
.grid TD { /* text and links on page footer */
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #333333;
	font-size: 10px;
	text-align:left;
	font-weight:normal;
} 
.gridtitle { /* text and links on page footer */
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #ffffff;
	font-size: 11px;
	text-align:left;
	font-weight:bold;
} 
INPUT {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	border: 1px solid #666666;
}
	
textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	border: 1px solid #666666;
}



