@import "for_editor_ge.css";
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
}
tr,td,txt {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
h1 {
	font-family: Arial;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
input, select{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border: 1px solid #315D83;
}

a{
	color: #315D83;
	text-decoration : none;
}
a:hover{
	color: #FA6807;
	text-decoration : none;
}
.topnav {
	font-family: Arial;
	font-size: 11px;
	text-decoration : none;
	color: #153857;
	font-weight: bold;
	}
.topnavbg {
	background-color:#CACDC0;
	}	
.topnav:hover {
	color: #FA6807;
	}
.leftnav {
	color:#315D83;
	font-weight:bold;
}
/*a.leftnav:hover {
	background-color: #F5F5F5;
	color: #0099FF;
	width: 100%;
}*/
.leftnav_selected {
	color:#FA6807;
	font-weight:bold;
}
.RedHead {
	font-family: Arial;
	color:#315D83;
	font-weight:bold;
}
.White{
	color:#FFFFFF;
}
.dates {
	color:#FA6807;
	font-weight:bold;
}
.button {
	font-family: Arial;
	color:#315D83;
	font-weight:bold;
}
.hand {
	cursor: hand;
}
.lang {
	font-family: Verdana;
	font-weight:bold;
}

#header .middle { background: url('../imgs/ENG/headerbg.jpg') no-repeat;  }
