body {
	background-color : #9D0007;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #606060;
	margin-bottom: 0px;
}
.background_tile {
	background-image: url(/images/background_tile.gif);
	background-position: top;
	background-repeat: repeat-y;
}
.background_header {
	background-image: url(/images/background_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.background_footer {
	background-image: url(../images/background_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 87px;
}
.background_menu {
	background-image: url(../images/background_menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-top: 10px;
}
.box_body {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
hr {
	height: 3px;
	color: #E3E3E3;
	background-color: #E3E3E3;
	border: 0px solid #E3E3E3;
}
.menu_link, .menu_link:Link, .menu_link:Visited {
	color: #A8191F;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_link:Hover {
	color: #DB1922;
	text-decoration: none;
	background-image: url(../images/background_menu2.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
td {
	line-height: 18px;
}
A, A:Link, A:Visited {
	font-size : 8pt;
	text-decoration: none;
	color : #DC1A22;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}
.head_link, .head_link:Link, .head_link:Visited {
	text-decoration: none;
	color : white;
	font-size: 12pt;
	font-weight: bold;
}
.head_link:hover {
	text-decoration: underline;
}
.footer, .footer:Link, .footer:Visited {
	font-size : 8pt;
	text-decoration: none;
	color : #E3BFBF;
	font-weight: bold;
}
.footer:hover {
	text-decoration: underline;
}
h1 {
	color: #4D4D4D;
	font-size: 11pt;
	margin-bottom: 0px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial;
	margin-top: 0px;
}
h2 {
	color: #A8191F;
	font-size: 11pt;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	color: #242021;
	font-size: 9pt;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
}