html, body {
	margin: 0px;
	padding: 0px;
	background: #00213D url(../images/layout/background.png) repeat-y top center;
	font: 14px Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
}

body a {
	color: #FFFFFF;
	font-weight: bold;

}

body a:hover {
	color: #00C1FC;

}

.dark {
	font-family: Arial, Helvetica, sans-serif;
	color: #00213D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.dark a{
	font-family: Arial, Helvetica, sans-serif;
	color: #00213D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.dark a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
