body {
	background-image: url(images/page_back.gif);
	background-repeat: repeat-y;
	padding: 0px;
	background-color: #CCCCCC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.navback {
	background-image: url(images/nav_back.gif);
	background-repeat: repeat-y;
}
p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
	background-color: #F5F5F5;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	border: 1px solid #CC9900;
}
h2 {
	color: #B90101;
	line-height: normal;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px;
	padding: 0px;
}

hr {
	color: #CC0000;
	height: 1px;
}
a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
.buttonscontainer {
	width: 150px;
}
.buttons a:link, .buttons a:visited {
	color: #660000;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #E5E5CB;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #AEAE92;
	border-right-color: #AEAE92;
	border-bottom-color: #AEAE92;
	font-size: 12px;
	font-weight: bold;
}
.buttons a:hover {
	border-left: 10px solid #C3C39B;
	text-decoration: none;
	color: #CC0000;
}
.designed {font-size: 11px;}
#content {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
