a:link
{
	color: rgb(149,0,0);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(149,0,0);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(149,0,0);
	text-decoration: underline;
}
a:hover
{
	color: rgb(149,0,0);
	text-decoration: none;	
}
.acolor 
{
	color: rgb(149,0,0);
}


body
{
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	bckground:url('images/bg.gif');
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
}

.bgimg {
	background:#FFFFFF url('images/bg.gif') repeat-x top;
	 
}

.th
{
    background-color:#F28221;
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)

}

.tch
{
    background-color:#FDDA9A;
	font-family: Arial;
	font-size  : 12px;
	font-weight: normal;
	color: rgb(0,0,0);
	text-align: left;

}
.tc
{
    background-color:#F7F1E3;
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0);
	text-align: left;

}
.tblbg
{
    background-color:rgb(244,240,226);
}

.hd
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(0,80,150)
}

.shd
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,80,150)
}

.mt
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tb
{
    border:1px solid #F28221; background-color:#ffffff;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

.buttn
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(255,255,255);
	background-color:#F28221;
	border-width: 1px;
	border-style: solid;
	border-color:rgb(255,255,255);	
}


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');
}

.thumb {
	width: 170px;
	height: 170px;
	padding: 15px 15px 15px 15px;	
	background:#f7f1e3 url('images/thumb-bg.gif') no-repeat center;
}
