body, table, tr, td {
                 background-color: #ffffff;
	font: 8pt georgia; 
	color: #C0BEC0;
	cursor: default;
	letter-spacing: 1px}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #007566
}
a:hover {color: #009E8C;
font-weight: normal;
text-decoration: none;
}

.heading
	{
	font-size: 14px;
	font-family: georgia; 
	font-weight: bold;
	color: #009E8C;
                  letter-spacing: 4px;
	padding: 0px; 
	border-width: 0pt;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	}

input, textarea, option, select {
	background-color: #ffffff;
	font: 8pt georgia;
	text-decoration: none;
	color: #C0BEC0;
	letter-spacing: 1px;
	border: 1px dotted #C0BEC0;
	padding:2px; }


ul {
   list-style-type: square;
}

.block {
background-color : #E2F0EE;
border-left : 1px solid #E2F0EE;
border-right : 1px solid #E2F0EE;
color : #C0BEC0;
margin : 0 auto;
padding : 10px;
width : 90%;
}
.block a {
background-color : #E2F0EE;
color : #007566;
}
.block a:hover {
background-color : #E2F0EE;
color : #009E8C;
}
