body {
	background-image: url(images/bg_middle.gif);
	background-repeat: repeat;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.left {
	width: 200px;
	background-image: url(images/bg_left.gif);
	background-repeat: repeat;
}
.center {
	background-image: url(images/bg_middle.gif);
	background-repeat: repeat;
	padding-top: 10px;



}
.header {
	background-image: url(images/bg_header.gif);
	background-repeat: repeat;
}
.right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}
#nav {
	margin: 10px 0px 10px 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
}
p {
	margin-left: 10px;
	margin-right: 10px;

}
.copyright {
	font-size: 9px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #CC0000;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:active {
	color: #CC0000;
}
.notes {
	font-size: 10px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #338CB6;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	margin: 5px;

}
a {
	color: #99CCFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CC0000;
}
a:visited {
	color: #99CCFF;
	text-decoration: none;
}
.italics {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
code {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
}
