body {
	background-color : #BEBEBE;
	background-image : url();
	margin-left : 5px;
	margin-top : 5px;
	margin-right : 5px;
	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 : #2B7BC4;
}
a:active {
	text-decoration : none;
	color : #2B7BC4;
}

A.pro:link {
  font-size: 8px;
}
A.pro:visited {
  font-size: 8px;
}
A.pro:hover {
  font-size: 8px;
}
A.pro:active {
  font-size: 8px;
}

.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 : #2B7BC4;
	border-style : dotted;
	border-color : #ffffff;
	border-width : 0px;
	font-weight: bold; 
}
.Bar {
	font-family : tahoma;
	font-size : 11px;
	color : #333333;
	border-bottom-color : #2B7BC4;
	border-bottom-width : 0px;
	border-bottom-style : groove;
	font-weight: bold; 
}
.menuItem {
	font-family : tahoma;
	font-size : 11px;
	color : #333333;
	background-color : #EDEDED;
	border-width : 1px;
	border-color: #2B7BC4;
	border-top-color : #2B7BC4;
	border-top-width : 0px;
	border-top-style : Solid;
	border-bottom-color : #2B7BC4;
	border-bottom-width : 0px;
	border-bottom-style : Solid;
	border-right-width : 5px;
}
.ItemMouseOver {
	font-family : tahoma;
	font-size : 11px;
	color : #FFFFFF;
	background-color : #2B7BC4;
	border-style : solid;
	border-color : #2B7BC4;
	border-width : 0px;
}
.TextBox{
	font-family : tahoma;
	font-size : 11px;
	color : #333333;
}
.CheckBox{
	font-family : tahoma;
	font-size : 11px;
	color : #333333;
}
.button{
    font-family : tahoma;
	font-size : 11px;
	color : #ffffff;
    background-color : #2B7BC4;
	border-style : solid;
	border-color : #2B7BC4;
	border-width : 0px;
}