body  { 
background: #010101;
margin-top: 0;
margin-left: 0;
}

a {text-decoration:none}

.nav {
        font-size:12px;
        font-weight:normal;
        font-family:Tahoma,Arial;
        line-height:16px;
        color:#000000;
}


.title {
        font-size:14px;
        font-weight:normal;
        font-family:Tahoma,Arial;
        line-height:40px;
        color:#8F2D22;
}


.inset {
        font-size:12px;
        font-weight:normal;
        font-family:Tahoma,Arial;
        line-height:24px;
        color:#cccccc;
}


.bodysmall {
        font-size:11px;
        font-weight:normal;
        font-family:Tahoma,Arial;
        line-height:16px;
        color:#666666;
}

.footer {
        font-size:11px;
        font-weight:normal;
        font-family:Tahoma,Arial;
        line-height:22px;
        color:#000000;
}
a:hover {color:#8F2D22;
		text-decoration:underline}
		
		/* ----- form ----- */
input, textarea {
	font-size: 80%;
	padding: 4px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	color: #333333;
}
label {
	font-weight: bold;
	color: #394f5f;
}
textarea {
	height: 130px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.txt {
	width: 296px;
	color: #333333;
	border: none;
	background: #ffffa0;
}
.inputHighlighted{  /* Highlighting style */
	width: 296px;
	color: #fff;
  	background-color:#6f8b9b;
}