/*  Stylesheet  */
/* General Website Text Styles */
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
}

td {
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
}

a {
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
	text-decoration: underline;
}
a:hover {
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#000000; 
	font-weight:normal; 
	text-decoration: none;
}

h2{
	font-family:Verdana, Arial, Helvetica; 
	font-size:11px; 
	color:#6a5050; 
	font-weight:bold; 
	text-decoration: none;
	margin: 0;
	padding: 0 0 15px 0;
}
ol{
	padding:0 0 0 25px;
	margin:0;
}
ul{
	list-style-image: url(../images/dash.gif);
	padding:0 0 0 15px;
	margin:0;
}
li{
	padding:0 0 5px 0;
	margin:0px;
}
#helpContentTxt1 .indent {
	padding-left:20px;
}



/* Help Popup */
#helpPopup {
	width: 95%;
	padding:0 0 10 18;
	font-family:Verdana, Arial, Helvetica; 
	font-size:11px; 
	color:#000000; 
	font-weight:normal; 
}
#helpSubhdr {
	display: block;
	float:left;
	width: 99.9%;
	text-align: left;
}
#helpSubhdr2 {
	width: auto;
	text-align: left;
}

#helpHR {
	clear: both;
	width: 99.9%;
	height: 7px;
	margin-bottom: 10px;
	background: url(../images/helpHR_bg.jpg) repeat-x;
	
}
#helpHR2 {
	width: auto;
	height: 7px;
	margin-bottom: 10px;
	background: url(../images/helpHR_bg.jpg) repeat-x;
	
}

#helpPD {
	clear: both;
	width: 99.9%;
	height: 7px;
	margin-bottom: 10px;
}





#helpContentRow1{
	display: inline;
	float:left;
	width: 99.9%;
	text-align: left;
	padding: 0 12px 0 0;
}
#helpContentImg{
	float: left;
	padding: 0 12px 8px 0;
	margin: 0;
}
#helpContentTxt1{
	text-align:left;
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#6a5050; 
	font-weight:normal; 
}
#helpContentTxt1 p{
	margin: 0;
	padding: 0 0 15px 0;
}

#helpContentRow2{
	display: block;
	float:left;
	width: 99.9%;
	text-align: left;
	padding: 0 12px 10px 0;
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#6a5050; 
	font-weight:normal; 
}
#helpContentRow2 p{
	margin: 0;
	padding: 0 0 15px 0;
}

#btt{
	display: block;
	float:right;
	width: 98%;
	text-align: right;
	padding: 0 12px 10px 0;
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#a38f87; 
	font-weight:normal; 
}
#btt a{
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#a38f87;
	text-decoration: underline;
}
#btt a:hover{
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#a38f87;
	text-decoration: none;
}


.datatable {
	border: 1px #cccccc dotted;
	border-collapse: collapse;
}

.datatable td, .datatable th {
	border: 1px #cccccc dotted;
}

th {
	font-family:Verdana, Arial, Helvetica; 
	font-size:10px; 
	color:#a38f87;
	font-weight: bold;
} 










