﻿body {
	background-color: #2E446B;
	color: #2E446B;
	font-size: 10pt;
	margin: 20px auto 20px auto;
	font-family: Verdana, Arial;
}

img {
	border: 0px;
}

a:visited {
	color: #2E446B;
	text-decoration: underline;
	font-style: italic;
}

a:hover {
	color: #2E446B;
	text-decoration: underline;
	font-style: italic;
}

a:active {
	color: #2E446B;
	text-decoration: underline;
	font-style: italic;
}

a:link {
	color: #2E446B;
	text-decoration: underline;
	font-style: italic;
}
p {
	text-align: justify;
}

h1 {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}
.white {
	background-color: white;
}

#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	background-color: #2E446B;
	overflow: visible;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	float: left;
	background-image: url('/images/Tab.gif');
	width: 11.1%;
}
#navigation a {
	color: #2E446B;
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 0px solid #2E446B;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url('/images/Tab_On.gif');
}
