@import url("style-hide.css");

body {
	margin: 0px;
	padding: 0px;
}

body, td {
	font: 10pt verdana, arial, helvetica;
}

p {
	line-height: 130%;
}

a:link, a:visited
{
	text-decoration: none;
	color: #0033FF;
}

a:hover {
	color: #000000;
}

.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #0033CC;
}

.title2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0033CC;
}

div.dashed_div {
	font: 10pt verdana;
	border: 1px #CCCCCC dashed;
	background-color: #F9F9F9;
	padding: 3px;
}

td.nav_table {
	font: 10pt verdana;
	border-left: 1px #000000 dashed;     
	padding: 10px;
	background-color: #F9F9F9;		
}

td.main_table {
	font: 10pt verdana;  
	border-right: 1px #000000 dashed;     
	padding: 10px;
	background: #FFFFFF;	
}

td.main_table_project {
	font: 10pt verdana;
	border-right: 1px #000000 dashed;
	border-left: 1px #000000 dashed;  
	background-color: #F9F9F9;
	padding: 10px;
}

td.main_table_project_name {
	font: 10pt verdana;   
	background-color: #F9F9F9;
	border-left: 2px #316AC5 solid;
	border-right: 2px #316AC5 solid;
	border-bottom: 2px #316AC5 solid;  				
	padding: 10px;
}

td.top_menu_inactive {
	font: 10pt arial bold;
	border-right: 1px #98B4E2 solid;
	border-top: 1px #98B4E2 solid;   
	border-bottom: 2px #316AC5 solid;
	background-color: #E0E8F6;
	padding: 2px;
}

td.top_menu_active_home {
	font: 10pt arial bold;
	border-top: 2px #316AC5 solid;  
	border-right: 2px #316AC5 solid;    
	background-color: #FFFFFF;
	padding: 2px;
}

td.top_menu_active {
	font: 10pt arial bold;
	border-top: 2px #316AC5 solid;  
	border-right: 2px #316AC5 solid;  
	border-left: 2px #316AC5 solid;   
	background-color: #FFFFFF;
  
}

td.top_menu_leftcell {
	border-bottom: 2px #316AC5 solid;         
}

td.side_menu_inactive {
	font: 8pt verdana;
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid; 
	border-right: 1px #98B4E2 solid; 
	border-bottom: 1px #98B4E2 solid;        
	background-color: #E0E8F6;
}

h1, h2, h3, h4, h5 {
	text-align: left;
	font-family: Arial, sans-serif;
	color: #0088bb;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px; 
	padding-bottom: 3px; 
	border-bottom: 2px solid #0088bb;
}

h3 {
	font-size: 16px; 
	padding: 3px 10px; 
	border: 1px dashed #cccccc; 
	background: #E8ECF0;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
	padding: 3px 5px; 
	border-bottom: 1px solid #98B4E2; 
	border-left: 1px solid #98B4E2; 
}

/* Styles for the links used in the top menu*/
.topmenu 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

a:link.topmenu 
{
color: #000;
background: transparent;
text-decoration: none;
}
a:visited.topmenu 
{
text-decoration: none;
color: #000;
}
a:hover.topmenu 
{
text-decoration: none;
color: #009999;
}

.copy {
	font-size: 11px; 
	color: #999999
}

.note
{
background: #FFFFE1;
padding: 5px;
border: 1px #000000 solid;
}

.project_name
{
	text-align: left;
	font-family: Arial, sans-serif;
	color: #0088bb;
	font-size: 19px; 
	font-weight: bold;
	padding: 3px 10px; 	
}

li 
{
  list-style-image:url("images/bullet.gif");
}

/** Styles for the BUL link at the bottom of the page **/
.BULlink, a:link.BULlink, a:visited.BULlink, a:hover.BULlink 
{
	color: #fff;
	text-decoration: underline;
}
