@charset "utf-8";
/* CSS Document */
<!--
body {
	background-image: url(images/bg.jpg);
	background-color: #74ADC8;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #003d74;
}
a {
	font-family: Verdana;
	font-size: 11px;
	color: #adb254;
	font-style: italic;
}
a:link {
	text-decoration: underline;
	color: #086e19;
}
a:visited {
	text-decoration: underline;
	color: #086e19;
}
a:hover {
	text-decoration: none;
	color: #4783b9;
}
a:active {
	text-decoration: underline;
	color: #086e19;
}
.header {	font-size: 16px;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
img.img_border, a img.img_border {
	border: 2px solid #c6d2dd;
}
a:hover img.img_border {
	border-color: #87b1d7;
}	
-->