body {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat-x;
	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: underline;
	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 : #FFFFFF;
	background-color : #999999;
	border-style : dotted;
	border-color : #ffffff;
	border-width : 0px;
}
.Bar {
	font-family : tahoma;
	font-size : 11px;
	color : #333333;

}
.menuItem {
	font-family : tahoma;
	font-size : 11px;
	color : #333333;
	background-color : #cccccc;
	border-width : 0px;
	border-color: #999999;
	border-style : solid;
	width:200;
}
.ItemMouseOver {
	font-family : tahoma;
	font-size : 11px;
	color : #FFFFFF;
	background-color : #999999;
	border-style : solid;
	border-color : #FFFFFF;
	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;
}
