   .template-bg  {
    background-image : url(images/template/background-sliver.gif);
   	background-repeat : repeat-x;  
   	background-color : #000000;
   	margin-left : 0px;
   	margin-top : 0px;
   	margin-right : 0px;
   } 

 

.body, td, p, li, ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	}
 
p {line-height: 2em;} 	

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}	

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
    font-weight: bold;  
	}
	
a:link
{
    color: #000066;
    text-decoration: underline;
}
a:visited
{
    color: #542100;
    text-decoration: none; 
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}