@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(graphics/bkgd.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 10pt;
}

table{
	background-color:#FFF;
	border-color: #000;
	border-width: 8px;
}

h1{
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 14pt;
	padding-left: 10px;
	text-indent: 5px;
	font-weight: bold;
}

h2{
	font-family: Tahoma, Geneva, sans-serif;
	color: #660000;
	font-size: 12pt;
	padding-left: 12px;
	text-indent: 5px;
	font-weight: bold;
}

p{
	font-size: 10pt;
	text-indent: 5px;
	color:#000;
	font-stretch: expanded;
	padding-left: 10px;

	}
	
li
{
	font-size: 10pt;
	color:#300;
	font-stretch: expanded;
	list-style-type: circle;
}
	
a:hover {
	font-family:Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color:#CCC;
}

a{
	font-family: Verdana, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color: #000;
	text-decoration: none
}
.link{
	text-decoration: underline;
	color:#300;
	font-size: 9pt;
	font-weight: bold;
}

.horizontal{
	font: normal 10pt Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	display: inline;
	padding: 2px;
	width: 120px;
	list-style: none;
	text-indent: 1px;
	border-right: 2px solid #600;
	border-left: 2px solid #600;
	border-bottom: 2px solid #600;
	border-top: 1px solid #600;
}

.horizontal:hover{
	font: normal 10pt Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
	display: inline;
	padding: 2px;
	width: 80px;
	list-style: none;
	text-indent: 3px;
	border-bottom: 2px solid #600;
	border-top:  #9966FF 1px solid;
	display: inline;
}
.horizontalheading {
	font: normal 9pt Verdana, sans-serif;
	color: #CC99FF;
	text-decoration: none;
	background-color: #000066;
	display: inline;
	padding: 2px;
	width: 120px;
	list-style: none;
	font-weight: bold;
}

