/* --------------------------------------------------BODY--------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 12px;
	color: #000000;
	font-weight : normal;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #6196A5;
}

/* --------------------------------------------------TEXT--------------------------------------------------------*/


.maintxt		{
	font-size : 11.5px;
	line-height : 20px;
	font-family : Verdana, Arial,  Helvetica;
	font-weight : normal;
	color : #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F2EED9;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #333333;
}


.mainB 			{
	font-size : 11px;
	line-height : 14px;
	font-family : Verdana, Arial,  Helvetica;
	font-weight : bold;
	color : #333333;
}

.mainBwhite 	{font-size : 11px; line-height : 14px; font-family : Verdana, Arial,  Helvetica; font-weight : bold; color : #FFFFFF;}

.form 	{
	font-size : 11px;
	line-height : 14px;
	font-family : Verdana, Arial,  Helvetica;
	font-weight : bold;
	color : #000000;
	background-color: #89B995;
}
.button
{
background-color: #6196A5;
font-family:Verdana;
font-size:10px;
color:#ffffff;
padding-left:5px;
font-weight: bold;
text-transform: uppercase;
height:20px;
} 


/* --------------------------------------------------HYPERLINKS--------------------------------------------------------*/

A:Visited  		{
	color : #26931E;
	text-decoration: none;
	font-weight: bolder;
}
a:link			{
	color : #26931E;
	text-decoration: none;
	font-weight: bolder;
}
A:Active  		{
	color : #477D7C;
	text-decoration: none;
	font-weight: bolder;
}
A:Hover  		{
	color : #8DBA8E;
	text-decoration: none;
	font-weight: bolder;
