body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #669999;

}
h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

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

.sub_headline_text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.main_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.small_text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.small_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.tile_left {
	background-image: url(../layout_images/layout_r7_c1.jpg);
	background-repeat: repeat;
}
.tile_right {
	background-image: url(../layout_images/layout_r7_c4.jpg);
	background-repeat: repeat;
}
.tile_top {
	background-image: url(../layout_images/layout_r1_c1.jpg);
	background-repeat: no-repeat;
}
a:link {color: #A51010;}
a:visited {color: #A51010;}
a:active {color: #A51010;}
a:hover {color: #000000;}

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

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



