﻿@import url('navigation.css');
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF /*#B8CDE7;*/;
}
a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
#head {
	padding: 0px;
	margin: 0px;
}
#imagehead {
	width: 850px;
	height: auto;
	text-align: justify;
}
.context {
	float: left;
	padding: 5px;
	background-color: transparent; /*width:850px;*/;
	text-align: left;
}
.content {
	/*margin-left:80px;*/
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E4E4E4;/*#D2E0F0;*/
}
.l_content {
	float: left;
	background-color: #2B5382;
	color: white;
}
.footer {
	clear: both;
	margin-top: 15px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 25px;
	padding: 5px;
	color: white;
	font-size: 10px;
}
.u1 {
	margin-top:0px;
	font-family: Arial;
	font-size: 16px;
	color: #0066CC;
}
.u2 {
	margin-top:0px;
	font-family: Arial;
	font-size: 14px;
	color: #0066CC;
}
.hide
{
	display:none;
}
.show
{
	display:block;
}
