/* CSS Document */
html, body{
width:100%;
height:100%;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu a:link, .menu a:visited{
font-size:14px;
color:#FFFFFF;
height:30px;
text-decoration:none;
display:block;
padding:15px 20px 0px 20px;
}
.menu a:hover{
color:#FFFFCC;
}
p{
line-height:18px;
margin-top:0;
margin-bottom:12px;
}
ul{
line-height:18px;
margin-top:0px;
margin-bottom:12px;
}
li{
	line-height:18px;
	margin-top:0;
	margin-bottom:0px;
	list-style-type: square;
}
h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CC0000;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
h6 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tblSpacer {
	margin-bottom: 12px;
}
.tblNegSpacer {
	margin-top: -12px;
}
a:link, a:visited{
text-decoration:none;
color:#CC0000;
}
a:hover{
text-decoration:underline;
color:#FF9900;
}
.noSpace {
	margin-bottom: 0px;
}
