/******************************************************************************/
/*  Style Document                                                            */
/*  				                                                          */
/*                                                                            */
/******************************************************************************/

/*  Default baseline values for browser consistency */
/*html, body { 
margin: 0;
padding: 0;
}*/

/*html {

color: #333;
font: 76% Arial, Helvetica, sans-serif;
text-align: center;
}*/

/*body { 
font-family: "trebuchet ms", verdana, sans-serif; 
font-size: 12px; 
line-height: 1.5em; 
color: #666; 
background: #ffffff; 
margin: 0 auto; 
padding: 0; 
text-align: center; 
width: 700px;
}*/

/*p, div, h1, h2, h3, h4, h5, ul, li { margin: 0; padding: 0; color:#1655ad;	}-*/
img { margin: 0; padding: 0; border: 0;	}
ul { list-style: none;	}

a:link, a:visited, a:active { text-decoration: none;	}
a:hover { text-decoration: underline;	}

.clear { clear: both; height: 0px;	}
.hide { display:none;	}

.left {float: left;}
.right {float: right;}

#wrapper { 
margin: 0;
padding: 0;
}

#main { 
margin: 0 auto;
padding: 15px 15px 15px 15px; 
background: #FFFFFF;

}

#main h2{
margin: 0 0 20px 0;
text-align: left;
}




/**********************     NAVIGATION MENU        ************************/
#menu {height:33px; margin: 0; color: #fff;}

#menu li {float:left; width:125px; height: 23px; font-size:16px; text-align:center; display:block;}
#menu li a {color:#fff; text-decoration:none; font-weight:normal; font-size:16px; display:block; padding:0;}
#menu li span{ display:block; padding:5px 0 5px 0;}
#menu li a:hover {color:#0e7fc7; text-decoration:underline;}
#menu li span {color:#0e7fc7; text-decoration:underline;}
#menu .last {background:none;}


#subheader {
	height: 33px;
	line-height: 33px;
	background-color: #192024;
}

#subheader a {
	color: #fff;
	font-weight: bold;
}



	
/* -------------- CLEARFIX -------------- */
.clearfix { display: inline-block; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

 .text-left { text-align: left; }
 .text-center { text-align: center; }
 .text-right { text-align: right; }
 .text-justify { text-align: justify; }




/* ------------------- TABLE STYLING -------------------- */


td.desc{
font-size: 0.8em;
}

tr.row1b {
color: #333;
	background-color: #F5F3E7;
	padding: 4px;
}

tr.row2b {
color:#333;
	background-color: #ffffff;
	padding: 4px;
}
