/*style to force verticle scroll bar; works in IE,FF,NETSCAPE but not in mac safari*/

/* == Generic styles ==*/
body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical; 
	background-color:#F8F8F8;
}

.popup_body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical; 
	background-color:#f0f1f2;
}

.body_content { background-color:#FFFFFF }

a:link {text-decoration:none; color:#0066CC}
a:visited {text-decoration:none; color:#0066CC}
a:active {text-decoration:none; color:#0066CC}
a:hover {text-decoration:underline; color:#999999}

.hrblue { color:#86aacb; background-color:#86aacb; height: 1px;}

td {font-size: 9pt; font-family: Arial, Helvetica, MS sans serif; color: #000000; font-weight: normal;}


.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0944ac;
}



/* == Blackmont specific styles ==*/
/* == UFC specific styles ==*/
/* == CI specific styles ==*/

