@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Georgia, times, serif;
	font-size: 11px;
	line-height: 19px;
}

body {
	padding: 25px;
}

a {
	text-decoration: none;
	color: #64bc46;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

h1 {
	color: #600;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 25px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	color: #666;
}

#wrapper {
}

#header {
	display: none;
}

#page {
}

#content {
	margin: 20px;
	color: #000;
	text-align: justify;
}


#menu {
	display: none;
}


/*
 * FORM STYLES
 */

label {
	width: 104px;
	float: left;
	color: #999;
	letter-spacing: -0.05em;
	font-style: italic;
	color:#64bc46;
}

input {
	width: 292px;
	padding: 2px;
	border: 1px solid #cdcdcd;
	background: url(../_img/input_text.png) repeat-x top left;
}

textarea {
	width:293px;
	border: 1px solid #cdcdcd;
	height: 150px;
	background: url(../_img/input_text.png) repeat-x top left;
}

.radio {
	border: 0px;
	background: transparent;
	width: 1.2em;
}

.chkbx {
	border: 0px;
	background: transparent;
	width: 1.2em;
}

.formrow {
	margin-bottom: 1px;
	padding-bottom: 1px;
}

.news {
	display: none;
}

#logo {
	display: inherit;
}

