/* CSS Document */

BODY {
	background-image: url(../images/bg.gif);
	background-position: top left;
	background-repeat: repeat;
	background-color: #a01429;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #fff9bb;
}

P, TD, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #fff9bb;
}

.noHScroll { overflow-x:hidden; }

/**************** Division Line *********************/
.divline01_horz {
	background-image: url(../images/divline01.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.divline02_horz {
	background-image: url(../images/divline02.gif);
	background-position: center left;
	background-repeat: repeat-x;
}


/**************** Text Style & Color *********************/
.txt_white { color: #FFFFFF; }
.txt_secHdr {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.txt_contentHdr {
	font-size: 14px;
	font-weight: bold;
	color: #fff000;
}


/**************** Cell Padding *********************/
.cell_pad01 { padding: 8px; }
.cell_pad02 {
	padding-bottom: 8px;
	padding-top: 2px;
}
.cell_pad03, .cell_tableNoHilite { padding: 5px; }

/**************** Cell Style *********************/
.cell_navBg {
	background-color: #a01429;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.cell_papers {
	border: 1px solid #ffcc00;
}
.cell_papers_content {
	background-color: #c64b1a;
	color: #fff999;
	font-size: 11px;
	line-height: 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
}

.cell_contentBg {
	background-image: url(../images/bg_p07.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.cell_contentArea {
	background-color: #af162d;
	padding: 10px;
}

.cell_contentAreaBorder_top {
	background-color: #af162d;
	border-top: 1px solid #e21130;
}
.cell_contentAreaBorder_btm {
	background-color: #af162d;
	border-bottom: 1px solid #e21130;
}
.cell_contentAreaBorder_right {
	background-color: #af162d;
	border-right: 1px solid #e21130;
}
.cell_contentAreaBorder_left {
	background-color: #af162d;
	border-left: 1px solid #e21130;
}

.cell_footerBg {
	background-color: #260006;
}
.cell_footerDisclaimer {
	background-color: #260006;
	padding-left: 63px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #6f6f6f;
	font-size: 10px;
}
.cell_footerShadow_left {
	background-image: url(../images/footer_shadow_left.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.cell_footerShadow_right {
	background-image: url(../images/footer_shadow_right.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.cell_footerLogoDescript {
	background-color: #d45e3e;
	color: #FFFFFF;
	font-size: 10px;
}
.cell_tableMain {
	border: 1px solid #ff002e;
	background-color: #be2c25;
	color: #ffd695;
}
.cell_tableHilite, .cell_tableHilite02 {
	background-color: #ce441c;
	border-right: 1px solid #ff002e;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.cell_tableHilite02 { border-top: 1px solid #ff002e; }
.cell_tableNoHilite { border-top: 1px solid #ff002e; }
	


/**************** Cell Color *********************/
.cell_red {
	background-color: #af162d;
}

/**************** Link Style *********************/
A { text-decoration: underline; }
A:link, A:active, A:visited { color: #FFFFFF; }
A:hover { text-decoration: none; }

A.link_dnload { text-decoration: underline; }
A.link_dnload:link, A.link_dnload:active, A.link_dnload:visited { color: #ffc600; }
A.link_dnload:hover { color: #FFFFFF; }

A.link_footer { text-decoration: underline; }
A.link_footer:link, A.link_footer:active, A.link_footer:visited { color: #a50000; }
A.link_footer:hover { color: #ff1313; }


/**************** FORM ****************/
FORM {
	display: inline;
	margin: 0px;
}
INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
INPUT.field { width: 150px; }
