/* Body & default link styles */

body
{
margin:						0px;
padding:					0px;
font-family:				"Verdana", Arial, sans-serif;
font-size:					10pt;
font-weight:				normal;
color:						#4D679A;
}

a, a:link, a:visited, a:active, a:hover
{
color:						#FFFFFF;
text-decoration:			underline;
}


/* Main content */
.content
{
font-family:				"Verdana", Arial, sans-serif;
font-size:					9pt;
font-weight:				normal;
color:						#000000;
background-color:			#FFFFFF;
}

.content a:visited, .content a:link, .content a:hover, .content a:active
{
font-family:				"Verdana", Arial, sans-serif;
font-size:					9pt;
text-decoration:			underline;
color:						#4D9A5A;
}

/* News styles */
.news
{
font-family:				"Verdana", Arial, sans-serif;
font-size:					9pt;
color:						#FFFFFF;
border-right:				#575757 1px dashed;
}

.news a:visited, .news a:link, .news a:hover, .news a:active
{
font-family:				"Verdana", Arial, sans-serif;
font-size:					9pt;
text-decoration:			underline;
color:						#FFFFFF;
}

.newsheader
{
font-family:				"Verdana", Arial, sans-serif;
font-size:					9pt;
font-weight:				bold;
color:						#920101;
}

/* Border Styles */
.dashedside
{
border-right:				#DBDBDB 1px dashed;
}

/* Required field Styles */
.required
{
font-size:					9pt;
color:						#990000;
font-weight:				normal;
}

/* Form Field Stles */
.msgbox
{
font-family:				"Verdana", Arial, sans-serif;
font-size:					9pt;
border-left:				#737370 1px solid;
border-right:				#737370 1px solid;
border-top:					#737370 1px solid;
border-bottom:				#737370 1px solid;
scrollbar-face-color:		#fff;
scrollbar-highlight-color:	#647E92;
scrollbar-3dlight-color:	#EEEEEF;
scrollbar-darkshadow-color: #EEEEEF;
scrollbar-shadow-color:		#647E92;
scrollbar-arrow-color:		#647E92;
scrollbar-track-color:		#EEEEEF;
background-color:			#FFFFFF;
color:						#575757;
}


/* Logged Information Style */
.logged
{
color:						#6F6F6F;
font-size:					7.5pt;
}

/* Copyright & footer styles */
.copyright 
{
font-size:					8pt;
color:						#878889;
background-color:			#000000;
border-bottom:				#000000 1px solid;
}

.copyright a:visited, .copyright a:link, .copyright:hover, .copyright:active
{
text-decoration:			underline;
color:						#878889;
}