* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: #a7c4da url('images/bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	width: 100%;
	height: auto !important;
	float: left;
	color: #C6D206;
	margin: 32px 0px 10px 0px;	
	padding: 0px 0px 5px 0px;
	font-size: 20pt;
	border-bottom: 1px solid #C6D206;
}

h2 {
	width: 100%;
	height: auto !important;
	float: left;
	color: #C6D206;
	margin: 32px 0px 5px 0px;	
	padding: 0px 0px 5px 0px;
	font-size: 20pt;
	border-bottom: 1px solid #C6D206;
}
h3 {
	width: 100%;
	height: auto !important;
	float: left;
	color: #000;
	margin: 12px 0px 5px 0px;	
	padding: 0px 0px 5px 0px;
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: #C6D206;
}

a:hover {
	color: #000;
}

li {
	margin: 0px 0px 0px 28px;
	list-style-image: url('images/it_li.jpg');
}

table tr td {
	padding: 2px;
}

table tr td a {
	color: #000;
	font-weight: bold;
}

table tr td a:hover {
	color: #8D8D8D;
}

#contactFrame {
	width: 502px;
	float: left;
}

p input {
	width: 296px;
	height: 18px;
	float: left;
	border: 1px solid #ccc;
	border-bottom: 1px solid #555;
	background: #DFDFDF;
	padding: 2px;
	margin: 2px 0px 2px 0px;
}

p input:hover, p input:focus {
	border: 1px solid #C6D206;
	background: #fff;
	padding: 2px;
}

p input#female, p input#male {
	width: 10px;
	height: 10px;
	float: left;
}

p label {
	width: 150px;
	height: 18px;
	float: left;
	padding: 2px;
	font-weight: bold;
}

p select, select {
	width: 302px;
	height: auto !important;
	float: left;
	border: 1px solid #ccc;
	background: #DFDFDF;
	padding: 2px;
}

p select:hover, p select:focus, select:hover, select:focus {
	width: 302px;
	height: auto !important;
	float: left;
	border: 1px solid #C6D206;
	background: #fff;
}

p textarea {
	width: 294px;
	height: 60px;
	float: left;
	border: 1px solid #ccc;
	border-bottom: 1px solid #555;
	background: #DFDFDF;
	margin: 2px 2px 2px 0px;
	padding: 2px;
}

p textarea:hover, p textarea:focus {
	border: 1px solid #C6D206;
	background: #fff;
	padding: 2px;
}

input#contactFormCaptcha{
	width: 114px;
	margin: 4px 0px 0px 154px;
}

p input.contactFormClass_button {
	width: 96px;
	height: auto !important;
	float: left;
	border: 1px solid #555 !important;
	background: #DFDFDF;
	margin: 6px 4px 0px 2px;
	padding: 2px;
}

p input.contactFormClass_button:hover, p input.contactFormClass_button:focus {
	width: 96px;
	border: 1px solid #C6D206 !important;
	background: #fff;
	padding: 2px;
	margin: 6px 4px 0px 2px;
	color: #000;
}