/*--------------------------------------*/
/* General Body information 		*/
/*--------------------------------------*/
html { 
	color: #000000; 
	background: #b1c7e0; 
	}

html, body, td, tr, ul, li { 
        margin:0px;
	font-face: clean; 
	font-size: 10pt ; 
	}

li { position:relative}



/*--------------------------------------*/
/* Headers 				*/
/*--------------------------------------*/
h1, h2, h3, h4, h5, h6  { 
	font-weight: bold; 
	color:#0042d7;
	}

h1   { 
	font-size: 18pt; 
	}

.header, .subHeader, .subSubHeader, a {
	font-family: helvetica;
	}

.header { 
	color:#000000; 
	font-weight: bold; 
	font-size:16pt; 
	text-align:center; 
	}

.subHeader { 
	background-color: #000000; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:12pt; 
	text-align:center; 
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;
	}

.subSubHeader {
	background-color: #ba3a31;
	color: #ffffff;
	font-weight: bold;
	font-size:10pt;
	}


/*--------------------------------------*/
/* Boxes and rows			*/
/*--------------------------------------*/
.boxed, .smallBoxed { 
	background:#ffffff; 
	border-color:#000000; 
	border-width:1px;
	text-align:left;
	}

.boxed {
	width: 100%;
	}

.smallBoxed {
	width: 200px;
	}

.oddRow { 
	background: #cccccc; 
	}

.evenRow { 
	background: #dddddd;
	}


/*--------------------------------------*/
/* Labels and Messages			*/
/*--------------------------------------*/
.label { 
	color:#000000; 
	font-weight:bold; 
	text-align:right; 
	vertical-align:top;
	}

.labelInvalid, .message { 
	color:#ff0000; 
	font-weight:bold; 
	vertical-align:top;
	}

.labelInvalid {
	text-align:right; 
	}

.caption {
	text-align:center;
	font-size:9pt;
	vertical-align:center;
	}

.small {
	font-size:8pt;
	}
	


/*--------------------------------------*/
/* Anchors and Links			*/
/*--------------------------------------*/
a { 
	text-decoration:none; 
	color:#ba3a31; 
	font-size:10pt;
	}

a:visited {
	color:#ba3a31; 
	}

a:hover {
	color:#000000;
	}

a.header { 
	color: #dddddd;
	font-size:12pt;
	}

a.header:hover {
	color: #ba3a31;
	}

a.subHeader { 
	color: #dddddd;
	font-size:
	}

a.subHeader:hover {
	color: #d39e3a;
	}

a.nav {
	color:#000000; 
	font-size:14px; 
	font-weight:bold;
	}

a.nav:hover {
	color: #d39e3a;
	}

a.subnav {
	color: #313131;
	font-size:12pt;
	font-weight:bold; 
	}

a.subnav:hover {
	color:#000000; 
	}



