html, body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	color: #323232;
	width: 100%;
	height: 100%;

}

img {
	border: 0px;
}

a {
	color: #557e81;
}

img.png {behavior: url("/png.htc");}

.menuitem {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f40927;
	text-decoration: none;
}

.menuitem_selected {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}

.menuback {
	padding: 10px;
	padding-top: 0px;
}

.submenuitem {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #557e81;
	text-decoration: none;
}

.submenuitem_selected {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #383838;
	text-decoration: none;
}

.departmentsitem {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #639296;
	text-decoration: none;
}

.departmentsitem_selected {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f40927;
	text-decoration: none;
}

h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
}

.news_date {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #323232;
}

.news_title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
.gb_input{
	border:1px solid #888888;
}
.important{
	color:red;
}
.gb_ok{
	border:1px solid #aaaaaa;	
	color:green;
	font-weight:bold;
	padding:7px;
	background-color:#f5f5f5;
}
.gb_no{
	border:1px solid #aaaaaa;	
	color:red;
	font-weight:bold;
	background-color:#f5f5f5;
	padding:7px;
}
.gb_nick{
	color:#52929a;
	font-weight:bold;
	font-size:14px;
}
.gb_line{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.gb_date{
	font-size:10px;
}
.gb_top_msg{
	padding-bottom:5px;
	
}
.gb_body_msg{
	color:#424242;
	font-size:12px;		
}
.gb_well{
	color:#52929a;
	font-weight:bold;
	font-size:16px;
}