@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}

.topshadow {
	background: url(../images/shad_T.gif) repeat-x bottom;
}



.bottomshadow {
	background: url(../images/shad_B.gif) repeat-x top;
}

.leftshadow {
	background: url(../images/shad_L.gif) repeat-y bottom;
}

.rightshadow {
	background: url(../images/shad_R.gif) repeat-y bottom;
}

.thumdtopshadow {
	background: url(../images/thumb_shad_T.gif) repeat-x bottom;
}

.thumbbottomshadow {
	background: url(../images/thumb_shad_B.gif) repeat-x top;
}

.thumbleftshadow {
	background: url(../images/thumb_shad_L.gif) repeat-y bottom;
}

.thumbrightshadow {
	background: url(../images/thumb_shad_R.gif) repeat-y bottom;
}

a:link {
	color: #055a8d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #055a8d;
}


a:hover {
	text-decoration: underline;
	color: #055a8d;
}
a:active {
	text-decoration: none;
	color: #055a8d;
}

a.bold:link {
	color: #055a8d;
	text-decoration: none;
	font-weight:bold;
}
a.bold:visited {
	text-decoration: none;
	color: #055a8d;
	font-weight:bold;
}
a.bold:hover {
	text-decoration: none;
	color: #055a8d;
	font-weight:bold;
}
a.bold:active {
	text-decoration: none;
	color: #055a8d;
	font-weight:bold;
}

a.footerlink:link {
	color: #055a8d;
	text-decoration: none;
	font-size:10px;
}
a.footerlink:visited {
	text-decoration: none;
	color: #055a8d;
	font-size:10px;

}
a.footerlink:hover {
	text-decoration: none;
	color: #055a8d;
	font-size:10px;
	text-decoration:underline;
}
a.footerlink:active {
	text-decoration: none;
	color: #055a8d;
	font-size:10px;
}

.footertext {
	color:#666;
	font-size:10px;
}

.smallgrey {
	color: #666;
	font-size:10px;
}

.largetitle {
	color: #055a8d;
	font-size:24px;
}

.largetitle2 {
	color: #055a8d;
	font-size:24px;
	margin-bottom: 5px;
}

.largetitlegreen {
	color: #8BCE48;
	font-size:24px;
	margin-bottom: 5px;
}

.mediumtitle {
	color: #8bce48;
	font-size:18px;
}

.separator {
	color: #8bce48;
}

.ptitle {
	color: #055a8d;
	font-weight:bold;	
}

.pblue {
	color: #055a8d;
}

.pbold {
	font-weight:bold;	
}

.separatorshadow {
	color: #8bce48;
	background: url(../images/shad_T.gif) repeat-x bottom;
}

ul.articles {
	list-style-type: square;
	list-style-image:url(../images/bullet.gif);
	line-height:30px;
	list-style-position: outside;
	color:#055A8D;
}

ul.articlescontent {
	list-style-type: square;
	list-style-image:url(../images/bullet.gif);
	list-style-position: inside;
}

ul.quiz {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
}
ol.quiz {
	list-style-type: decimal;
	list-style-position: outside;
}
ol.quiz ol {
	list-style-type: lower-alpha;
}
ol.quiz ol { font-style: normal; }