body{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
	margin-top: 0px;
}

th{	
	font-family: Verdana, Arial, Sans-serif;
	font-size: 8pt;
	color: #666666;
	margin-top: 0px;
}

td{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 8pt;
	color: #666666;
	margin-top: 0px;
}

img{
	border: none;
	padding: 0px;
	margin: 0px;	
}

p{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div{
	z-index: 1;	
}

#wrapper{
	width: 875px;
	margin: 0px auto;
	text-align: left;
}

#header{
	margin-bottom: 6px;	
}

#header_topNav{
	text-align: right;
}

#header_topNav img{
	border: none;
}

#header_topNav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header_topNav li{
	display: inline;
}

#header_mainNavBar{
	vertical-align: middle;
	height: 28px;
	background: #999999;
	border-bottom: 5px solid #666666;
}

#header_mainNav{
	float: left;
	margin: 0px;
	padding: 0px;
}

#header_mainNav img{
	border: none;
	padding: 0px;
}

#header_mainNav li{
	display: inline;
	padding: 0px;
}

#header_mainNavSearch{
	position: relative;
	top: 5px;
	right: 10px;
	float: right;
	vertical-align: middle;
}

#header_mainNavSearch a{
	color: #FFFFFF;	
}

#header_mainNavSearch .text{
	width: 150px;
	border: 1px solid black;
	font-family: Arial;
	font-size: 9pt;
	height: 20px;
	vertical-align: middle;
}

#header_mainNavSearch .btn{
	border: 1px solid black;
	color: white;
	background: #666666;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}


#header_subnavBar{
	background: #F1E9D7;
	height: 29px;
}

#header_subnavBar img{
	border: none;
}

#header_subnavBar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header_subnavBar li{
	display: inline;
}

#content{
	float: left;
	background: #FFFFFF;
	margin-bottom: 10px;
	width: 875px;
}


#footer{
	width: 850px;
	clear: both;
	text-align: center;
	border-top: 7px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #BABABA;
}

#footer ul{
	margin: 0px;
	padding: 0px;
}

#footer li{
	display: inline;
	color: #FFFFFF;
}

#footer a{
	color: #FFFFFF;
}

#clearBar{
	clear: both;
}

#clearBarRight{
	clear: right;
}

#clearBarLeft{
	clear: left;
}


a, a:visited {
	font: 8pt/10pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #1E66AC;
}

a:hover	{
	text-decoration:underline;
	color: #1E66AC;}


a.grayLink, a.grayLink:visited{
	color: 	#666666
}

a:hover	{
	text-decoration:underline;
	color: #666666;}

a.heading{
	font-weight: bold;
}

.heading{
	font-weight: bold;
}

a.submenuLink, a.submenuLink:hover, a.submenuLink:visited, .submenuText{
	color: #333333;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

a.submenuLink:hover{
	text-decoration: none;
	background: #DECFBC;
}

.red{
	color: red;
}

.button{
	font-family: Arial;
	font-size: 9pt;
	border: 1px solid black;
	color: white;
	background: #666666;
	vertical-align: middle;
}

.bold_button{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid black;
	color: white;
	background: #666666;
	vertical-align: middle;
}

.selectBox{
	border: 1px solid black;
	font-family: Arial;
	font-size: 9pt;
}

.checkBox{
	margin-bottom: 0px;
}

.textBox{
	border: 1px solid black;
	font-family: Arial;
	font-size: 9pt;
}

.alternateRow{
	background-color: #CCCCCC;
}

#errorList{

}

#errorList li{
	color: red;
}

/************************/
/* BEGIN BORDER EFFECTS */
/************************/

.borderedTBLR{
	border: 1px solid black;
}

.borderedTLR{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.borderedBLR{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.borderedLR{
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.borderedB{
	border-bottom: 1px solid black;
}

.borderedBL{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

/**********************/
/* END BORDER EFFECTS */
/**********************/