/*DEFAULTS*/
BODY { 
	margin: 0px; 
	background-color: #dad6cb;
	text-align: center;
} 

IMG {
	display: block;
}

TD {
	vertical-align: top;
}          

TD, TH, P, OL, UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

H2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 14px;
}

H3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4391D1;
	margin-top: 20px;
	margin-bottom: 5px;
}

H4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4391D1;
	margin-top: 20px;
	margin-bottom: 5px;
}


/** LINKS **/
A:link { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0000FF;
	text-decoration: none; 
}

A:visited, A:active  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#993399;
	text-decoration: none; 
}

A:hover   { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#993399;
	text-decoration: underline; 
}

/** MAIN TEXT AREA **/
#maintextcell { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	line-height:150%;
	border: 1px solid #ffffff;
	padding: 15px; /*trbl*/
}

.tablebackground {
	background-image:url('/components/background.jpg'); 
	background-repeat:no-repeat; 
}



/** NAVBAR **/
.navbarcell {
	border: 1px solid #ffffff;
}
.navblank {
	height: 23px;
}
.navcell {
	height: 22px;
	background-color: #FFFFE7;
	vertical-align: middle;
}
.arrows {
	margin-left: 7px;
	margin-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4693D7;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: underline;
}


/** BOTTOM BAR **/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 155%;
	text-decoration: none;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 155%;
	text-decoration: underline;
}


/* MISCELLANEOUS REFERENCE, IF WE WANT TO USE THESE ELEMENTS IN THE WEB PAGES */
.col_left {
	float: left; 
	width: 226px;
	border: 0px solid #ffffff;
}

.col_right {
	float: right; 
	width: 255px;
	border: 0px solid #ffffff;
}

.body {
	background-image:url(../components/background.jpg);
	background-repeat:no-repeat; 
	width:750px;
	margin:auto;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:center;
	margin-top:7px;
	line-height:120%;
}

#datatable td  {
	height:25px;
	width:75px;
	border-bottom:1px solid #3692DF;
	border-right:1px solid #3692DF;
	padding:3px;
	background-color:#BFDFF4;
}

#datatable th  {
	background-color:#6699FF;
	height:25px;
	border-bottom:1px solid #3692DF;
	border-right:1px solid #3692DF;
	padding:3px;
	color:#ffffff;
}

table#datatable  {
	border-top:1px solid #3692DF;
	border-left:1px solid #3692DF;
	margin-top:30px;
}

					 