body	{
	background: #FFFFFF; 
	background-image: url("graphics/background.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 85%;
	color: #000000
}
p, td, dl, ol, ul	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 85%;
	color: #000000
}
th	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%;
	color: #000000
}
h1	{
	font-weight: bold;
	font-size: 140%;
}
h2	{
	font-weight: bold;
	font-size: 120%;
}
h3	{
	font-weight: bold;
	font-size: 100%;
}
p.right	{
	text-align: right
}
pre	{
	font-family: monospace, courier new, courier;
}
a	{
	color: #000099;
	text-decoration: none;
}
a:visited	{
	color: #440099;
}
a:active	{
	text-decoration: underline;
}
a:hover	{
	color: #9900CC;
	text-decoration: underline;
}
.menu	{
	display: table-cell;
	vertical-align: top;
	width: 140px;
	background-color: #e8e8e8;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 0;
	border-color: #7F7F7F;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px;
	border-bottom-width: 1px; border-left-width: 1px;
	overflow: hidden;
}
.menu ul, .menu li	{
	font-size: 12px;
	padding-left: 0;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}
.menu ul ul {
	font-size: 10px;
	padding-left: 12px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}
.menu a:link, .menu a:visited, .menu a:active	{
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	overflow: hidden;
}
.menu a:hover	{
	display: block;
	font-size: 12px;
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	overflow: hidden;
}
