/* CSS Document */

.form {
	border: 1px;
	border-color: black; 
	background-color: none;
	height: 15px;
	font-size: 9px;
	color: #000000;
}

.blacktext {
	font-family: arial, sans-serif;
	font-size: 11px;
	color:#000000;
}
.maroontext {
	font-family: georgia, serif;
	font-size: 11px;
	color:#361416;
}

.headline {
	font-family: arial;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
}

.whitetext {
	font-family: arial, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}

.whitetext2 {
	font-family: georgia, serif;
	font-size: 13px;
	color:#FFFFFF;
}

a.media:link {font-size: 11px; font-family: arial, sans-serif; color: #000000; text-decoration: underline;}
a.media:visited {font-size: 11px; font-family: arial, sans-serif; color: #000000; text-decoration: underline;}
a.media:active {
	font-size: 11px;
	font-family: arial, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: yellow;
}
a.media:hover {font-size: 11px; font-family: arial, sans-serif; color: #000000; text-decoration: underline; background-color: yellow;}


a.yellow:link {font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; color: #000000; text-decoration: none; background-color: #FFFF00;}
a.yellow:visited {font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; color: #000000; text-decoration: none; background-color: #FFFF00;}
a.yellow:active {font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; color: #000000; text-decoration: none; background-color: #FFFF00;
}
a.yellow:hover {font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; color: #FFFF00; text-decoration: none; background-color: #000000;}


a.nav:link {font-size: 11px; font-family: arial, sans-serif; color: #FFFFFF; text-decoration: none;}
a.nav:visited {font-size: 11px; font-family: arial, sans-serif; color: #FFFFFF; text-decoration: none;}
a.nav:active {
	font-size: 11px;
	font-family: arial, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.nav:hover {font-size: 11px; font-family: arial, sans-serif; color: #000000; text-decoration: none; background-color: yellow;}

#tourcontent {
	position:absolute;
	z-index:3;
	top:212px;
	left:345px;
	width:350px;
	height:350px;
	clip:rect(0px,350px,350px,0px);
	overflow:auto;
}

#newscontent {
	position:absolute;
	z-index:3;
	top:190px;
	left:346px;
	width:298px;
	height:350px;
	clip:rect(0px,298px,350px,0px);
	overflow:auto;
}
