/* CSS Document */
a:link {
	color: #0b6fd5;
	text-decoration: none; }

a:visited {
	color: #0b6fd5;
	text-decoration: none;}

a:hover {
	color: #f97e05;
	text-decoration: underline;
}
a:active {
	color: #00b6fd5;
	text-decoration: none;
}

#special:link { color: #000000; }
#special:visited { color: #000000; }
#special:hover { color: #f97e05; }
#special:active {color:#000000;}

#special2:link { color: #2355b5; }
#special2:visited { color: #2355b5; }
#special2:hover { color: #3a6c07; }
#special2:active {color: #2355b5;}

#special3:link { color: #000000; text-decoration:none }
#special3:visited { color: #000000; text-decoration:none}
#special3:hover { color: #2355b5; text-decoration:none }
#special3:active {color: #000000; text-decoration:none}

body {
	/*background-image: url(images/bg.jpg); */
	background-color:#9BD4E7;
	
}
.style1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.style2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #6eb46e;
}
.style3 {font-family: "Trebuchet MS"; font-size: 12px; font-weight: bold; }
.style4 {
	color: #037DC6;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.style5 {font-family: "Trebuchet MS"; font-size: 12px; color: #037DC6;}
.style6 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #6eb46e;
}
