
html,
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background:#dfdfdf;
}

a,
a:link,
a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #0066CC;
	text-decoration: underline;
}

#navigation a,
#navigation a:link,
#navigation a:visited{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.whitetext {
	color: #ffffff;
}

.whitebold {
	color: #ffffff;
	font-weight: bold;
}

#footer {
	width: 762px; 
	height: 60px;
	text-align: center;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#footer a,
#footer a:visited,
#footer a:link{
	font-size: 11px;
	color: #666666;
}
