BODY {
	color : Black;
	background-color : White;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	background-image : url("../images/toprow.gif");
	background-repeat : repeat-x;
}

A {
	color : Blue;
}

A:HOVER {
	color : #FF4500;
}

A.events{
	color : White;
	font-family : Verdana, Arial, sans-serif;
	font-size : 15px;
	text-decoration: none;
	padding: 3px;
}

A.events:HOVER{
	color : White;
	font-family : Verdana, Arial, sans-serif;
	font-size : 15px;
	text-decoration: none;
	background-color: #7777ff;
	padding: 3px;
}

DIV.menu {
	position: absolute;
	left: 0px;
	top: 101px;
}

TD.content {
	padding : 4px;
	color : black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
}

.title {
	color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 18px;
	font-style : italic;
}

.question {
	color : red;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

TABLE.address {
	background-color : #FFFFFF;
	width: 230px;
	border-style : solid;
	border-color : #0044A8;
	border-width : 5px;
	padding : 6px;
}

TABLE.yellow {
	background-color : #F0C000;
	padding : 2px;
	color : White;
	font-family : Verdana, Arial, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

DIV.news{
	position: absolute;
	left: 650px;
	top: 62px;
	color : White;
	font-family : Verdana, Arial, sans-serif;
	font-size : 15px;
}