body {
	margin: 0; padding: 0;
	font: normal 11px 'Tahoma', Arial, Helvetica, sans-serif;
	color:#5C594E;
	background-color:#EDEBDF;
	text-align:justify;
}
img {
border:none;
}
h1 {
font-family:Arial, Helvetica, sans-serif; margin-bottom:16px;
font-size:24px; color:#006A48; letter-spacing:-1px;
}
h2 {
font-size:20px; font-weight:normal;
}
h3 {
font-size:13px; font-weight:bold;
}
p {
line-height:15px; margin-bottom:15px;
}
blockquote {
font:italic bold 24px Georgia, "Times New Roman", Times, serif;
color:#5C594E;
}
a:link, a:visited, a:active {
color:#BB9C17; text-decoration:underline;
}
a:hover {
color:#FF6600;
}
ul {
list-style:none; margin:0; padding:0; margin-bottom:15px;
}
ul li {
background:url('../images/listicon.gif') no-repeat left center; padding-left:10px;
}
.border {
border:solid 1px #CEC9AA;
}
.fontGreen {
color:#006A48;
}
.fontRed {
color:#990000;
}
.fontYellow {
color:#BB9C17;
}
.left {
float:left;
}
.brownbox {
background-color:#CFCFB5; border:solid 1px #B9B9A2; padding:15px;
}

/*--------------------------------FORMS----------------------------------*/
form {
padding:0px; margin:0px;
}
input, textarea, select {
width:200px; height:13px; padding:3px 3px; margin-bottom:2px; color:#666666; font-size:11px; border:1px solid #CEC9AA;
}
textarea {
width:200px; height:60px; font-family:Arial, Helvetica, sans-serif; overflow:auto;
}
input[disabled]:active, input[disabled], select[disabled]:active, select[disabled], textarea[disabled]:active, textarea[disabled] {
color:#999999!important; background:transparent!important;
}
.btnSubmit {
width:80px; height:25px; margin-bottom:0px; cursor:pointer; color:#FFF;
background:url('../images/btn_submit.jpg') no-repeat top; border:none;
}
.btnSubmit:hover {
background:url('../images/btn_submit.jpg') no-repeat bottom;
}