@charset "UTF-8";
/* CSS Document */

.blueheading {
	font-size:14px;
	color: #0066AA;
	font-weight:bold; 
}

img.floatLeft { 
    float: left; 
	margin: 0px 0px 5px 0px;
}

.greenheading {
	font-size:14px;
	color: #66CC00;
	font-weight:bold;
}

.ochreheading {
	font-size:14px;
	color: #993300;
	font-weight:bold;
}

.yellowheading {
	font-size:14px;;
	color: #FF9900;
	font-weight:bold;
}

.normalheadering {
	font-size:14px;
	color: #666666;
	font-weight:bold;
}

/*links */
a:link {
	text-decoration: underline;
	color:#666666;
}
a:visited {
	text-decoration: underline;
	color:#666666;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
a:active {
	text-decoration: underline;
	color:#666666;
}

.footertext {font-size: 9px;
color:#999999;
}

/*footerlink*/
.footerlink a:link {
	color: #999999;
	text-decoration: underline;
}
.footerlink a:visited {
	text-decoration: underline;
	color: #82775C;
}
.footerlink a:hover {
	text-decoration: none;
	color: #999999;
}
.footerlink a:active {
	text-decoration: underline;
	color: #999999;
}

.sidetext {font-size: 9px;
color:#999999;
}

.sidelink a:link {
	color: #999999;
	text-decoration: underline;
}
.sidelink  a:visited {
	text-decoration: underline;
	color: #82775C;
}
.sidelink  a:hover {
	text-decoration: none;
	color: #999999;
}
.sidelink  a:active {
	text-decoration: underline;
	color: #999999;
}

.clearancecornertext {font-size: 11px}

.notetext {font-size: 10px}

.notifytext {
	font-size: 11px;
	font-weight: bold;
	color:#FF0000;
}
.orangeheadering {
	font-size:12px;;
	color:#ff0033;
	font-weight:bold;

}


		