.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0469A9;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 14px;
}
.introheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0469A9;
	font-weight: bold;
}
.introbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0469A9;
}

H1 {
	font-family : sans-serif;
	color : #0469A9;
	font-size : 16px;
}

H2 {
	font-family : sans-serif;
	color : #0469A9;
	font-size : 14px;
}

H3 {
	font-family : sans-serif;
	color : #0469A9;
	font-size : 12px;
}

TD {
	font-family : sans-serif;
	color : #0469A9;
	font-size : 11px;
}

.normal {
	font-family : sans-serif;
	color : #0469A9;
	font-size : 11px;
}


.coil {
	font-family : sans-serif;
	color : White;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	background-color : #0977b4;
	border : thin solid #00397f;
	padding : 3px 3px 3px 3px;
	text-align : center;
	height : 14px;
	width : 14px;
	margin : 0px 0px 0px 0px;
}

.checkcoil {
	font-family : sans-serif;
	color : white;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	background-color : #3f9f00;
	border : thin solid #25790a;
	padding : 3px 3px 3px 3px;
	text-align : center;
	height : 14px;
	width : 14px;
	margin : 0px 0px 0px 0px;
	background-image: url(/images/ajax-loader.gif);
	background-repeat: no-repeat;
}


.coilhighlighted {
	font-family : sans-serif;
	color : white;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	background-color : #3f9f00;
	border : thin solid #25790a;
	padding : 3px 3px 3px 3px;
	text-align : center;
	height : 14px;
	width : 14px;
	margin : 0px 0px 0px 0px;
}

.coilwrong {
	font-family : sans-serif;
	color : White;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	background-color : Red;
	border : thin solid Red;
	padding : 3px 3px 3px 3px;
	text-align : center;
	height : 14px;
	width : 14px;
	margin : 0px 0px 0px 0px;
}

.solution {
	//border : thin solid Navy;
	//padding : 3px 3px 3px 3px;
}

a {
	color: #3f9f00;
}

a:visited {
	color: #3f9f00;
}