@charset "utf-8";
/* CSS Document */
ol{color:#00CC34}

body,p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-left: 0;
	margin-top: 0;
	color:#000}
.question
{font-weight:bold}
.bodycontent {
	width: 750px;
	background-color:#FFF;
	
}
.footer {
	background-color: #00CC34;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.navigationcell {
	background-color: #00CC34;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding:3px;
	color:#FFF
}
.navigationsubcell {
	background-color: #00CC34;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding:3px;
	color:#FFF;
	font-size:small
}
.navigationcellselected {
	background-color: #FF3;
	font-weight: bold;
	text-align: center;
	padding:3px;
	color:#000
}
.navigationsubcellselected {
	background-color: #FF3;
	font-weight: bold;
	text-align: center;
	padding:3px;
	color:#000;
	font-size:small
}
.titletext, h1 {
	text-align: center;
}
h3{color:#00cc34}
p,td
{text-align:left}
.copyright
{font-size:x-small;
text-align:center
}
a{text-decoration:none}
a:hover{color:#000}
.sub {font-size:small}



