/* Text Styles */

body {
	font-family: Verdana, Arial, Serif; 
	font-size: 10px; 
	color: #FFFFFF;
}
.mainBodyText {
	font-family:Verdana, Arial, Serif; 
	font-size:12px; 
	color:gray;
	padding:10px;
	background-color:#FFFFFF;
}
.copyright
{
	font-size: 9px; 
	color: gray;
	margin-top:5px;
	display:block;
	position:relative;
}

input.red {
	background-color: #990000;
	font-weight: normal;
	font-size: 9pt; 
	color: white;
}

textarea.red {
	background-color: #990000;
	color: white;
	font-size: 9pt;
	font-weight: normal
} 



.textCopyright {
	font-family: Verdana, Arial, Serif; 
	font-size: 8pt;
	font-weight: none; 
	color: #000000;
}

.currentPage {
	font-family: Verdana, Arial, Serif; 
	font-size: 10pt;
	font-weight: bold; 
	color: #FFFFFF;
}

.DateTime {
	font-family: Verdana, Arial, Serif; 
	font-size: 8pt;
	color: #FFFFFF;
	padding-left: 10px;
}


/* Heading Styles */

h1 {
	font-size: 10pt;
	font-family: Verdana, Arial, Serif;
	font-weight: bold;
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 5pt;
	color: #FFFFFF; 
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	font-family: Verdana, Arial, Serif;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	color: gray; 
	text-decoration: none;
}

h4 {
	font-size: 14px;
	font-family: Verdana, Arial, Serif;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	color: gray; 
	text-decoration: none;
}

/* Link Styles */

a {
	color: #003366;
	font-size: 12px;
	text-decoration:underline;
}
a:hover {
	color: #003366;
	font-size: 12px;
	text-decoration:none;
}
a:active {
	color: #003366;
	font-size: 12px;
	text-decoration: underline;
}

.A1 {
	color: #FF9900;
	font-size: 8pt;
	text-decoration: underline;
}
.A1:hover {
	color: #00FFFF;
	font-size: 8pt;
	text-decoration: none;
}
.A1:active {
	color: #00FFFF;
	font-size: 8pt;
	text-decoration: none;
}

.A2 {
	color: #FF9900;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
.A2:hover {
	color: #00FFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.A2:active {
	color: #00FFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* Other Styles */

p {
	margin-top: 10pt;
	margin-bottom: 10pt;
}

br {
	margin-top: 5pt; 
	margin-bottom: 5pt;
}

