@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
}
.small_font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.headlines_titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
a:link {
	text-decoration: none;
	color: #002e5f;
}
a:visited {
	text-decoration: none;
	color: #002e5f;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #3E4E67;
}.main_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.main_bold_white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.bucket  {
	overflow:hidden;
	height:1%;
	background-image: none;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border-bottom-width: 5px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #007EA3;
	border-right-style: none;
	border-left-style: none;
}
#bucket {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D8D9DD;
}

.main_titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.main_italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
}

