body {
	background-color: #eeeeef;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link, a:visited {
	color: #CC3300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a.members:link, a.members:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.members:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
.banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.leftcol {
	background-color: #eeeeee;
	background-image: url(images/bg_leftcol.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.greybox1 {
	background-color: #eeeeee;
	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-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
ul {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
}
.picborder {
	border: 2px solid #CC3300;
}
.greybox2 {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.greybox3 {
	background-color: #eeeeee;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
.mainbody {
	font-size: 12px;
}
