@charset "UTF-8";
/* CSS Document */
body {
	background-color: #2b2b2a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.pagetitles {
	color: #ffffff;
	text-decoration: none;
	font: bold 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
.maintext {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	text-decoration: none;
	text-align: justify;
}
.mediajunctionlinks {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #900;
	text-decoration: none;
}
.mediajunctionlinks:hover {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	text-decoration: none;
}
.maintextBOLD {
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #BDBDBD;
	text-decoration: none;
	text-align: justify;
}
.footertext {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}
.pagetitlesCenter {
	color: #ffffff;
	text-decoration: none;
	font: bold 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}
