body {
margin: 0px; 
background: #dbd5d0;

}

body, div, table {
font-family: 'Georgia'; 
font-size:11px; 
color:#33545d;
vertical-align: center;


}

h1 {
color: #408290;
background: #c6c6c6;
font: normal 12px 'Georgia'; 
letter-spacing: 2px;
text-transform: uppercase;
padding: 5px;
padding-left: 10px;
text-align: center;
margin-top: 10px;
margin-bottom: -10px;
}

h2 {
color: #a79682;
font: bold 8px Georgia;
letter-spacing: 1px;
padding-left: 5px;
text-align: left;
margin-top: 10px;
margin-bottom: 3px;
}

h3 {
color: #8f8f8f;
font: 10px Georgia;
letter-spacing: 1px;
padding-left: 5px;
text-align: left;
margin-top: 10px;
margin-bottom: 3px;
}

td {
color: #41a39a;
font: 10px Georgia;
background-color : #c6c6c6;
letter-spacing: 1px;
padding-left: 5px;
text-align: left;
margin-top: 10px;
margin-bottom: 3px;

}

table {
color: #41a39a;
font: 10px Georgia;
background-color : #c6c6c6;
letter-spacing: 1px;
padding-left: 5px;
text-align: left;
margin-top: 10px;
margin-bottom: 3px;
}

 
a {cursor: pointer; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#297f93;}
a:hover{ color:#98c1cb; text-decoration:none; }
a:active { color:#297f93;}



}

input, textarea, submit  {
	font-family : Georgia;
	font-size : 10px;
	color : #41a39a;
	background-color : #c6c6c6;
	letter-spacing : 1px;
	border : 1px solid #c6c6c6;
	margin : 2px;
	height: auto;

}

img {border: 0px;}


}

b { color: #90806c;}

i { color: #90806c; }

u { color: #90806c; border-bottom: 1px dotted #a79682;}

s { color: #a79682; font-style: italic;}



