.bodytext
{	
	background-color :				#FFFFFF;
	font-size : 					13px;
	color :							#000000;
	font-family : 					Georgia, Times New Roman, Serif;
	text-align : 					left;
	vertical-align:					top;
	line-height:					18px;
	padding:						3px,3px,3px,3px;
	}
	
.bodytextright
{
	background-color :				#FFFFFF;
	font-size :						13px;
	color :							#000000;
	font-family :					Georgia, Times New Roman, Serif;
	text-align :					right;
	vertical-align:					top;
	<!--padding:						3px,3px,3px,3px;-->
}

.bodytextcenter
{
	background-color:				#FFFFFF;
	font-size :						13px;
	color :							#000000;
	font-family :					Georgia, Times New Roman, Serif;
	text-align :					center;
	vertical-align:					middle;
	padding:						3px,3px,3px,3px;
}		

.header
{	
	background-color :				#FFFFFF;
	font-size :						15px;
	color :							#333333;
	font-family	:					Georgia, Times New Roman, Serif;
	font-style :					italic;
	font-weight:					bold;
	text-align :					left;
	vertical-align :					top;
	padding: 3px,3px,3px,3px;
}

.subheader
{
	background-color :				#FFFFFF;
	font-size : 					13px;
	color :						#ff0000;
	font-family : 					Georgia, Times New Roman, Serif;
	font-style:						italic;
	font-weight:					bold;
	vertical-align:					top;
	text-decoration : 				none;
	padding: 3px,3px,3px,3px;
}

.submenu
{	
	background-color :				#FFFFFF;
	font-size : 					12px;
	color :						#555555;
	font-family : 					Georgia, Times New Roman, Serif;
	text-align : 					left;
	vertical-align:					top;
	}
	
	.submenuright
{	
	background-color :				#FFFFFF;
	font-size : 					12px;
	color :						#555555;
	font-family : 					Georgia, Times New Roman, Serif;
	text-align : 					right;
	vertical-align:					top;
	}

body
{
	background-color:					#FFFFFF;
	margin : 						0px 0px 0px 0px;
	scrollbar-face-color:				#FFFFFF;	
  	scrollbar-shadow-color:				#555555;
  	scrollbar-highlight-color:			#FFFFFF;
 	scrollbar-arrow-color:				#555555;
  	scrollbar-3dlight-color:			#555555;
 	scrollbar-darkshadow-color:			#FFFFFF;
 	scrollbar-track-color:				#FFFFFF;
}

table{
	border: 0px;
}

td
{
	border: 0px;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	text-align: left;

}

.container
{
	background-color:#D9D9D9;
	border:0px;
	vertical-align:top;
	text-align:left;
	table-layout:auto;
	margin : 1px 1px 1px 1px;
}

a
{
	text-decoration : 				none;
	color :						#555555;
}

a:hover
{
	text-decoration : 				underline;
	color :						#990000;
}


