body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #16163c;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.body_text {
	font-family: Tahoma, Arial;
	color: #1c495c;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
}

.footer{
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.body_text_bold {
	font-family: Tahoma, Arial;
	color: #1c495c;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	
}

.heading {
	color: #1c495c;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.body_underline {
	font-family: Tahoma, Arial;
	color: #1c495c;
	font-size: 11px;
	text-decoration: underline;
	line-height: 18px;
}
	


.inputBox {color : #1c495c;
background : #FFFFFF;
border-color : #1c495c;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Tahoma;
font-size : 11px;
}

.inputSubmit {color: #1c495c;
background-color: #FFFFFF;
border-color : #1c495c;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Tahoma;
font-size : 11px;
font-weight: bold;
}