@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #009900;
}
#hdr {
	height: 80px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-bottom: 20px;
}
.menu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	background-color: black;
	background-image: url(../media/gen/menu_blk.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
}

.menu li{
display: inline;
}

.menu li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .menu li .selected{
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../media/gen/menu_grn.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#panel {
	height: 140px;
	width: 898px;
}
#content {
	padding: 20px;
	width: 500px;
	float: left;
}
#contentWide {
	float: left;
	width: 600px;
	padding: 20px;
}
#footer {
	background-image: url(../media/gen/menu_blk.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	clear: both;
	background-position: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #00CC00;
}
.sideBody {
	width: 298px;
	margin-right: 10px;
	float: right;
	margin-bottom: 10px;
	background-image: url(../media/sub_hdrs/carrier_hdr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	border: 1px solid #333333;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sideBtn {
	width: 320px;
	margin-top: 20px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.sideNaro {
	padding: 10px;
	width: 210px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	background-image: url(../media/sub_hdrs/side_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #666666;
}
.sideTitle {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.sideNaro p {
	margin-top: 2px;
	margin-bottom: 20px;
}.sideNaro ul {
	margin-top: 5px;
	margin-bottom: 0px;
}
#formBox {
	float: right;
	width: 220px;
	border: 1px solid #666666;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../media/sub_hdrs/forms_hdr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
#aipBox {
	float: left;
	width: 210px;
	border: 1px solid #666666;
	background-image: url(../media/sub_hdrs/aip_hdr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 200px;
}
.datatable {
	width: 600px;
	border-collapse: collapse;
}
.datatable td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.datatable th {
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.datatable tr.altrow {
	background-color: #E4E4E4;
}
.datatable tr:hover {
	background-color: #CCFFCC;
}
.tableGen {
	border: 1px solid #000000;
	border-collapse: collapse;
}
.tableGen td {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000000;
}
.tableGen th {
	background-image: url(../media/gen/menu_blk.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
}
.txtBld_R {
	font-weight: bold;
}
.txtBld_RdM {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
.txtBlk_M {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txt_it {
	font-style: italic;
}
.txtBld_RdR {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
}

