BODY {
	font-size: 12pt;
	color: #000099;
	background: #FFFFFF;
	background-image : url(./img/bg1.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : 50% 30%;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;}

TABLE,TR,TD {
	font-size: 10pt;

}

A:link {
	text-decoration: none;
	color: #000099;
}

A:visited{
	text-decoration: none;
	color: #6699DD;
}

A:hover{
	text-decoration:none;
	color: red;
}

A:active {
	text-decoration:none;
	color:red;
}