body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
}
a {
	font-size: 12px;
	color: #003399;
	font-weight: normal;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #666699;
}
.table_top {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
    background-image: url(../images/org_pixel.jpg);
}
.table_head { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;  /*light grey*/
	font-weight: bold; 
	text-align: center;
	background-color:#CCCCCC
}
.pdf { color: #FF0000; font-size: 9px }
.NOTE {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}
.column_head { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;  /*light grey*/
	font-weight: bold; 
	text-align: center;
	background-image: url(../images/col_head_bk.jpg) 
}
.content_container {
	background-color: #ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; /*light grey*/
}	
.content_container h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #3f4040; /*dark grey*/
}	

/*expo main table (background color)*/
.menuTop_container {
	background-color: #ffcc66; /*light orange*/
	border-bottom: #ff9933 1px solid;
}
.leftNav_container {
	background:#4d77ae; /*medium blue*/
}
.rightNav_container {
	background: #3f4040; /*dark gray*/
}
.footer {
	color: #333333; /*darkest gray*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffcc66; /*light orange*/
	border-top: solid #ffcc66 1px; /*light orange*/
}
.footer a:link,.footer a:visited,.footer a:active {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600; /*light brown*/
}
.footer a:hover {
	color:#FFFFFF;
	font-size: 10px;
}

.bottom_color {
	background-color: #3f4040; /*dark gray*/
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #ff9933; /*dark orange*/
}

