.NonClass{

}

.menuBar {
	border-top-style : solid;
	border-top-color : #333333;
	border-top-width : 0px;
	border-top-style:groove;
}
.barOver {
	font-family : tahoma;
	font-size : 12px;
	color : #AFD253;
	background-color : #666666;
	border-style : dotted;
	border-color : #769F1D;
	border-width : 0px;
}
.Bar {
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
	border-bottom-color : #9E9B9B;
	border-bottom-width : 1px;
	border-bottom-style:groove;
}
.menuItem {
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
	background-color : #CCCCCC;
	border-top-color : #000000;
	border-top-width : 0px;
	border-top-style : Solid;
	border-bottom-color : #9E9B9B;
	border-bottom-width : 1px;
	border-bottom-style : Solid;
}
.ItemMouseOver {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
	background-color : #AFD253;
	border-style : solid;
	border-color : #333333;
	border-width : 0px;
}
.NormalLink,.LinkText,a {
	font-family : tahoma;
	font-size : 12px;
	color : #333333;
	text-decoration : none
}
A:active,A:visited {
	font-family : tahoma;
	font-size : 12px;
	color : #333333;
	text-decoration : none
	
}
A:hover {
	font-family : tahoma;
	font-size : 12px;
	color : #800000;
    text-decoration : none
}
.TextBox{
	font-family : tahoma;
	font-size : 10px;
	color : #000000;
	
}
.CheckBox{
	font-family : tahoma;
	font-size : 10px;
	color : #000000;
	
}
.button{
        font-family : tahoma;
	font-size : 12px;
	color : #000000;
        background-color: #AFD253;
	border-style : solid;
	border-color : #AFD253;
	border-width : 1px;

}
BODY {
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
}
.NormalText,TD {
	font-family : tahoma;
	font-size : 11px;
	color : #000000;
}