@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(Images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.line {
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(Images/orange.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #496072;
}


.content {
	text-decoration: none;
	padding: 20px;
	font-size: 12px;
	color: #2F3D48;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
h1 {
	font-size: 18px;
	color: #455A6B;
	font-family: Arial, Helvetica, sans-serif;
}
.down_deco {
	background-image: url(Images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.right {
	text-decoration: none;
	padding: 20px;
	font-size: 11px;
	color: #52697C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C7CBCA;
	font-style: italic;
	line-height: 18px;
}
.down_menu {
	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #607A91;
	text-decoration: none;
}
.copyright {
	font-size: 9px;
	color: #5F7B93;
}
a:hover {
	color: #425666;
}
a:visited {
	text-decoration: none;
}
a {
	color: #455A6B;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
.capital {
	text-transform: uppercase;
	font-weight: bold;
}
.decoImage {
	border: 1px solid #82959F;
}

