BODY {
	font-family : tahoma;
	font-size : 12px;
	color : #333333;
        background-color: #ffffff;
       
}
.NormalText,TD {
	font-family : tahoma;
	font-size : 12px;
	color : #333333;
}

.NonClass{

}

.menuBar {
	border-top-style : solid;
	border-top-color : #ffffff;
	border-top-style:groove;
        border-top-width:0px;
       
}
.barOver {
	font-family : tahoma;
	font-size : 12px;
	color : #ffffff;
	background-color : #E3D1A5;
	border-left-width : 0px;
	border-Right-width : 0px;
        border-bottom-color : #AFD14E;
	border-bottom-width : 0px;
	border-bottom-style:groove;
                
}
.Bar {
	font-family : tahoma;
	font-size : 12px;
	color : #333333;
    
	border-bottom-color : #AFD14E;
	border-bottom-width : 0px;
	border-bottom-style:groove;
       
}
.menuItem {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
	background-color : #F0F0F0;
	border-top-color : #AFD14E;
	border-top-width : 0px;
	border-top-style : groove;
	border-bottom-color : #AFD14E;
	border-bottom-width : 0px;
	border-bottom-style:groove;
}
.ItemMouseOver {
	font-family : tahoma;
	font-size : 12px;
	color : #FFFFFF;
	background-color : #898E79;
	border-bottom-color : #AFD14E;
	border-bottom-width : 0px;
	border-bottom-style:groove;
        border-top-color : #AFD14E;
	border-top-width : 0px;
	border-top-style : groove;
}
.NormalLink,.LinkText,a {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
}
A:active,A:visited {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
	
}
A:hover {
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
}
.TextBox{
	font-family : tahoma;
	font-size : 12px;
	color : #333333;
        border-style:solid;
        border-color:#E3D1A5;
        border-width:1px;
	
}
.CheckBox{
	font-family : tahoma;
	font-size : 12px;
	color : #000000;
        border-style:solid;
        border-color:#E3D1A5;
        border-width:1px;
	
}
.button{
        font-family : tahoma;
	font-size : 12px;
	color : #ffffff;
        background-color: #898E79;
	border-style:solid;
        border-color:#E3D1A5;
        border-width:0px;
}