body{
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9E9E9;
}

/* Menu Style */

a.menu:link {
    color: #003E72;
	font-size: 10px;
    text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
    color: #003E72;
	font-size: 10px;
    text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
    color: #FFFFFF;
    font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a.menu:active {
    color: #003E72;
	font-size: 10px;
    text-decoration: none;
	font-weight: bold;
}
.menu{
    color: #003E72;
	font-size: 10px;
    text-decoration: none;
	font-weight: bold;
}
.headline {
	color: #003E72;
	font-size: 14px;
	font-weight: bold;
}

/* General Links*/

a:link {
    color: #003E72;
    text-decoration: underline;
}
a:visited {
    color: #003E72;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
a:active {
    color: #003E72;
    text-decoration: underline;
}

/* Footer Style */

a.footer:link {
    color: #A7A7A7;
    text-decoration: none;
}
a.footer:visited {
    color: #A7A7A7;
    text-decoration: none;
}
a.footer:hover {
    color: #003E72;
    text-decoration: none;
}
a.footer:active {
    color: #A7A7A7;
    text-decoration: none;
}
.footer{
    color: #A7A7A7;
    text-decoration: none;
}
.header {
	font-size: 16px;
	color: #36A523;
	text-decoration: none;
	font-weight: bold;
}

