@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: HelveticaNeueLT Std, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #6e7072;
	line-height: 12px;
}

.header{
	color: #766e65;
	font-size: 17px;
	font-weight: bold;
}

a.footerlink{
	color: #688899;
	text-decoration: none;
}

.footerlink:hover{
	text-decoration: underline;
}

a{
	color: #688899;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.footer{
	font-size: 10px;
}

ul{
	padding-left: 18px;
}

form{ margin: 0;
}

input{
	color: #6e7072;
	font-size: 9px;
}
