a.linklist {
  text-decoration: none;
}
body, table, p, li, ul
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : Black;
}

body
{
        background-color: #FFFFF0;
        padding: 0px;
        margin: 0px;
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	scrollbar-face-color:'FFFFF0';
	scrollbar-track-color:'F2F1D9';
	scrollbar-arrow-color:'000000';
	scrollbar-3dlight-color:'E6D7AE';
	scrollbar-highlight-color:'DEDCC4';
	scrollbar-shadow-color:'AA9E8E';
	scrollbar-darkshadow-Color:'000000';
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;

}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	color: Maroon;
	FONT-SIZE: 36px;
}
h2
{
	color: #006666; 
	FONT-SIZE: 24px;
}
h3
{
	color: rgb(102,0,51); 
	FONT-SIZE: 18px;
}
h4
{
	color: rgb(51,102,51);
	FONT-SIZE: 16px;
}
h5
{
	color: rgb(102,0,51);
	FONT-SIZE: 14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 11px;
}

.shadow {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135,strength=4);
    width: 340px; color: #8A0000;
}
.green {
  color: #006666;
}