@charset "utf-8";
/* CSS Document */
body {
	background-color: #979797;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}
.headings {
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.headings_white {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bodytext {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
}

.bodytext_grey {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
}
.bodytext_bold {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}

.orange_bodytext_bold {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}


.orange_bodytext {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 18px;
	text-decoration: none;
}

.orange_headings_bold {
	color: #FF9A0F;
	font-size: 16px;
	font-family: Arial, Verdana;
	text-decoration: none;
	font-weight: bold;
}


.inputBox {color : #FF9A0F;
background : #FFFFFF;
border-color : #CCCCCC;
border-top : 2px solid;
border-bottom : 2px solid;
border-left : 2px solid;
border-right : 2px solid;
font-family : Arial;
font-size : 14px;
font-weight: bold;
}

.inputBoxSmall {color : #FF9A0F;
background : #FFFFFF;
border-color : #CCCCCC;
border-top : 2px solid;
border-bottom : 2px solid;
border-left : 2px solid;
border-right : 2px solid;
font-family : Tahoma;
font-size : 11px;
font-weight: bold;

}

.grey_headings_bold {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Verdana;
	text-decoration: none;
	font-weight: bold;
}

