/* CSS Document */


.style1 {
	color: #FFFFFF;
	font-family: Arial, Verdana, "Century Gothic";
	font-size: 10px;
}

body {
	background-image: url(images/sidebar2.jpg);
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style2: normal;
	font-weight: bold;
	font-variant: normal;
	color: #891100;
	text-decoration: none;
}

.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.navstyle a{
	font-family: Arial black, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: auto;
	padding: 3px;
	clear: none;
	float: none;
	height: auto;
	width: 70px;
}

.navstyle a:hover{
	font-family: Arial black, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color:#CCCCCC;
	text-decoration: none;
	margin: auto;
	padding: 3px;
	clear: none;
	float: none;
	height: auto;
	width: 70px;
}

.pagehighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #AA0022;
	font-weight: bold;
	text-decoration: none;
}

.commenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

