
a:link { 
color: white; 
text-decoration: none;
}
a:visited { 
color: white; 
text-decoration: none;
}
a:hover {
color: white; 
text-decoration: underline;
} 

a.lnk:link { 
color: #000000; 
text-decoration: none;
}
a.lnk:visited { 
color: #000000; 
text-decoration: none;
}
a.lnk:hover {
color: #000000; 
text-decoration: underline;
} 

body{
	font-size:x-small;
	font-family: arial;
	background-color: #ffffff; 
}

.td-black{
    background-color: #212121; 
	color: white;
	font-weight: bold;
	/*text-align: center;*/
	padding:8px;
}

.title{
	font-size : xx-small;
	font-weight: bold;
}

ul{
	margin-top: 0px;
}
.td-black-back{
    background-color: #212121; 
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 8px 8px 8px 10px;	
}
.td-footer{
    background-color: #212121; 
	color: #7d7d7d;
	text-align: center;
	padding: 3px;	
}

.td-red{
	padding: 3px 3px 3px 8px;	
    background-color: #cc0000; 
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

.td-content{
	padding: 3px 3px 3px 8px;	
    background-color: #ececec; 
	color: #7c7b7b;
}


.td-spacer{
	width: 1px;
	height: 1px;
}