/* CSS Document */
body
{
	margin:0px;
	margin-top:10px;
	scrollbar-face-color: #550522;
	scrollbar-highlight-color: #FFE6A2;
	scrollbar-3dlight-color: #849E68;
	scrollbar-darkshadow-color: #E6D273;
	scrollbar-shadow-color: #65584A;
	scrollbar-arrow-color: #FEF9E3;
	scrollbar-track-color: #FDF5D0;
}

.txtstyle
{
font-family:Verdana, Arial;
font-size:10px;
color:#65584A;
text-align:justify;
}

.txtsubheader
{
font-family:Verdana, Arial;
font-size:10px;
color:#65584A;
font-weight:bold;

}

.txtheader
{
font-family:Verdana, Arial;
font-size:14px;
color:#2A180E;
font-weight:bold;
}


.txtheader1
{
font-family:Verdana, Arial;
font-size:12px;
color:#2A180E;
font-weight:bold;
}


.txtfooter
{
font-family:Verdana, Arial;
font-size:10.42px;
color:#FEF9E3;
text-decoration:none;
}

.txtcolor
{
font-size:9px;
font-weight:bold;
color:#610000;
}
.sideborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2A180E;
	border-right-color: #2A180E;
	border-bottom-color:#2A180E;
	border-left-color: #2A180E;
}