/* CSS Document */
body{
background-image: url('../images/mainbg.gif');
background-repeat: repeat-x
}

.style1 {
	color: #8BAEA2;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

a:link {
	color: #4B6D62;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
	font-size:15px;
}
a:active {
	color: #4B6D62;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
	font-size:15px;
}
a:visited {
	color: #4B6D62;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
	font-size:15px;
}





.mainbox2{ 
background-color:#EDF3F0;
font-family: "Times New Roman", Times, serif;
color:#ffffff;
font-size:12px;

	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	
	border-right-color:#4B6D62 ;
	border-left-color:#4B6D62 ;
	border-bottom-color:#4B6D62 ;
	border-top-color:#4B6D62 ;
}

.mainbox{ 
background-color:#c9dad2;
font-family: "Times New Roman", Times, serif;
color:#ffffff;
font-size:12px;

	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	
	border-right-color:#4B6D62 ;
	border-left-color:#4B6D62 ;
	border-bottom-color:#4B6D62 ;
	border-top-color:#4B6D62 ;
}