body {
	background-color: #B0B0B0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #91001D;
}
a:hover {
	text-decoration: none;
	color: #91001D;
}
a:active {
	text-decoration: underline;
	color: #91001D;
}
.link_white a:link {
color: #FFFFFF;
text-decoration: underline;
font-size: 10px;
}
.link_white a:visited {
color: #CCCCCC;
text-decoration: underline;
font-size: 10px;
}
.link_white a:hover {
color: #CCCCCC;
text-decoration: none;
font-size: 10px;
}
.link_white a:active {
color: #FFFFFF;
text-decoration: none;
font-size: 10px;
}
.link_black a:link {
color: #000000;
text-decoration: underline;
font-size: 10px;
}
.link_black a:visited {
color: #000000;
text-decoration: underline;
font-size: 10px;
}
.link_black a:hover {
color: #D73832;
text-decoration: none;
font-size: 10px;
}
.link_black a:active {
color: #000000;
text-decoration: none;
font-size: 10px;
}
.smaller {
	font-family: Arial, Helvetical, sans-serif;
	font-size: 10px;
}
.smaller_black {
	font-family: Arial, Helvetical, sans-serif;
	font-size: 10px;
	color: #000000;
}
.smaller_white {
	font-family: Arial, Helvetical, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-top: 26px;
	padding-right: 26px;
	padding-left: 26px;
	padding-bottom: 26px;
	background-image: url(../images/background_content.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.table_boxes {
	background-color: #FFFFFF;
	border: 4px solid #8D001C;
	padding-bottom: 15px;
}
.table_shadow_top {
	background-image: url(../images/background_contentright.jpg);
	background-repeat: repeat-y;
}
.table_shadow_top_right {
	background-image: url(../images/background_contenttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.table_shadow_bottom {
	background-image: url(../images/background_footer.jpg);
	background-repeat: repeat-x;
}
.table_shadow_bottom_right {
	background-image: url(../images/background_footerright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.title_links {

	font-family: Arial, Helvetical, sans-serif;
	font-size: 14px;
}
