@charset "utf-8";
body {
	font-family: Georgia;
	font-size: 11px;
	background-image: url(images/bg.jpg);
}
.small_font {
	font-family: Georgia;
	font-size: 9px;
}
.headlines_titles {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	text-decoration: none;
	color: #3E4E67;
}
a:visited {
	text-decoration: none;
	color: #3E4E67;
}
a:hover {
	text-decoration: underline;
	color: #45556E;
}
a:active {
	text-decoration: none;
	color: #3E4E67;
}.main_bold {
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
}
.main_bold_white {
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.main {
	font-family: Georgia;
	font-size: 11px;
}
.bucket  {
	padding:10px 0;
	overflow:hidden;
	height:1%;
	background-image: url(images/hrule_single_dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.main_titles {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
}
.main_italic {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
}
