body{
	background-image: url();
	background-repeat: repeat-x;
	background-color: #666666;
}
.ul {
	list-style: square url(none) outside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.headline_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.sub_headline_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.main_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.headline_text_on_black {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.sub_headline_black {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.main_text_bold_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.headline_super_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bolder;
	color: #000000;
	font-style: normal;
}
.headline_super_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bolder;
	color: #990000;
}
.tile_left {
	background-image: url(../layout_images_2008/tile_left.jpg);
}
.tile_right {
	background-image: url(../layout_images_2008/tile_right.jpg);
}
.tile_nav {
	background-image: url(../layout_images_2008/top_nav_background.jpg);
	width: 750px;
	height: 30px;
	border: 0;
	
	}
a:link {color: #A51010;}
a:visited {color: #A51010;}
a:active {color: #A51010;}
a:hover {color: #000000;}

.class1 A:link {text-decoration: none; color: #FFFFFF;}
.class1 A:visited {text-decoration: none; color: #FFFFFF;}
.class1 A:active {text-decoration: none; color: #FFFFFF;}
.class1 A:hover {text-decoration: underline; color: #000000;}

.class2 A:link {text-decoration: none; color: #FFFFFF;}
.class2 A:visited {text-decoration: none; color: #FFFFFF;}
.class2 A:active {text-decoration: none; color: #FFFFFF;}
.class2 A:hover {text-decoration: underline; color: #000000;}
