/* CSS Document */
body { background: #ffffff url("left.gif") fixed left top repeat-y; 
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	color: #000000;
	font-size: 13px;
	scrollbar-base-color: #ffffff;
	margin: 0;
	padding: 0;
	}
a:link {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #5056CE;
	text-decoration: none;
	font-weight: bold;
}
a:hover,active {
	background: #F6F74F;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:13px;
}
.text {
	padding-right: 30px;
	padding-bottom: 20px;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 13px;
}
li { list-style-type: circle; }
.small {
	font-size: 10px;
}
.ahem {
	display: none;
}