/* CSS Document */
html {
/* height: 101%;*/
}

body {
	margin: 0px;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-color: #B5E8EA;
}

.imgborders {
	border: 2px solid #92DEE1;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 4px;
}

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001618;
	line-height: 15px;
	text-align: left;
}

.headline {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

.copyright {
	color: #6EC6C9;
}

.lighter {
	color: #01737D;
}

.carnival {
	color: #C81B37;
	font-weight: bold;
}

.menu_on {
	color: #C81B37;
}

a {  
	text-decoration: none;
	color: #001618;
}

a:hover { 
	text-decoration: underline;
	color: #C81B37;
}

a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

