/* CSS Document */

body {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}

body a:link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
body a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}

body a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}



.mainHeader {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.mainHeader a:link {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}
.mainHeader a:visited {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}
.mainHeader a:hover{
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
.videoText {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.sideHeader {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000033;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sideFont {
}

.footer {
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:link {
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	font-size:11px;
	font-weight: bold;
	color:#0099FF;
	text-decoration: none;
}