/* HTML */
body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 2px;
	color: #505050;
	visibility: visible;
}
form { display: inline; }
p { margin: 0 0 14px 0; }

/* TEXT */
.bodyText { color: #505050; }
.alert { color: white; font-weight: bold; background-color: red; }
.smText { font-size: 10px; }

/* LAYOUT */
#copyBoxMain {
	font-size: 12px;
	margin: 0 0 30px 22px;
}
#copyBox {
	font-size: 12px;
	margin: 0 8px 30px 12px;
	padding-top: 10px;
}
#copyBoxMain td, #copyBox td { font-size: 12px; }
.fl { float: left; }
.fr { float: right; }
#footer {
	width: 781px; 
	background-image: url(../i/bk_footer.gif); 
	background-repeat: repeat-x; 	
	font-size: 11px;
	color: #999;
	border-right: 1px dotted #EEE;
}
.imgMargin {
	float: left;
	margin-right: 10px;
}
#mainTbl { table-layout: fixed; width: 787px; }
#nav { width: 781px; }
#subNav { 
	width: 156px; 
	font-size: 11px; 
	color: #FFF;
}
#subNav div { padding: 6px 0 6px 9px; }
#utilNav { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin: 12px 6px 0 0;
}
/* related links */

#RL { width: 168px; height: 40px; }
#RLorange {
	background-image: url(../i/RL-orange.gif); 
	background-repeat: no-repeat; 	
}
#RLpurple {
	background-image: url(../i/RL-purple.gif); 
	background-repeat: no-repeat; 	
}
#RLgreen {
	background-image: url(../i/RL-green.gif); 
	background-repeat: no-repeat; 	
}
#RLblue {
	background-image: url(../i/RL-blue.gif); 
	background-repeat: no-repeat; 	
}
.green, .orange, .purple, .blue {
	font-size: 11px;	
	padding-top: 12px;
}
.green p, .orange p, .purple p, .blue p {
	margin: 13px 12px 0 16px;
	/* background-color: pink; */
}
.green img, .orange img, .purple img {
	background-position: bottom;
}

/* What's News*/
#whatsNewCFD {
	background-image: url(../cfd/i/whats-new-cfd.gif); 
	background-repeat: no-repeat; 	
}
#whatsNewORCD {
	background-image: url(../orcd/i/whats-new-orcd.gif);
	background-repeat: no-repeat;
	position: inherit;
}
#whatsNewOWC {
	background-image: url(../owc/i/whats-new-owc.gif); 
	background-repeat: no-repeat; 	
}
#whatsNewOCC {
	background-image: url(../occ/i/whats-new-occ.gif); 
	background-repeat: no-repeat; 	
}

/* LINKS */
.green a { color: #2a7e88; text-decoration: none; }
.green a:hover {  text-decoration: underline; }
.orange a { color: #b9711d; text-decoration: none; }
.orange a:hover {  text-decoration: underline; }
.purple a { color: #92669B; text-decoration: none; }
.purple a:hover {  text-decoration: underline; }
.blue a { color: #005daa; text-decoration: none; }
.blue a:hover {  text-decoration: underline; }
#subNav .On a, #subNav .bOn a, #subNav .tOn a { color: #FFF; text-decoration: none; }
#subNav .On a:hover, #subNav .bOn a:hover , #subNav .tOn a:hover  { text-decoration: underline; }

