@charset "UTF-8";
/* CSS Document */

.bg_nav {
	background-position: 0 center;
	background-repeat: repeat-x;
	background-image: url(images/index_06.gif);
}

.bg_top {
	background-position: 0 center;
	background-repeat: repeat-x;
	background-image: url(images/index_03.gif);
}

.bg_table {
	background-repeat: repeat;
	background-image: url(images/table_bg.gif);
}

.bg_footer {
	background-position: 0 center;
	background-image: url(images/index_36.gif);
	background-repeat: repeat-x;
}

.bg_line {
	background-position: center center;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
}

.text_body {
	color: white;
	text-decoration: none;
	text-align: left;
	word-break: normal;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, sans-serif, Verdana, "Lucida Grande";
}

.text_bodybold {
	color: white;
	text-decoration: none;
	text-align: left;
	word-break: normal;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, sans-serif, Verdana, "Lucida Grande";
	font-weight: bolder;
}

.text_header {
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;
	word-break: normal;
	line-height: 13px;
	font-size: 24px;
	font-family: Arial, sans-serif, Verdana, "Lucida Grande";
}

.bg_red {
	color: #C50000;
}

.outline {
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-top: 0px;
	text-align: center;
}
.text_sig {
	color: #C51110;
}
