html
{
}

body
{
	color:#000;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
}

body, h1, h2, h3, h4, h5
{
	font-family: arial, verdana, helvetica, sans-serif;
}

h1 { font-size: 1.7em; color: #093a7d; 	width: 100%; min-height: 1.5em; }

.PageBanner h1
{
	/*float: left;
	clear: both;*/
	font-weight: normal !important;
	font-family: arial, verdana, helvetica, sans-serif;
	/* text-indent: 80px; */
	width: 100%;
	/* height: 2.5em; */
	margin: 0 0 0 0;
	padding: 15px 0 0 0.6em;
	/* background: url(../images/company.gif) no-repeat left; */
	/* background: url(../images/PageHeaderBg.jpg) no-repeat left;	*/

}

h2 { font-size: 1.3em; color: #093a7d; }
h3 { font-size: 1.1em; color: #093a7d; }

h1.pageTitle
{
margin: 0;
}

h1.GenHeading 
{ /*float: left; 
 clear: both;*/  
 font-weight: normal; 
 font-family: arial, verdana, helvetica, sans-serif; 
 font-size: 2.3em;
text-indent: 70px; 
width: 60%; 
margin: 0 0 10px 10px; 
padding-bottom: 20px; 
padding-top: 20px; 
background:  url(/images/company.gif) no-repeat left; 
border: 1px solid #000; }


.clear 
{
	clear:both;
}

p.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	margin: -500em;
}

	
fieldset
{
	border: 1px solid #d6e5c4;
	margin: 20px 0 5px 0;
	padding: 5px 15px 0 15px;
	background: #f2f8ea;
	position: relative;
}
legend 
{	
	color: #093a7d;	
	font-size: 1.3em;
	position: absolute;
	top: -.5em;
	left: .2em;
}


a
{
	color: #0069C6;
	text-decoration: none;
}

a:hover
{
	color: #349C07;
	text-decoration: underline;
}



input
{
	font-size: 1.1em;
}

select
{
	font-size: 1.1em;
}

.boldText
{
	font-weight: bold;
}

.textBox
{
	border: 1px solid #999;
	font-size: 1em;
	width: 50em;
}

textarea
{
	border: 1px solid #999;
	font-size: 1em;
	width: 20em;
	height: 8em;
}

.button
{
	margin: 0;
	padding: 0;
	width: 12em;
	border: 1px solid #999;
	font-size: 1em;
}

/* Background image for CSS submit button*/
.blueButton
{ 
	background: url(images/blueButton.jpg) no-repeat;
	width: 166px; height: 54px; 
	padding-top: 0.65em;
	font: 0.65em arial, verdana, helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #fff; text-indent: 2.5em; 
	text-decoration: none;
}
			  
.blueButton a	{ text-decoration: none; color: #ccddf4; }
			  
.blueButton a:hover { color: #fff; }


th 
{
	border-bottom: solid 2px silver;
	font-size: small;
}

table 
{
	border: solid 1px silver;
}

.HighlightedRow 
{
	color: white;
	background-color: #093a7d;
}

.smallText
{
	font-size: 0.8em;
}



