@charset "utf-8";
/* CSS Document */

.boddy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #022C54;
	
}
.bblu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B396A;
	font-weight: bold;
}

.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.backk {
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #003366;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #036;
}
a:active {
	text-decoration: none;
	color: #036;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
}
.shading {
	background-color: #CCC;
}
