body {
	background-color: #ffffff;
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
body,td,th {
	color: #333333;
	font-family: Tahoma, Arial Unicode MS, Arial, sans-serif;
	font-size: 11px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #385B91;
}
a:active {
	text-decoration: none;
	color: #385B91;
}
.menuBar {
	border-top-style : solid;
	border-top-color : #333333;
	border-top-width : 0px;
	border-top-style : groove;
}
.barOver {
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
	background-color : #C1D2EE;
	border-style : dotted;
	border-color : #ffffff;
	border-width : 0px;
}
.Bar {
	font-family : tahoma;
	font-size : 11px;
	color : #333333;
	border-bottom-color : #385B91;
	border-bottom-width : 0px;
	border-bottom-style:groove;
}
.menuItem {
	font-family : tahoma;
	font-size : 11px;
	color : #333333;
	background-color : #FFFFFF;
	border-width : 1px;
	border-color: #999999;
	border-top-color : #000000;
	border-top-width : 0px;
	border-top-style : Solid;
	border-bottom-color : #9E9B9B;
	border-bottom-width : 0px;
	border-bottom-style : Solid;
	border-right-width: 4px;
	width:200;
}
.ItemMouseOver {
	font-family : tahoma;
	font-size : 11px;
	color : #333333;
	background-color : #C1D2EE;
	border-style : solid;
	border-color : #385B91;
	border-width : 0px;
	width:200;
}
.TextBox{
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
}
.CheckBox{
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
}
.button{
    font-family : tahoma;
	font-size : 11px;
	color : #ffffff;
    background-color: #385B91;
	border-style : solid;
	border-color : #385B91;
	border-width : 0px;
}