BODY {
	background : url(../id00/hussar_bg.jpg) no-repeat;
}
IMG{
	border : 0px;
}

table {
	font-size : .75em;
	color : Navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TH {
	background-color : 72273c;
	color : White;
}


.topbox{
	background-color : 72273C;
	height : 100px;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 1024px;
	background : no-repeat;
}
.navigation{
	position:absolute;
	/*The navigation on the left side, positioned absolutely*/
	top: 199px;
	left: 0px;
	width: 150px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height : 110%;
	/*line-height set to 110% in order to have the navigation elements better separated*/
	background-color : transparent;
	background : 72273c;
	color : White;
}
.navbox {
	/*some button-like boxes for the left-side navigation*/
	font-size: 10pt;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: transparent;
	color: #003366;
	border-color: Navy;
	border-style: groove;
	border-width: 2px;
	padding: 2px;
	margin: 2px;
	font-weight : bold;
}
.content {
	position : absolute;
	left : 155px;
	top : 120px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Navy;
	text-align : center;
	width : 800px;
}

.content1 {
	position : absolute;
	left : 155px;
	top : 120px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Navy;
	text-align : left;
	width : 800px;
}
.scroller{
	position : absolute;
	left : 155px;
	top : 260px;
	color : white;
	background : White;
}
.counter{
	position : absolute;
	left : 0px;
	top : 500px;
	color : white;
	width : 150px;
	text-align : center;
}

A {
	color : White;
}
.nonwhite{ background-color:72273c; text-align : left; color : White; font-size : .75em;padding: 2px;
	margin: 2px;)

A:LINK {
	color : #F5F5DC;
}


