body {
	font-family: sans-serif;
	font-size: 11px;
	background-color: #DBAE00;
}

.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;
}