html {
	background:url(../images/bg4.png) repeat;
	background-position:top;
	background-color:#0f3665;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#353535;
	}
h6 {
	font-size: 10px;
	color:#353535;
	}
h5 {
	font-size: 14px;
	color:#353535;
	margin-bottom:3px;
	}
h4 {
	font-size: 12px;
	color:#353535;
	line-height:1.5;
	}
h3 {
	font-size: 12px;
	color:#ffffff;
	line-height:1.5;
	}
h2 {
	font-size: 20px;
	color:#003e7e;
	}
h1 {
	font-size: 20px;
	color:#ffffff;
	/*
	color:#cc9966;
	*/
	}
.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	}
.invisible {
	visibility:hidden;
	display:none;
	}
a {
	outline:none;
	}
a:visited {
	color:#013e7f;
	text-decoration: underline;
	}
a:link {
	color:#013e7f;
	text-decoration: underline;
	}
a:active {
	color:#013e7f;
	text-decoration: underline;
	}
a:hover {
	color:#164e91;
	text-decoration: underline;
	}
.sub a:visited {
	color:#353535;
	text-decoration: none;
	}
.sub a:link {
	color:#353535;
	text-decoration: none;
	}
.sub a:active {
	color:#353535;
	text-decoration: none;
	}
.sub a:hover {
	color:#4077a9;
	text-decoration: none;
	}
.activesub {
	font-size:16px;
	color:#dc271e;
	}
#designtag a:visited {
	color:#ffffff;
	text-decoration: none;
	}
#designtag a:link {
	color:#ffffff;
	text-decoration: none;
	}
#designtag a:active {
	color:#ffffff;
	text-decoration: none;
	}
#designtag a:hover {
	color:#77a7cd;
	text-decoration: none;
	}
#charttotal a:visited {
	color:#013e7f;
	text-decoration: none;
	}
#charttotal a:link {
	color:#013e7f;
	text-decoration: none;
	}
#charttotal a:active {
	color:#013e7f;
	text-decoration: none;
	}
#charttotal a:hover {
	color:#77a7cd;
	text-decoration: none;
	}
.incorrect{
	border-size:5px;
	border-color:#FF0000;
}