body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #0296d3;
}
.bg {
	margin: 10px 0 0 0;
	background-image: url(images/index_05.jpg);
	background-repeat: repeat-y;
}
.bg2 {
	background-image: url(images/index_06.jpg);
	background-repeat: no-repeat;
}

.font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.font2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #02498B;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFF;
}

a:link {
	color: #005299;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #005299;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #494949;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #005299;
	font-size: 12px;
}
