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

h1 {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	margin:10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
p {
	margin:5px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.contentbox2 h1 {
	color:#000000;
}
a, a.visited {
	color:#333333;
	text-decoration:underline;
	font-weight: bold;
}
#nav a, #nav a.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
}
#nav a:hover {
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
	color: #666666;
}
#footer a, #footer a.visited {
	color:#ffffff;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

