body {
	margin: 0;
	min-width: 760px;
}

#content {
	 background-color: #ffffff; 
	 color: #000000;
	 font-family: arial, sans-serif;
	 font-size: 11px;
}

#footer {
	text-align: center;
	border-top: 1px solid #0066CC;
	background-color:#E3E3E3;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 4px 0;
}

a {
	color:#0066CC;
	text-decoration: underline;
}

a:hover {
	color:#0066CC;
	text-decoration: none;
}

.m0inner:hover {
	color:#FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #4F4F4F;
	margin: 0 0 12px;
	padding: 0;
}
h2 {
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #0066CC;
	background: url(bg_div_line.gif) repeat-x bottom;
	margin: 15px 0;
	padding: 0 0 2px;
}
h3 {
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 15px 0 5px;
	padding: 0 0 2px;
}
p {
	margin: 12px 0;
	padding: 0;
}
form {
	margin: 0;
}	
select {
	font-size: 11px;
}
input {
	font-size: 11px;
	border: 1px solid #999999;
}
.textArea{
	 font-family: arial, sans-serif;
	 font-size: 11px;
}
input.button {
	border: 1px solid #999999;
	background-color: #eeeeee;
	filter:progid:DXImageTransform.Microsoft.Gradient
     			(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#B6B6B6');
}
input.check {
	border: 0px;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.divLine {
	height: 5px;
	margin: -10px 0px; 
	border-bottom: 1px solid #999999;
	line-height: 1px
}
.divLine2, .divLine3 {
	background: url(bg_div_line.gif) repeat-x bottom;
	height: 1px;
	margin: 15px 0 5px;
	padding: 0 0 2px;
}
.divLine3 {
	margin: 0;
	padding: 0;
}
.required {
	color: #CC0000;
}
.small {
	font-size: 10px;
}
.label, .labelStrong {
	font-family: arial, sans-serif;
}
.labelStrong {
	font-weight: bold;
}	

.buttonContainer {
	background-image: url(bg_div_line.gif); 
	background-repeat: repeat-x; 
	background-position: top;
	margin: 10px 0;
	padding: 10px 0;
}

/* Progress Meter */

/* Progress Meter */

#progContainer {
	float: right; 
	border: 1px solid #CCCCCC; 
	width:142px; 
	padding: 4px;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 15px 0 15px 15px;
}
#progHeader {
	font-weight:bold; 
	color:#0066CC; 
	padding-bottom: 3px; 
	margin-bottom: 5px; 
	background: url(bg_div_line.gif) repeat-x bottom;
}
.progVisited {
	color: #000; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 5px;

}
.progActive {
	color: #0066CC; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 5px;
}

.progInactive {
	color: #999999; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 5px;
}
.tableHeader {
	 border: 1px solid #0066CC; 
	 background-color:#FBFBE5;
	 color: #333333;
	 font-weight: bold;
	 padding: 2px 5px;
}
.tableBorder {
	border-right: 1px solid #0066CC; 
	border-bottom: 1px solid #0066CC; 
	border-left: 1px solid #0066CC; 
}
.tableData th {
	background-color: #F4F4F4;
	/*background-color: #cccccc;*/
	text-align: left;
	padding: 5px 10px;
	font-family: arial, sans-serif;
}
.tableData td {
	padding: 5px 10px;
	font-family: arial, sans-serif;
}

.tableDataResults th {
	text-align: left;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #0066CC;
	border-bottom: 1px solid #989898;
}

.tableDataResults th {
	padding-bottom: 3px !important;
}

.tableDataResults td {
	text-align: left;
	padding: 5px 0;
	font-size: 12px;
}

.altRow {
	background-color:#efefef;
}
.lastRow {
	border-top: 1px solid #989898;
	font-size: 1px;
}
.money {
	text-align:right !important;
	padding-right: 5px !important;
}
.total {
	font-weight:bold;
}

/* sub nav */
#subNav {
	width: 500px; 
	border-top: 1px solid #999999; 
	border-bottom: 1px solid #999999; 
	padding: 4px 4px;
}
#subNav a {
	text-decoration: none;
}
#subNav a:hover {
	text-decoration: underline;
}
.active {
	font-weight: bold;
}


	.resultsTable td {
		padding: 3px 2px;
	}
	.tblHead {
		font-size: 10px;
		border-bottom: 1px solid #000;
		font-weight:bold;
	}
	.tblRow1 {
		background-color: #fff;
		font-size: 10px;
	}
	.tblRow2 {
		background-color: #E5E5E5;
		font-size: 10px;
	}
	.tblTxt {
		
	}
