@charset "utf-8";
body	{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		medium;
	color:			#111111;
	background-color: #cccccc;
}

hr		{
	color:#000;
}

a		{
	font-weight:	bold;
}
a:link	{
	color:			#FF0000;
	text-decoration: underline;
}
a:hover	{
	Color:			#FF0000;
	text-decoration: none;
}
a:visited	{
	color: 			#888;
	text-decoration: underline;
}
.copyright	{
	font-size:		smaller;
}
p {
	margin-top: 	0px;
}

.linkbar  a:link	{
	color:			#FF0000;
	text-decoration: underline;
	font-size: 		small;
}
.linkbar  a:hover	{
	Color:			#FF0000;
	text-decoration: none;
	font-size: 		small;
}
.linkbar  a:visited	{
	color: 			#ffffff;
	text-decoration: underline;
	font-size: 		small;
}
h2 {
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: large;
	margin-top: 0px;
	margin-bottom: 0px;
}
.top {
	font-size: x-small;
	padding-right: 20px;
}
.pagehead {
	font-size: large;
	color: #FFFFFF;
}
.pagesubhead {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.namelists {
	font-size: x-small;
}
.smaller	{
	font-size:		smaller;
}
.bold {
	font-weight: bold;
}
