body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #E1EBF4;
	background-image: url(images/index_background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #5784BB;
}
a:active {
	text-decoration: underline;
	color: #5784BB;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#smalltext {
	font-size: 9px;
	text-align: center;
	color: #59758f;
	padding-top: 10px;
	border-top: 1px #c8d5e0 dotted;
}

#smalltext a {
	color: #59758f;
	padding: 1px;
	text-decoration: none;
	border-bottom: 1px #a9b0b7 dotted;
	}
	
#smalltext a:hover {
	color: #000;
	border-bottom: none;
	}
	
.letterspace {
	letter-spacing: 1px;
}
.smallspaced {
	font-size: 9px;
	letter-spacing: 1px;
}
.bgnorepeat1 {
	background-image: url(images/2index_background.jpg);
	background-repeat: no-repeat;
}
