@charset "utf-8";
/* CSS Document */

a:link{
	color: #0CF;
	text-decoration: none;
	}
a:active{
	color: #C90;
	text-decoration: none;
	}
a:visited{
	color: #069;
	text-decoration: none;
	}
a:hover{
	color: #C90;
	text-decoration: underline;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0c1c21;
}.whiteBG {
	background-color: #FFF;
}
.footerBG {
	background-image: url(images/footergr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
}
.shadow {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #0c6ac1;
}
.bodyText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.footerText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.fanBG {
	background-image: url(images/fanbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.fanBG2 {
	background-image: url(images/jobshop_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blueBG {
	background-color: #92352e;
}
.contactusText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.whitelink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	}
	


.whitelink a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}

.whitelink a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0;
}


