body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size: 11px;
}
a {
	font-weight: bold;
	color: #2D4986;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #E36723;
	text-decoration: none;
}

a.blink {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.blink:hover {
	font-weight: bold;
	color: #E36723;
	text-decoration: none;
}

.title {
	color: #2D4986;
	font-weight: bold;
	text-transform: uppercase;
}

.btitle {
	color: #222222;
	font-weight: bold;
	text-transform: uppercase;
}

.otitle {
	color: #E36723;
	font-weight: bold;
	text-transform: uppercase;
}

.lightgrey {
	color: #999999;

}

.grey {
	color: #666666;
	font-weight: bold;
}

.grey_small {
	color: #666666;
	font-weight: bold;
	font-size: 10px;

}


.menulink {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menulink:hover {
	font-weight: bold;
	color: #FFD800;
	text-decoration: none;
}

.rh {visibility: hidden; position: absolute; display:none;}
.rs {visibility: show; position: realtive;}


.textbox {  
    border: #ABABAB 1px solid;
	background-color: #F4F4F4;
	height: 18px;
	width: 115px;
	font-size: 11px;
}


.forumbox {  
    border: #ABABAB 1px solid;
	background-color: #F4F4F4;
	height: 18px;
	font-size: 11px;
}

.forumline {  
    border-bottom: #ABABAB 1px dotted;
	background-color: #F4F4F4;
}

.button {  
    border: #ABABAB 1px solid;
	background-color: #DFDFDF;
	font-weight: bold;
	font-size: 10px;
	height: 18px;
}

.keresbox {  
    border: #FFFFFF 1px solid;
	background-color: #F4A2AB;
	font-size: 10px;
	height: 18px;
	width: 126px;
}

.lbborder {
	border: #416589 1px solid;
}


.mlevel1 {
	padding: 4px;
	background-color: #FFFFFF;
	border:  #2D4986 1px solid;
	color: #2D4986;
	font-weight: bold;
	cursor: hand;
}

.mlevel1on {
	padding: 4px;
	background-color: #ECECEC;
	border:  #2D4986 1px solid;
	color: #2D4986;
	font-weight: bold;
	cursor: hand;
}

.mlevel2 {
	padding: 4px;
	padding-left: 16px;
	background-color: #FFFFFF;
	border:  #2D4986 1px solid;
	color: #2D4986;
	font-weight: bold;
	cursor: hand;
}

.mlevel2on {
	padding: 4px;
	padding-left: 16px;
	background-color: #ECECEC;
	border:  #2D4986 1px solid;
	color: #2D4986;
	font-weight: bold;
	cursor: hand;
}

.mlevel3 {
	padding: 4px;
	padding-left: 30px;
	background-color: #FFFFFF;
	border:  #000066 1px solid;
	color: #000066;
	font-weight: bold;
	cursor: hand;
}

.mlevel3on {
	padding: 4px;
	padding-left: 30px;
	background-color: #ECECEC;
	border:  #000066 1px solid;
	color: #111111;
	font-weight: bold;
	cursor: hand;
}

.sbutton, .sabutton{
	background-image:url(images/but_off.gif);
	background-repeat:no-repeat;
	padding:5px;
	color:#FFF;
	margin-bottom: 5px;
	font-weight:normal;
	height:24px;
	display:block;
}

.sbutton:hover {
	color:#FFF;
	background-image:url(images/but_on.gif);
	font-weight:normal;	
}
