@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: white; 
}

a:link { color: #558dd1 ; text-decoration: none; }
a:visited { color: #558dd1 ; text-decoration: none; }
a:hover { color: #000 ; text-decoration: none; }
a:active { color: #000 ; text-decoration: none; }

p {
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
td { color: #333; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

img { border: none; }

h1 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #00ACFF;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0.83em 0;
	color: #333333;
}
h3 { color: #9c6; font-size: 12px; margin: 1em 0 0.3em; }
h4 { color: #558dd1; font-size: 11px; font-weight: normal; margin-top: 0.2em; margin-bottom: 0.2em; }
.blueList {
	color: #333;
	margin: 1em 0 1em 30px;
	list-style-image: url(../images/misc/ul_blue.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainPage #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}


.mainPage #header {
	height: 130px;
	width: 800px;
}

.mainPage #mainContent {
}

.mainPage #footer {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 10px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	border-top: 1px solid #ccc;
}

.mainPage #footer a:link {
	text-decoration: none;
	color: #558dd1;
}

.mainPage #footer a:visited {
	text-decoration: none;
	color: #558dd1;
}

.mainPage #footer a:hover {
	text-decoration: underline;
	color: #000000;
}

.mainPage #footer a:active {
	text-decoration: underline;
	color: #000000;
}

