/* CSS Basic Document */
body {
	font-family: tahoma, arial, sans-serif;
	font-size:10pt;
	line-height:140%
	margin:0px auto;
	padding:0px;
	background-color:#000000;
}

h1 { 
	font-family: Georgia, serif;
	color: #000000;
	fint-size: 16pt;
}

h3 { 
	font-family: Georgia, serif;
	color: #000000;
	fint-size: 12pt;
}

h2 { 
	font-family: Georgia, serif;
	color: #e41c38;
	fint-size: 14pt;
}

.header_table {
	margin-top:6px;
}

.logo {
	margin-left:10px;
}

.body_box {
	padding:9px;
	color: #5C5C5C;
	background-color:#FFFFFF;
}

.Rleft_line {
	border-left:1px solid #e41c38;
}

.Rright_line {
	border-right:1px solid #e41c38;
}

.Rbottom_line {
	border-bottom:1px solid #e41c38;
}

.left_line {
	border-left:1px solid #bcbdc0;
}

.right_line {
	border-right:1px solid #bcbdc0;
}

.bottom_line {
	border-bottom:1px solid #bcbdc0;
}

.footer_table {
	margin-bottom:25px;
}




/* CSS Background Image Document */
.top_line {
	background:url(../images/line_bg.jpg) left top repeat-x;
	height:4px;
}

.top_menu_bg {
	background:url(../images/top_menu_bg.jpg) left top repeat-x;
	height:26px;
	padding-right:12px;
}

.bottom_menu_bg {
	background:url(../images/bottom_nenu_bg.jpg) left top repeat-x;
	height:22px;
	padding-right:13px;
}

.box_top_bg {
	background:url(../images/box_top_bg.gif) left top repeat-x;
	height:32px;
}

.footer_bg {
	background:url(../images/footer_bg.gif) left top no-repeat; 
	height:25px;
}




/* CSS Text Document */

.menu_link {
	font-family: Tahoma, Arial, Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 140%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover {
	color:#E31635;
	text-decoration:none;
	background-color:inherit;
}
.bottom_link {
	font-family: Tahoma, Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.bottom_link:hover {
	color:#E31635;
	text-decoration:underline;
	background-color:inherit;
}
.white_text {
	color:#FFFFFF;
	text-decoration:none;
	background-color:inherit;
}
.body_link {
	color:#5C5C5C;
	text-decoration:underline;
	background-color:inherit;
}
.body_link:hover {
	text-decoration:none;
	color:#E31635;
	background-color:inherit;

}


ul.NoIndent {
	font-size:9pt;
	margin-left: 5px;
	padding-left: 5px
}
