/* CSS Document */

body{
	color:#333333;
	padding:0px;
	margin-left: 20px;
	margin-top: 0px;
}
body, td, p, div, a, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #FF0000;
}

.indent { padding-left:30px; }	

.container{
	position:relative; 
	left:25px; 
	top:0px; 
	padding:5px;
	width:600px;
	}
	
.header{
	line-height:16px; 
	margin:0px 0px 0px 0px;
	}
	
.userInput{
	background-color:#FFFF99;
	width:100px;
	}
	
fieldset{
	float:left;
	padding:0px 20px 20px 20px;
	}

legend{
	font-weight:bold;
	color:#333333;
	margin:0px 0px 0px 0px;
	padding-bottom:10px;
	}
	
.row{
	clear:both;
	padding:0;
	margin:0;
	}
	
.col{
	float:left;
	width:240px;
	text-align:right;
	padding:7px 0px 7px 0px;
	}

.description{
	height:15px;
	text-align:right;
	float:left;
	}

.disabled{
	color:#000000;
	border:0;
	}

div.Section1
	{page:Section1;}
	
h1 {
	font-family: Arial; 
	color: black;
	font-size:27px;
	font-weight:bold;
	text-align:left;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
}
h2 {
	font-family: Arial; 
	color: black;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding:0;
}
.big {
	font-size:150%;
}
.xbig {
	font-size:170%;
}
h3 {
	font-family: Arial; 
	color: black;
	font-size:100%;
	text-align:left;
	font-weight:bold;
}


.red {
	color:#D33031;
}
.blue {
	color: #012883;
}
.outline {
	border:1px solid #012883;
	padding:5px;
	margin:0;
	background-color: #eee; /* #DFE6EE;*/
}
.outline td, .outline th { padding:2px 2px 2px 5px;vertical-align: top; }
.outline th { color: #012883;}
.outline td h3 { margin:0; padding:0; color: #012883; text-align:right}
.outline td.last, .outline th.last { border-left:1px dotted #012883; }
.outline td.rowLine { border-bottom:1px solid #012883; }

.pageText, body {
font-size: 10pt; font-family: Arial; color: black;
}
.customerQuotes {
color:#666666;
padding:5px 5px 5px 10px;
text-align:center;
}
.customerInfo, .customerInfo a {
color:#999999;
/*color:#0066FF*/
}

.floatLeftClear {
	float: left;
	clear:left;
	margin: 2px 4px 2px 0px;
}
.floatLeft { float: left; margin: 2px; }

.floatRightClear {
	float: right;
	clear:right;
	margin: 2px 2px 2px 4px;
}
.floatRight { float: right; margin: 2px; }
.fraction { font-size: 80% }
a.purchaseButton { 
	padding:4px; 
	color:#000;
	border-left:1px solid #666; 
	border-top:1px solid #666; 
	border-right:2px solid black; 
	border-bottom:2px solid black; 
	text-decoration:none; 
	background-color:#FFFFCC;
}
a.purchaseButton:hover {
	color:#0000FF;
	/*background-color:#FFFF66;*/
}
	

.footer { text-align:left; font-size:10px;color:#666666; width:760px; clear:both; padding: 5px 0 0 0; }
.footer span { float:right }
.footer span a { font-size:9px; color:#666666; }
