/* CSS Document */

/* simple styles 
body {
background-color: #e8e6df;
}
*/
body, p, b, strong, td, ul, ol, input, select, textarea , button {
	font-size: 12px;
}


body, td {
color: #000;
}

body, p, b, td, ul, ol, input, select, textarea {
	font-family: Times, serif;
}

a {
color: #837f6a;
text-decoration: none;
}


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

a:visited {
font-colour: #C69A65;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times, serif;
}
form {
margin: 0px;
}

table.form {
	}
	
table.form td {
	padding: 3px;
	}
table.form th {
	padding: 3px;
	font-weight: normal;
	text-align: right;
	font-style: normal;
	color: #666;
	}
.bottom_credit {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
}
.note {
	font-size: 11px;
	font-family: Times, serif;
}