/* CSS Document */



body {

	font-family: Arial, Helvetica, sans-serif;

	background-color: #333333;

	color: #ffffff;

	font-size: 16px;

}


img {
	border: none;
}

a:link {

	color: #ffffff;

	text-decoration: underline;
}



a:visited {

	color: #ffffff;

	text-decoration: underline;
}



a:active {

	color: #ffffff;

	text-decoration: underline;
}



a:hover {

	color: #eebb00;

	text-decoration: underline;
}



.pageTitle {

	font-size: 24px;

	color: #ffffff;

	font-weight: bold;

}



.pageSubTitle {

	font-size: 20px;

	color: #eebb00;

}



.bodyTitle {

	font-size: 22px;

	color: #ffffff;

}



.largeText {

	font-size: 20px;

}



.menu {

	font-size: 18px;

}



a.menu:link {

	color: #ffffff;

	text-decoration: none;

}



a.menu:visited {

	color: #ffffff;

	text-decoration: none;

}



a.menu:active {

	color: #ffffff;

	text-decoration: none;

}



a.menu:hover {

	color: #ffffff;

	text-decoration: underline;

}