﻿body {
	background-color: #78B7D4;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html, body {
	width: 100%;
	height: 100%;
}
.header {
	font-family: arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
.header_b {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.header_b img {
	border-style: none;
}
.text_main {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #253E3D;
	text-decoration: none;
}
.text_main a {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.dots_h {
	background-image: url('images/dots_h.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.block {
	margin-bottom: 16px;
	padding: 13px;
}
.top_menu_active {
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-top-style: solid;
	border-width: 2px;
	border-color: #99CFE8;
	line-height: 25px;
	padding-top: 3px;
	color: #4A829A;
}
.top_menu, .top_menu:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding-top: 3px;
	color: #4A829A;
	text-decoration: none;
}
.top_menu:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding-top: 3px;
	color: #FFFFFF;
	text-decoration: none;
}
.bot_menu, .bot_menu a, .bot_menu a:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B717B;
	text-decoration: none;
}
.bot_menu_active, .bot_menu a:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.text_wh, .text_wh a, .text_wh a:visited  {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_wh a:hover {
	text-decoration:underline;	
}
.link_lb {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D2E2EA;
	text-decoration: none;
}
.link_wh, .link_wh a {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.link_wh a:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
form {
	margin: 0px;
}
.siteform_input {
	border: 1px solid #FFFFFF;
	height: 20px;
	width: 250px;
}
p {
	margin: 0px;
	padding: 0px;
}

