.main_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}
.main_text_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.main_text_bold_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.main_text_bold_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}	
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bolder;
}
.body {
	background-color: #000000;
}
.tile_left {
	background-image: url(../layout_images/tile_left.gif);
}
.tile_right {
	background-image: url(../layout_images/tile_right.gif);
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	color: #636AA4;
	font-weight: bold;
}
