/* Styles */
*
{
	margin:0;
	padding:0;
}
body,html
{ 
	font-family: Arial, sans;
	color: #67676b;
	margin: 0px;
	font-size:80%;
	background: #000;
}
option, select, form, input, textarea {
	text-decoration: none;
}
a:link, a:visited
{
	font-weight: bold;
	color: #990;
	text-decoration: none;
}
a:hover, a:active
{
	font-weight: bold;
	color: #990;
	text-decoration: underline;
}
a img
{
	border:none;
}
.inputstyle
{
font-size:9pt;
background-color:WHITE;
border:1px #000066 solid;
}
h1,h2,h3,h4,h5,h6
{
	font-family:"Helvetica Neue", Helvetica, Arial, Sans;
}
h1 {
	font-weight: bold;
	text-decoration: none;
	font-size:210%;
	color:#67676b;
	padding:0 0 15px 0;
}
h2 {
	font-weight: bold;
	padding:0 0 6px 0;
	border-bottom:1px solid #000;
	text-decoration: none;
	font-size:120%;
}
h3,h4,h5,h6 {
	font-weight: bold;
	text-decoration: none;
	font-size:105%;
	color: #000;
	padding:8px 0 8px 0;
}
p 
{
	text-decoration: none;
	font-size:105%;
	padding:0 0 14px 0;
}
ul li
{
	font-size:105%;
}
hr{ height: 1px;  color:#fff}

ol
{
font-size:120%;
font-weight:bold;
list-style-type:none;
}
.licol {
	float: left;
	width: 233px;
	list-style-image:none;
	list-style-type:none;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	text-align:center
	}
