body {
	font-family: Arial, Helvetica, sans-serif;
	color: Yellow;
	background-image: url(images/bg.jpg);
}
table{
	;
	font-size: 10pt;
	background-color: transparent;
}
th {
	background-color: Black;
	font-family: sans-serif;
	font-style: normal;
; font-size: 10pt
; color: #FFFF00; text-align: center; vertical-align: middle
; cursor: hand
}

a {  font-family: Arial, Helvetica, sans-serif; color: #FFFF00; cursor: hand}
tr {  color: Navy}
a:active { }
a:hover {  font-weight: bold;}
a:link { }
a:visited { }
.generated {
	background-color: #FFFFFF;
	border: Yellow;
}
.menu {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFF99; background-color: black; filter: Glow(Color=yellow, Strength=50)}
.dark {  font-family: Arial, Helvetica, sans-serif; color: Navy}
.highlight{
	background-image: url(graphics/marbled.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	bordercolorlight: "#FFFF99";
	bordercolordark: "#FFFF00";
	bgcolor: white;
}
.container {
	max-width: 1600px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 400px;
	background-color: #FFFEA4;
	background-image: url(graphics/marbled.jpg);
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.subcontainer {
	max-width: 1200px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 650px;
	background-color: #CCCCCC;
	background-image: url(images/bg.jpg);
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;

}
ul.bnav {
	list-style: none; /* this creates the space between the navigation on the content below */
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	float: none;
	
}
ul.bnav li {
	border-radius: 10%;
	float: left;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	
}
ul.bnav a, ul.bnav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 2px 2px 2px 2px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: #000000;
	color: #FF0;
	min-width: 50px;
}
ul.bnav a:hover, ul.bnav a:active, ul.bnav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #333333;
	color: #FFF;
	font-weight: bold;
}
table.bnav{
	;
	font-size: 10pt;
	background-color: transparent;
}
