body {
	background-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;

}
/* news and published articles styles */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #F37121;
}
.title {	
	font-family: Arial; 
	color: #000000; 
	font-size: 12pt; 
	font-weight: bold; 
}
.text {	
	font-family: Arial; color: #000000; 
	font-size: 10pt; 
}
.textsmall {	
	font-family: Arial; 
	color: #000000; 
	font-size: 9pt; 
}
a.titlelink:link { 
	color: #003399;  
	font-size: 10pt; 
}
a.titlelink:active { 
	color: #003399; 
	font-size: 10pt;  
}
a.titlelink:visited { 
	color: #003399; 
	font-size: 10pt;  
}
a.titlelink:hover { 
	color: #003399; 
	font-size: 10pt;  
}
/* end of news and published articles styles */

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 20px;
}

/* Contact Page Styles */
.formfields{
	color:#FFFFFF;
	font-weight:normal;
	padding: 1px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width:1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: solid;
	border-left-style: groove;
	font-size: 10px;
	background-color: #333333;
}

.contactInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	vertical-align: top;
	margin-bottom: 0px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333333;
	list-style-type: disc;
	list-style-position: inside;
}

.contactBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	vertical-align: top;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	list-style-type: disc;
	list-style-position: inside;
}
.bodyList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	vertical-align: top;
	margin-bottom: 0px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333333;
	list-style-type: disc;
	list-style-position: inside;
}

.formbutton{
	cursor:pointer;
	border:1px ridge #AAAAAA;
	background:#333333;
	color:#FFFFFF;
	font-weight:bold;
	padding: 1px;
	font-size: 10px;
}

.conlink a {
	color: #333333;
	text-decoration:none;
}

.conlink a.hover {
	color: #333333;
	text-decoration:none;
}