@charset "utf-8";
/* CSS Document */

div#container
{
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
	body
{
	text-align: center;
	margin: 0;
	background-repeat: repeat;
	background-position: center top;
	
}
.background {
	background-image: url(images/background2.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.largetextgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}


.smalltextwhite {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.smalltextgrey {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.mediumtextwhite {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.orangeheader {
	font-family: arial;
	font-size: 12px;
	color: #fd5900;
}

