body
     {
    	background-color: #FFFFFF;
    	COLOR: Black;
    	FONT-FAMILY: Arial;

	}
		A:link
	{
    	COLOR: #800000;
    	TEXT-DECORATION: none
	}
		A:hover
	{
    	COLOR: Gray
	}
		A:visited
	{
    	TEXT-DECORATION: none;
    	COLOR: #800000;
	}
		A:active
	{
    	COLOR: MidnightBlue
	} 
body
     { 
       scrollbar-face-color: AliceBlue;
       scrollbar-shadow-color: black;
       scrollbar-highlight-color: #C0C0C0;
       scrollbar-track-color: #DFDFDF; 
       scrollbar-arrow-color: #808080;
       scrollbar-3dlight-color: white; 
       scrollbar-darkshadow-color: #808080;
     }


body, tr, a, input{
	font-family: sans-serif;
	font-size: 10pt;
}


.table_koteret{
	background-color: #663300;
	color: White;
	font-weight: bolder;
	font-size: 10pt;
}

.SideMenu a {
	font-family: sans-serif;
	font-size: 13px;
	color: #563313;
}

.SideMenu a:hover {
	color: #DA6809;
}

.SideMenuItem {
	padding: 3px;
}

.SideMenuItemOver {
	background-color: Silver;
	padding: 3px;
}

.SideMenuTable {

}

.LoginFormTable {
	
}
.LoginFormTableCell {
	font-family: sans-serif;
	font-size: 13px;
}
.LoginFormText {
	
}
.LoginFormTextBox {
	width: 100px;
}
.LoginFormSubminButton {
	width: 100px;
	font-family: sans-serif;
	font-size: 13px;
}
.LoginFormLink {
	
}

.MsgsCaption {
	font-size: 16px;
	color: #563313;
	font-family: sans-serif;
	font-weight: bold
}
.MsgsSeparator hr {
	border-color: #563313;
	height: 1px;
	display: none;
}

.MsgsSeparator {
	height: 1px;
	background-color: #563313;
}

.MsgsTable {
	width: 100%;
}

.MsgsItem, .MsgsItem a {
	font-family: sans-serif;
	color: #563313;
}

.MsgsItem a:hover {
	color: #DA6809;
}

td.MsgsItem {
	padding-top: 1px;
	padding-bottom: 4px;
}

.MsgsAlternativeItem {
}

.MsgsTitle {
	font-size: 13px;
	font-weight: bold;
}

.MsgsDescription {
	font-size: 11px;
}