/* CSS Document */
.div {
	background: #E5E5E5 url(images/div.jpg) no-repeat fixed center center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a.white:link {color: #ffffff;}
a.white:visited {color: #ffffff;}
a {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
.style1 {
	color: #000000;
	font-size: 12px;
}
.style2 {color: #000000}
.style3 {font-size: 12px}
.style4 {
	font-size: 13px;
	font-weight: bold;
}
.style5 {
	font-size: 12;
	color: #FFFFFF;
}