@charset "utf-8";
.Bold_Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
}

a:link {
	color: #ACF;
}
a:visited {
	color: #ACF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #ACF;
}

.Plain_Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #FFF;
	background-color: #000;
}
.Header {
	background-image: url(Images/header-left.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}

