/* CSS Document */

/******* general & body tags *******/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #006600;	
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	font-weight: bold; 
}

a:hover{
	text-decoration: underline;
	color: #FF6600;
}

/******* page tag styles *******/
.footer01 {  
	font-size: 10px; 
	font-weight: normal; 
	color: #000000
}
.text01 {  
	font-size: 14px; 
	font-weight: normal; 
	color: #000000
}
.small01 {  
	font-size: 10px; 
	font-weight: normal; 
	color: #FFFFFF;
}
.error01 {  
	font-size: 14px; 
	font-weight: normal; 
	color: #FF0000
}
.error02 {  
	font-size: 14px; 
	font-weight: bold; 
	color: #FF0000
}
.headline01 {  
	font-size: 16px; 
	font-weight: bold; 
	color: #000000}
.headline03 {  
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF}
.headline02 {  
	font-size: 16px; 
	font-weight: bold; 
	color: #FF0000}
.sideline {  
	font-size: 12px; 
	font-weight: bold; 
	color: #FF6600}
.table_headline {  
	font-size: 11px; 
	font-weight: bold; 
	color: #000066}
.table_headline-w {  
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff}
/******* form styles *******/	
	textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/******* page tag styles *******/
.jtheader01 {  
	font-size: 28px; 
	font-weight: bold; 
	color: #FF0000}	