/*

	Developed by YourMark.com
	Copyright 2003.  All Rights Reserved.
	http://www.yourmark.com/
*/


/* Body format */
body
{
margin:						0px;
padding:					0px;
font-family:				Verdana, Arial, sans-serif;
font-weight:				normal;
}

.content
{
	font-family:				Verdana, Arial, sans-serif;
	font-size:					9pt;
	font-weight:				normal;


}


h1
{
	font-family:				Verdana, Arial, sans-serif;
	font-size:					12pt;
	font-weight:				bold;
	color:						#C20000;
}


/* Standard link format */
a, a:link, a:visited, a:active, a:hover
{
color:						#C20000;
text-decoration:			underline;
}

td.mainnav {
	font-family:			Verdana, Arial, sans-serif;
	font-size:				10px;
	color:					#FFFFFF;
	background-color:		#484848;
	font-weight:			normal;
	/*display:				block; */
	line-height:			18px;
	text-align:				center;
}

td.mainnav a:link {
	color:					#E4E4E4;
	background-color:		#484848;
	font-weight:			bold;
	text-decoration:		none;
	display:				block;
}

td.mainnav a:visited {
	color:					#E4E4E4;
	background-color:		#484848;
	text-decoration:		none;
	font-weight:			bold;
	display:				block;
}

td.mainnav a:hover {
	color:					#FFFFFF;
	background-color:		#C20000;
	font-weight:			bold;
	text-decoration:		none;
	display:				block;
}


/* Message box and form fields */
.msgbox
{
font-family:				"Trebuchet MS", Arial, sans-serif;
font-size:					9pt;
border-left:				#9C9C9C 1px solid;
border-right:				#9C9C9C 1px solid;
border-top:					#9C9C9C 1px solid;
border-bottom:				#9C9C9C 1px solid;
background-color:			#FFFFFF;
color:						#363636;
}


/* Border styles */
.dashedbottom
{
border-bottom:				#BEBEBE 1px dashed;
}

.dashedleft
{
border-left:				#BEBEBE 1px dashed;
}


/* Login area formatting */
.login
{
font-size:					8pt;
color:						#000000;
}


/* Footer/copyright format */
.copyright 
{
font-size:					8pt;
color:						#3C3B3B;
text-align:					center;
}

.copyright a:visited, .copyright a:link, .copyright:hover, .copyright:active
{
text-decoration:			underline;
color:						#3C3B3B;
}
.contenta {
	font-family:				Verdana, Arial, sans-serif;
	font-size:					9pt;
	font-weight:				normal;
	line-height: 22px;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.required {
	color: #CC0000;
}
.contentb {
	font-family:				Verdana, Arial, sans-serif;
	font-size:					7pt;
	font-weight:				normal;
}


