



    .header { cursor: hand; cursor:pointer;}
    .details { display:none; visibility:hidden;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;}
	td.sd_time_expand{
		background-color: #FFFFFF;
		border-color: #000000;
		border-width: 1px;
		border-style: solid;
	}
	td.time2 {
		background-color: #F2F2F2;
		height: 23px;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: center;
	}








html, body, div {
	margin: 0px;
	padding: 0px;
}








*{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}


*[width], *[height] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}





h1.title {
	font: normal 130% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.footer			{
				font-size: 9px;
				text-align: left;
				color: #CECEBF;
				text-decoration:none;
				}	
#footer			{
	text-align: center;
	padding: 3px 0px 5px 0px;
	font-size: 9px; 
	color: #333333;
	clear: both;
	background-color:#ffffff;
	margin:0;
	text-align:left;
	}
#footer a:hover	{
	border: 0;
	color: #666;
	text-decoration: none;
	}
	
#footer a	{
	border: 0;
	color: #CECEBF;
	text-decoration: none;
	}
	
#qa {
padding: 3px 0px 5px 10px;
font-size: 9px; 
color: #8F8F8F;
clear: both;
margin:0;
text-align:left;
}

#qa div p {
	padding-left:16px;
}

#qa h5 {
	font-weight:normal;
	color:#666666;
	cursor:help;
	margin:4px 0;
	font-size: 11px;
	padding-left:16px;
}
#qa div, #frontqa div {
heiht: 10 px;
	cursor:pointer;
}
.closed p {
	display: none;
}
.open p {
	display: block;
}
#qa .open h5 {
	background-position:0% -98px;
}
#qa .closed h5 {
	background-position:0% 2px;
}