body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.footer {
	font-size: x-small;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #336699;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #666666;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
li {
	list-style-type: circle;
}
.notebox {
	padding: 2px;
	float: right;
	width: auto;
	border: medium double #CCCCCC;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.homep {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	font-weight: lighter;
	color: #003300;
}
.newwindow {
	font-size: x-small;
	color: #999999;
}
