.subheading{
	font-family: arial;
	font-size: 16px;
	color: #D82524;
	font-weight: bold;
}
.txt{
	font-family: arial;
	font-size: 12px;
	color: #111111;
	font-weight: normal;
}
.txt-red{
	font-family: arial;
	font-size: 12px;
	color: #ff0000;
	font-weight: normal;
}
.txt-links{
	font-family: arial;
	font-size: 12px;
	color: #2A6BE9;
	font-weight: normal;
	text-decoration: none;
}
.txt-links:hover{
	color: #D82524;
}
.copyright{
	font-family: arial;
	font-size: 12px;
	color: #cccccc;
	font-weight: normal;
}
.input{
	font-family: arial;
	font-size: 11px;
	color: #222222;
	font-weight: normal;
}
.ta{
	font-family: arial;
	font-size: 11px;
	color: #222222;
	font-weight: normal;
}
.line{
	background-color: #dddddd;
}
/* MENU ---------------------------------------------------------------------------------------------*/
#dd{
	margin: 0;
	padding: 0;
	width:790px;
}
#dd li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
	/*border: 1px solid #2A6BE9;*/
}
#dd li a.menu{
	display: block;
	text-align: center;
	background: #2A6BE9;
	padding: 2px 5px;
	margin: 0 0 0 0;
	color: #ffffff;
	/*width: 84px;*/
	text-decoration: none;
}
#dd li a.menu:hover{
	background: #D82524;
	color: #ffffff;
}
.submenu{
	background: #2A6BE9;
	/*border-bottom: 1px solid #8F1C29;*/
	visibility: hidden;
	position: absolute;
	z-index: 3;
}
.submenu a{
	display: block;
	font: bold 12px arial;
	text-align: left;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 170px;
	color: #E1DFDF;
}
.submenu a:hover{
	background: #D82524;
	color: #ffffff;
}


/* MENU ---------------------------------------------------------------------------------------------*/

/*Aartek*/

#hdnav {
position: absolute;
left: -999px;
width: 500px;
}
