/* CSS Document */

body {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	}
.table {
	height: 100%;
	width: 100%;
}
.border {
	border: 1px solid #000000;
}
.style1 {
	font-size: 10px;
	color: #666666;
}
.thinbordergreen {border: 1px solid #BEE73E;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #669900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669900;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #669900;
}
.style2 {
	color: #669900;
	font-weight: bold;
}
