body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#CSSTable {
	display: block;
	width:90%;
	margin-left:5%;
}
#CSSTable .TablePreface_Row {
	display: block;
	height: 30px;
	clear:both
}
#CSSTable .TablePreface_Column {
	color: #000000;
	font-weight: bold;
	font-size: 80%;
	display: block;
	float: left;
}
#CSSTable .TableHeader_Row {
	display: block;
	height: 30px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	clear:both
}
#CSSTable .TableHeader_Column {
	color: #000000;
	font-weight: bold;
	font-size: 80%;
	display: block;
	float: left;
}
#CSSTable .TableContent_Row {
	display: block;
	font-size: 75%;
	color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	clear:both
}
#CSSTable .TableContent_Column {
	float: left;
	display: block;
}
#CSSTable .TableContent_AltRow {
	display: block;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 75%;
	color: #000000;
	background-color: #F5F5F5;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	clear:both
}
#CSSTable .TableFooter_Row {
	display: block;
	background-repeat: repeat-x;
	float: left;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #CCCCCC;
	clear:both
}
#CSSTable .TableFooter_Column {

	color: #333333;
	font-weight: bold;
	font-size: 80%;
	display: block;
	float: left;
}

.SearchBox {
	background-color: #E9E9E9;
	border: 1px solid #000000;
	font-size: 75%;
	height: 20px;
	padding: 2px;
}
.SearchButton {
	background-color: #666666;
	border: 1px solid #000000;
	font-size: 75%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	height: 20px;
}
#CSSTable a:link {
	color: #000099;
	text-decoration: none;
}
#CSSTable a:visited {

	color: #000099;
	text-decoration: none;
}
#CSSTable a:hover {


	color: #FF0000;
	text-decoration: none;
}
#CSSTable .cells {
	display: block;
	padding: 5px;
	margin: 0px;
}