@charset "utf-8";
/* CSS Document */

a:focus { -moz-outline: none; }

a img {
	border: none;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
}

p, td {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #6a6a6a;
	margin: 0 0 8px 0;
	padding:0;
}


a {
	text-decoration: underline;
	color: #6a6a6a;
	font-weight: bold;
	font-size: 12px;
}

a:hover, a.active {
	text-decoration: none;
}

h1 {
	display: none;
}

hr {
	height: 4px;
	border: transparent;
	color: white;
}

input {
	margin: 2px 0 2px 0;
	padding:0;
	height: 15px;
}


.radio, radio,
.checkbox, checkbox {
border: 0;
background: none;
margin:0;
margin-right: 2px;
padding:0;
}


td {
	font-size: 12px;
	vertical-align: top;
	margin:0;
	padding:0;
	padding-right: 3px;
}

tr.checkboxen td {
padding:3px 0;
}

.button:hover,
#submit:hover {
	color: #e8e8e8;
	background-image: url(../images/bg-button-hover.gif);
}
.button,
#submit {
	width:169px;
	margin-left:60px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	background-image: url(../images/bg-button.gif);
	height: 38px;
	font-weight: bold;
	text-decoration: none;
	color: #e8e8e8;
	padding:0 10px;
	border:0;

}

ul,
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0 0 18px 0;
}
ul li {
	background-image: url(../images/check.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 2px 22px;
	font-weight: bold;

