/* ---- CUSTOM */
.mainheading {
	font-family: Tahoma,Verdana;
	font-size: 14px;
	color: #005095;
	font-weight: bold;
	line-height: 28px;
}
.minorheading {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	color: #353531;
	font-weight: bold;
	line-height: 25px;
}

.subsubnav {
	font-family: Tahoma,Verdana;
	font-size: 10px;
	color: #c;
	font-weight: bold;
	line-height: 25px;
}

/*---- */



/* ---- GLOBAL */
body, td, p, ul, li  {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	color: #3a3a3a;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ---- */



/* ---- LINKS */
a.pnav {
	behavior:url(../_css/components/stick_ahref.htc);
}

a.pnav_:link, a.pnav_:active, a.pnav_:visited {
	font-weight:normal;
	color:#B9C4D8;
	text-decoration:none;
}

a.pnav_:hover {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}

a.pnav:link, a.pnav:active, a.pnav:visited {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

a.pnav:hover {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;	
}

a:link, a:active, a:visited { 
	color: #B9C4D8;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #858585;
	font-weight: bold;
	text-decoration: underline;
}
/* ---- */



/* ---- CONSTANT - DO NOT REMOVE */
img {behavior:url(../_css/components/img_rollover.htc)}
.showspeechbubble {behavior:url(../_css/components/speech_bubble.htc)}

span#my_sc {
	display: none;
	width: 200px;
	height: 10px;
	background-color: #E8E8E8;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	filter: alpha(opacity=100);
	position: absolute;
	behavior: url(../_css/components/saved_comments.htc);
}
/* ---- */

/*CUSTOM*/
.adminmenuitem {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;		
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	behavior: url(../../_css/components/td_rollover.htc);
}

a.subnavlink:link, a.subnavlink:active, a.subnavlink:visited { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}