body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #00427d;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat;
	background-color: #0e599c;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active{
	text-decoration:none;
	color:#00427d;
}
.footer a:hover{
	text-decoration:underline;
	color:#00427d;
}
.heading{
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#0e599c;
}
.list{
	margin:0px;
	padding:0px;
	list-style:none;
}
.list li{
	margin:0px;
	padding:0 0 0 20px;
	background:url(../images/bullet.jpg) no-repeat left 6px;
	line-height:18px;
}
.underlineaboutuspage{
	text-decoration:underline;
}
a:link, a:visited, a:active{
	color:#00427d;
	text-decoration:none;
}
a:hover{
	color:#00427d;
	text-decoration:underline;
}
.input{
	height:15px;
	width:150px;
	background-color:#7DD4F2;
	border: #00448D solid 1px;
	font-family:Tahoma;
	font-size:11px;
	color:#00448D;
}
.input:focus{
	background-color:#7DD4F2;
	border: #448DDA solid 1px;
	font-family:Tahoma;
	font-size:11px;
}
.input:hover{
	background-color:#7DD4F2;
	border: #448DDA solid 1px;
	font-family:Tahoma;
	font-size:11px;
}
.textarea{
	height:60px;
	width:150px;
	background-color:#7DD4F2;
	border: #00448D solid 1px;
	font-family:Tahoma;
	font-size:11px;
	color:#00448D;
}
.textarea:focus{
	background-color:#7DD4F2;
	border: #448DDA solid 1px;
	font-family:Tahoma;
	font-size:11px;
}
.textarea:hover{
	background-color:#7DD4F2;
	border: #448DDA solid 1px;
	font-family:Tahoma;
	font-size:11px;
}

