/* CSS Document */

a:hover {
	font-size:12px;
	color:#CC3333;
	font-weight:bold;
	font-family:Tahoma,Verdana,Arial,Geneva;
	text-decoration:underline overline;
}
a:link {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Tahoma,Verdana,Arial,Geneva;
	text-decoration:none;
}
a:visited {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Tahoma,Verdana,Arial,Geneva;
	text-decoration:none;
}
a:active {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Tahoma,Verdana,Arial,Geneva;
	text-decoration:none;
}

body {
	background-image:url(../images/page_background_door.jpg);
	margin:0;
	padding:0;
}

#banner {
	background:url(../images/topbanner.jpg) no-repeat;
	height:200px;
	width:800px;
	margin:0 auto;
}

.titleText {
	color:#ffffff;
	font-family:Tahoma,Verdana,Arial,Geneva;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.contentText {
	color:#ffffff;
	font-family:Tahoma,Verdana,Arial,Geneva;
	font-size:12px;
	text-decoration:none;
	text-align:left;
}

.headingText {
	color:#ffffff;
	font-family:Tahoma,Verdana,Arial,Geneva;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.homeText {
	color:#ffffff;
	font-family:Tahoma,Verdana,Arial,Geneva;
	font-size:12px;
	text-decoration:none;
	text-align:left;
}

.footerText {
	color:#ffffff;
	font-family:Tahoma,Verdana,Arial,Geneva;
	font-size:10px;
	text-decoration:none;
}
.footerText a:hover {
	font-size:10px;
	color:#CC3333;
	font-weight:normal;
	font-family:Tahoma,Verdana,Arial,Geneva;
	text-decoration:underline overline;
}
.footerText a:link {
	font-size:10px;
	color:#ffffff;
	font-weight:normal;
	font-family:Tahoma,Verdana,Arial,Geneva;
	text-decoration:none;
}
.footerText a:visited {
	font-size:10px;
	color:#ffffff;
	font-weight:normal;
	font-family:Tahoma,Verdana,Arial,Geneva;
	text-decoration:none;
}
.footerText a:active {
	font-size:10px;
	color:#ffffff;
	font-weight:normal;
	font-family:Tahoma,Verdana,Arial,Geneva;
	text-decoration:none;
}