body 
{
	margin: 0 0 0 0;	
	background-color: #C0C0C0;	
	font-size: 12px;
	line-height: 150%; 
}
td 
{
	font-family: "Tahoma";	
	font-size: 12px;
	line-height: 150%; 
	
}
A:link 
{
	COLOR: #333333; 
	text-decoration : underline;
	line-height: 150%;
}
A:visited 
{
	COLOR: #333333; 
	text-decoration : none;
	line-height: 150%;
}
A:hover 
{
	COLOR: #996600;	
	POSITION: relative;
	text-decoration : none;
	line-height: 150%;
}
A:active 
{
	COLOR: #999999; 
	text-decoration : none;
	line-height: 150%;
}
.FontWhite {
	font-family: "Tahoma";	
	font-size: 12px;
	color: #FFFFFF;
}
.FontWhiteBold {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.FontRed {
	font-family: Tahoma;
	font-size: 12px;
	color: red;
	font-weight: bold;
}.FontWhiteRed {
	font-family: Tahoma;
	font-size: 14px;
	color: red;
	font-weight: bold;
}
.FontWhiteBlack {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.padding {
 padding:5;
}
.padding-left {
 padding-left:25;
}
.padding-left5 {
 padding-left:5;
}
