/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-color: #F57129;
	background-repeat: repeat-x;
}
.main_text_heading {
	color: #f4732b;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.contact_details {
	color: #f4732b;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.body_text {
	color: #3b3b3b;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
	line-height: 18px;
}

.body_text2 {
	color: #3b3b3b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
}

.body_text_orange {
	color: #F97123;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
	line-height: 18px;
}
.orange_body_text {
	color: #F97123;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
}
.news_text_short {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
}


.white_body_text {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
	line-height: 18px;
}

.inputBox {color : #666666;
background : #FFFFFF;
border-color : #CCCCCC;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Arial;
font-size : 11px;
}
-->

