a:link
{
	color: rgb(60,60,60);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(60,60,60);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(60,60,60);
	text-decoration: underline;
}
a:hover
{
	color: rgb(200,0,0);
	text-decoration: none;	
}
body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	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:#FFFFFF url('images/bg.gif') repeat-x top;
	 
}

.bgcenter {
	background:#ffffff;
	 
}

.bgcontent {
	background:#ffffff url('images/bg-curve-up.gif') repeat-x top;
	 
}

.bgbottom {
	background:#ffffff;
	 
}

.th
{
    background-color:rgb(3,128,233);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(230,230,230);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(245,245,245);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial;
	font-size  : 18px;
	font-weight: normal;
	color: rgb(200,0,0)
}
.shd
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.mt
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tb
{
    border:1px solid #dcdcdc; background-color:#ffffff;
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	padding: 1px 4px 4px 1px;
}

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');
}
.bl {background: url(images/bl.gif) 0 100% no-repeat #f5f5f5; border-top:1px solid #ea1010; width: 57em}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:1px}
.clear {font-size: 1px; height: 1px}
