body
{
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
}

td
{
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
}

th
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
}

.hyperlink
{
	font-family : Verdana;
	font-size : 12px;
	color : #000000;
	text-decoration: underline;
}

a:link { 
	color: #000000;
	text-decoration: underline;
	}
a:visited { 
	color: #000000;
	text-decoration: underline;
	}
a:hover { 
	color: #CC3300;
	text-decoration: underline; 
	}
a:active { 
	color: #666666;
	text-decoration: underline; 
	}
	
.hyperlink:hover
{
	font-family : Verdana;
	font-size : 12px;
	color : #666666;
	text-decoration: underline; 
}

.dashed {
	border-left: 1px dashed #990000;
	border-right: 1px dashed #990000;
	border-top: 1px dashed #990000;
	border-bottom: 1px dashed #990000;
	
	}
	
.top {
	border-top: 1px solid #cccccc;
	
	}
	
.bottom {
	border-bottom: 1px solid #cccccc;
	
	}



