body {
	color: #111111;
	font-family: Verdana, sans-serif;
	font-size: 10;
	font-style: normal;
    SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #bbbbbb; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BORDER-COLOR: #ffffff;
	background-position : top left;
	background-repeat: no-repeat;
	background-attachment : fixed;
	background-image : url("../img/bg.jpg");
}
td {
    color: #333333;
    font-family: Verdana, sans-serif;    
    font-size: 10;
	font-style: normal;
}
.heading {
    color: #333333;
    font-family: Verdana, sans-serif;    
    font-size: 10;
	font-style: normal;
	font weight: bold;
}
A:link { 
    font weight: normal;
    color: #000000;
	text-decoration: none;
}
A:hover { 
    font weight: normal;
    color: #666666;
	text-decoration: underline;
}
A:active { 
    font weight: normal;
    color: blue;
	text-decoration: underline;
}
A:visited { 
    font weight: normal;
    color: #111111;
	text-decoration: none;
}
A.D:link { 
    font weight: normal;
    color: #cccccc;
	text-decoration: none;
}
A.D:hover { 
    font weight: normal;
    color: #666666;
	text-decoration: underline;
}
A.D:active { 
    font weight: normal;
    color: #dddddd;
	text-decoration: underline;
}
A.D:visited { 
    font weight: normal;
    color: #cccccc;
	text-decoration: none;
}
.copyright { 
    font weight: normal;
    color: #cccccc;
}
hr {
	color: #000000;
}
