

/* ------------basic elements------------ */
body { 
	font: 10pt Myriad,Arial; 
	color: #000; 
	background: #1B2C3E; 
	margin: 0px;
	padding: 0px;
	}
a:link { 
	text-decoration: none; 
	color: #344353;
	}
a:visited { 
	text-decoration: none; 
	color: #344353;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #344353;
	}


/* ------------specific elements------------ */
#tbl_omni{
	width: 100%;
	}
#body_cell{
	background: #E2E2E2 url('/mimages/body_tiler_buffer.gif') repeat-x;
	}
#tbl_body{
	background: #FFF url('/mimages/body_tiler_buffer.gif') repeat-x;
	}
#body_left_tiler{
	background: url('/mimages/body_left_tiler.gif');
	}
#body_right_tiler{
	background: url('/mimages/body_right_tiler.gif');
	}
#tbl_nav{
	background: #FFF url('/mimages/nav_tiler.gif') repeat-x;
	}
#divider{
	background: #FFF url('/mimages/divider_tiler.gif') repeat-x;
	}
#footer{
	font: 8pt Arial;
	color: #344353;
	height: 47px;
	}


/* ------------classes---------------------- */
.content, .content *{
	color: #344353;
	}
.content h1{
	font-size: 10pt; 
	margin-left: 35px;
	margin-right: 40px;
	margin-bottom: 12px;
	margin-top: 9px;
	text-transform: uppercase;
	}
.content h2{
	font-size: 12pt; 
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	}
.content p{
	font: 10pt Arial;
	margin-left: 35px;
	margin-right: 45px;
	margin-top: 7px;
	line-height: 23px;
	}
.content table{
	font: 10pt Arial;
	margin-left: 35px;
	margin-right: 45px;
	margin-top: 7px;
	line-height: 23px;
	}
.content_directions{
	text-align: center;
	font: 10pt Arial;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 7px;
	line-height: 23px;
	}
.content_right_bottom{
	background: #E3E3E3 url('/mimages/content_right_bottom_tiler.gif') repeat-x;
	color: #344353;
	font: 9pt Arial;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 13px;
	line-height: 23px;
	}
.copyright{
	padding-left: 35px;
	/*padding-right: 35px;*/
	}
.red{
	color: #943E31;
	}
