body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body.gif);
	background-position: top;
	background-color: #B5BCDA;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	color: #001A8B;
	margin-top: 3px;
}
.white {
	color: #FFFFFF;
	font-size:12px
}
.logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 99px;
}
li {
	color: #FFFFFF;
	list-style-image: url(images/bullet.gif);
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
}
ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	padding-left: 5px;
}

h2 {
	background-color: #B5BCDA;
	width: 90%;
	border: 1px dotted #494949;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
	display: block;
	margin: 0px;
}

a.link:link,a.link:active,a.link:visited
{
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/button1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 94px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-decoration: none;
}
.faded {
	background-image: url(images/faded.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h3 {
	color: #B5BCDA;
}
h4 {
	margin: 0px;
	padding: 0px;
}

.style1 {color: #001A8B}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}a.link:hover
{
	background-image: url(images/button2.gif);
	text-decoration: underline;
}
blockquote {
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 10px;
}
