body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
.logInText {
	height: 15px;
	width: 70px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.inputTextField {
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.noHeight {
	font-size: 1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #FF9900;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #FF9900;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #99CC00;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #006600;
}
.blueBulls {
	color: #0066CC;
	margin-left: 20px;
}
.blueText {
	color: #0066CC;
}
ul {
	list-style-image: url(images/bullet.gif);
	line-height: normal;
}
th {
	color: #FFFFFF;
	background-color: #99CC00;
	text-align: left;
	line-height: normal;
}
.footerText {
	font-size: 11px;
	line-height: normal;
}
li {
	padding-bottom: 10px;
}
#sidebar {
	font-size:10px;
	padding:10px;
}

@media print {
	body {
		zoom = 80%;
	}
}
