.white {
	color: #FFFFFF;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2D8BC6;
}
a.white:hover {
	color: #2D8BC6;
	background-color: #FFFFFF;
	text-decoration: none;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #2D8BC6;
	background-image: url(images/bg.gif);
}
h1 {
	font-size: 12px;
	font-weight: bold;
	background-color: #2D8BC6;
	color: #FFFFFF;
	padding: 0.5px;
	text-indent: 5pt;
	border: 2px ridge #FFFFFF;
	font-variant: small-caps;
	margin: 15px 15px 5px 0px;
}
.heading {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #2D8BC6;
	background-image: url(images/snow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	padding-top: 10px;
}

a {
	color: #2D8BC6;
	text-decoration: underline;
}
a:visited {
	color: #1B6491;
	text-decoration: underline;
}
a:hover {
	color: #2D8BC6;
	text-decoration: none;
}
.smallprint {
	font-size: 9px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #1B6491;
}
li {
	padding-bottom: 15px;
}
.large {
	font-size: 14px;
	color: #1B6491;
}
.bold18 {
	font-size: 18px;
	font-weight: bold;
}
