@charset "UTF-8";
/* CSS Document */
* {
padding:0;
margin:0;
}

p {
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

html, body{height:100%;} 
/* end hack */ 

body {
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	overflow: -moz-scrollbars-vertical;
}
		
* html body{font-size:medium;f\ont-size:x-small}
/* end hack */ 

h1{
	font-size: 14px;
	line-height: 16px;
	color: #003300;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
h2{
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}
a {
	color:#990000;
	text-decoration: none;
}

a:visited {
	color:#000;
}

a:hover {
	color:#FF0000;
}

a:active {
	color:#FF0000;
}

a:focus {
	color:#990000;
}
.threecolumn td ul {
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: circle;
}

.threecolumn td li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.threecolumn ul {
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: circle;
}

.threecolumn li {
	padding-top: 3px;
	padding-bottom: 3px;
}
