@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/BG2.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	background-position:top center;
	margin:0px;
}


.largetitletext{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	line-height: 140%;
	font-size: 12px;
	font-weight: bold;
}

.whiteBIG{
	color:#ffffff;
	line-height: 140%;
	font-size: 30px;
	font-weight: bold;
}

.whitesmall{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height: 140%;
	font-size: 12px;
}

.whitemedium{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height: 140%;
	font-size: 16px;
	font-weight: bold;
}



.titletext{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 140%;
	font-size: 14px;
	font-weight: bold;
}

.datetext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 140%;
	color:#fa3a00;
}

.datetextlarge{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	line-height: 140%;
	color:#fa3a00;
}

.bodytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#000000;
}

.textgrey{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#333333;
}

.indeicators{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#333333;
	font-weight: bold;
}


.textwhite{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#ffffff;
	font-weight: bold;
}


a:link{
	color:#fa3a00;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:none;
}

a:visited{
	color:#fa3a00;
	text-decoration:none;
}

.dropdown{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fa3a00;
	background:#ffffff;
	border-color:#CCCCCC;
	border-style:solid;
	border-bottom:1px;
	border-top: 1px;
	border-left:1px;
	border-right:1px;
}

.dropdown2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	background:#cccccc;
	border-color:#333333;
	border-style:solid;
	border-bottom:1px;
	border-top: 1px;
	border-left:1px;
	border-right:1px;
}

.style1 {	font-size: 28px;
	font-weight: bold;
	color: #fa3a00;
}

.bottom {	font-size: 6px;

}


