﻿@charset "UTF-8";

body
{
	background:#0079C1;
}

.menucopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}
.menucopy a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menucopy a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menucopy a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.menucopy a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.bodycopy a:link {
	color: #005B99;
	text-decoration: none;
}
.bodycopy a:visited {
	color: #035D9A;
	text-decoration: none;
}
.bodycopy a:hover {
	color: #999999;
	text-decoration: none;
}
.bodycopy a:active {
	color: #005C98;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0079C1;
	text-decoration: none;
}
