BODY {
	background: url(images/background.jpg);
	background-color: #013EB1;
	background-repeat: repeat-x;
	background-position: top center;
	color: #43709C;
}
H1  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #039;
	font-size: 18px;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E6F0FF;
	background-color: #fff;
}
H2 {
	color: #06C;
	font-size: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
H3 {
	color: #060;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;

}
H4 {
	color: #06F;
	font-weight: bold;
	font-size: 11px;

}
H5 {
	color: #F00;
	font-size: 11px;
	font-weight: bold;

}
H6 {
	color: #090;
	font-size: 11px;
	font-weight: bold;

}
h7 {
	color: #060;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;

}
a  {
	color:#06F;
	text-decoration: none;
}
a:hover {
	color:#F00;
}
a:active {
	color:#060;
}
.bt-link-1 {
	color: #f00;
}
.bt-link-1:hover {
	color: #06C;
}
.bt-link-1:active {
	color: #036;
}

