/* CSS Document */

body
{
	margin:0px;
	background-color: #E5E7E6;
	font-family: tahoma;
	font-size: 12px;
	color: #585555;
	text-decoration: none;
	line-height: 18px;
	padding:0px;
}
.top_background {
	background-color: #FFFFFF;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
}

.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	padding-left:5px;

}

.link:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	padding-left:5px;

	}


.contactus {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.mailto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585555;
	text-decoration: none;
}
.mailto:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.welcome_text {
	font-family: tahoma;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/welcome-by.jpg);
	background-repeat: no-repeat;
	height: 64px;
	line-height: 64px;
	text-align: left;
}
.copyright_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	background-color: #42BCED;
}


.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background-color: #42BCED;
}

.copyright:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
	background-color: #42BCED;
}

.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
