/* CSS Document */

body{
	margin: 0px;
	background-color: #456c9c;
}

.nav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #6089c9;
	font-size: 12px;
	font-weight: 500;
	line-height: 26px;
}

.nav a{
	text-decoration:none;
	color: #6089c9;
}

.nav a:hover{
	text-decoration:underline;
	color: #2f8249;
}

.nav a:active{
	text-decoration:none;
}

strong{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #5a8dcd;
	font-size:14px;
	line-height: 16px;
	font-weight:700;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #5a8dcd;
	font-weight: 200;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2f8249;
	font-weight: 200;
}

p{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size:14px;
	line-height: 16px;
}

.footer{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size:14px;
	line-height: 16px;
}

.youarehere{
	font-family:Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
}

.youarehere a{
	text-decoration:none;
	color: #6089c9;
}

.youarehere a:hover{
	text-decoration:underline;
	color: #2f8249;
}
