/* CSS Document */
body {
	background-image: url(../pictures/background.gif);
	background-color: #999999;
	margin: 0px;
}
body,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a { 
	color: #999999; 
}
.plntxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
teble.plntxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
TD.plntxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
A.plntxt {
	color: #999999;
	text-decoration: underline;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subnavigation {
	font-family: Arial;
	font-size: 11px;
	color: #D3D3D2;
}
.copyright {
	font-family: Arial;
	font-size: 9px;
	color: #D3D3D2;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.contentbox {
	padding: 5px 27px 5px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;


}
.ttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.hometxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.redtitle {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #D60000;
}
/*hide */
.answer{
		/* Layout properties - You can change these */
		
		border: 1px solid #ffffff;
		padding:3px;
		width:98%;
		background-color:#FCFCFC;
		
		/* This one should not be changed */
		display:none;	
	}
	
	.question{
	font-weight:bold;
	cursor:pointer;
	text-decoration: underline;
	}
	
	#ads{
		margin-top:30px;
	}
/* end hide */