body {
    margin: 5px 5px 5px 5px;
    background-color: #ffffff;
    background-repeat: repeat-x;
    color: #202020;
}

td.navbar1 { 
	background-image: url("../images/navbar.gif");
	height: 28px;
	background-repeat: repeat-x;
	display: none;
}

td.navbar2 { 
	height: 10px;
	background-color: #0083D1;
	border-bottom: 1px solid #676458;
}

td.main { 
	border-top: 1px solid #ACA997;
	background-repeat: repeat-x;
	min-height: 50px;
	height: 50px;
	padding-top: 8px;
	font-family: Arial;
	font-size: 70%;
	line-height: 140%;
}

td.errorbox { 

	background-image: url("../images/error_grad.gif");
	background-repeat: repeat-x; 
	border: 1px solid #ffaaaa;
	background-color: #fcf6f6;
	padding: 5px;
	
}

.small { 
	font-family: Arial;
	font-size: 70%;
	line-height: 145%;
}

#search { 
	display: none;
}	

#navbar a {
	height: 28px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #efefef;
	border-left: 1px solid #026294;
	border-right: 1px solid #3798CB;
}

a.cookielink { 
	color: #ffcc00;
}

a.cookielink:hover { 
	text-decoration: underline;
	color: #ffcc00;
}

a.grey { 
	color: #444444;
}

a.grey:hover { 
	color: #444444;
}

a { 
	color: #07628A;
	text-decoration: none;
}

a:hover { 
	color: #004B76;
	text-decoration: underline;
}

input.small_button { 
	font-size: 8pt;
	font-family: Tahoma;
}	

#navbar a.navbar_selected { 
	background-image: url("../images/navbar_selected.gif");
}

#navbar a.navbar_selected:hover { 
	background-image: url("../images/navbar_selected.gif");
}

#navbar a:hover { 
	background-image: url("../images/navbar_mouseover.gif");
}

#navbar li { 
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#navbar ul { 
	float: left;
	padding: 0px;
	margin: 0px;
}	

#search { 
	font-family: Tahoma; 
	font-size: 8pt; 
	font-weight: bold;
	color: #454545;
}

#search input { 
	margin-top: 2px;
	background-image: url("../images/search_mag.gif");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;
	border: 1px solid #cccccc;
	height: 21px;
	
}