body {
	font-size: 15px;
	color: #CCCCCC;
	background-color: #FFFFFF;
	scrollbar-base-color: #32617C;
	scrollbar-track-color: #32617C;
	font-family: "MS Sans Serif";
	font-weight: normal;
}

}
a:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.table {
	background-color: #000000;

	border: 2px solid #999999
	
}
.table2 {
	background-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table3 {
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
