@charset "UTF-8";
*{
	letter-spacing: 0.1;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-variant: normal;
	background-color: #FFFFFF;
}
a {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 16px;	
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 16px;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 5px;
	font-style: italic;
	padding-top: 3px;
	line-height: 18px;
	padding-bottom: 21px;
}
img {
	margin: 0px;
	padding: 0px;
}
.formerror {
	font-weight: bold;
	color: #CC0000;
}
.forminfo {
	margin-bottom: 16px;
	color: #CC0000;
}
html { height: 100% } 
body { min-height: 101%; }
#col1 li {
	list-style-position: outside;
}
#col1 ul li {
	margin-left: 10px;
}