/*CSS File by Jason Rhodes - JR Network Solutions www.jrnetworksolutions.com*/

body {
	font-family: Times New Roman, Times, serif;
    color: #000000;
    font-size: 10pt;
	margin: 0;
	padding: 0;
	background-image: none;
}
#header {
	display: none;
}
#navigation {
	display: none;
}
#content {
	margin: 0 0 0 0;
	line-height: 1.4;
	border: 0px;
	float: none;
}
#content h1 {
	font-size: 14pt;
	font-weight: bold;
}
#content h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #CC3300;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
	color: #000000;
}
#footer {
	display: none;
}
/*Use this for text input fields, boxes and submit & reset buttons*/
TEXTAREA, INPUT, SELECT {
	border: #B9D0EB 1px solid;
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #48698F;	
	background-color: #EFF7FF;
}
/*onFocus is for dynamic on/off on form input fields*/
.onFocus {
	border: 1px solid #003C76;
	background-color: #eff6fc;
	font-size: 10pt;
	font-family: Times New Roman, Times, serif;
	color: #000000;
}
.onBlur {
	border: 1px solid #B9D0EB; 
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}