a:link
{
	color: rgb(200,123,32);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(200,123,32);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(200,123,32);
	text-decoration: underline;
}
a:hover
{
	color: rgb(200,123,32);
	text-decoration: none;	
}
body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);
	color: rgb(35,31,32);
	margin:0;
	background:url('images/bgfix.gif') no-repeat fixed top;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}

.bgimg {
	background:#fdfbec url('images/bg.gif') repeat-x top;
	 
}

.bgtable {
	bckground:#fdfbec;
	 
}

.th
{
    background-color:rgb(210,189,129);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(187,229,255);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(248,238,204);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}
.tc1
{
    background-color:rgb(248,234,186);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.mt
{
	display: box;
	font-family: Arial;
	font-size  : 18px;
	font-weight: normal;
	color: rgb(35,31,32);
	background: url('images/mt-div.gif') repeat-x bottom;
	padding-left:0; padding-right:0; padding-top:0; padding-bottom:5

}
.hd
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tb
{
    border:1px solid #e6e2b4; background-color:#ffffff;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	text-align: Justify;
	line-height: 150%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}

a.link:link, a.link:visited, a.link:active {
	font-size:14px;
	color:#333333;
	text-decoration:none;
}
a.link:hover {
	font-size:14px;
	color:#9d7712;
	text-decoration:none;
}



a.link1:link, a.link1:visited, a.link1:active {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
a.link1:hover {
	font-size:14px;
	font-weight:bold;
	color:#9d7712;
	text-decoration:none;
}


.hr{
	background-image:url(images/hr.gif);
	height:25px;
	background-repeat:repeat-x;
	margin:20px 0 0 0;}