p, td, body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.boxed {
	border: 1px solid #d3cdc4;
	background-color: #f4f2ee;
	padding: 1px;
}

.printbox {
	border: 1px solid black;
	vertical-align: top;	
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}



.navigation {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #f4f2ee;
	width: 80px;
	height: 20px;
}

.navigation_active {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #ffffff;
	width: 80px;
}

a:link {
	text-decoration: underline;
	color: black; 
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: underline;
	color: black;
}



ul {
	list-style-image:url(images/dot.gif)
}

.imgbox {
	 border: 1px solid #333333;
}

.errorborder {
	border: 1px solid #FF6600;
}

.errortext {
	font-size: 11px;
	color: #FF6600;
}

.bigtext {
	font-size: 16px;
	font-weight:bold;
}

.midtext {
	font-size: 14px;
	font-weight:bold;
}

.country {
	width: 80px;
	height: 14px;	
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	background-color: #eeeeee;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

.country a:link {
	text-decoration: none;
	color: 666666; 
}
.country a:visited {
	text-decoration: none;
	color: 666666;
}
.country a:active {
	text-decoration: none;
	color: 000000; 
}
.country a:hover {
	text-decoration: none;
	color: 000000; 
}
.maincell {
	border-left: 1px solid #d3cdc4;
	border-right: 1px solid #d3cdc4;
	padding-left:20px;
	padding-top:15px;
}
