.TopHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 20px;
}

.header  { color: #000000; font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }
.headerSlate { color: #31435C; font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }

.teaser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #31435C;
	font-weight: bold;
}


.text_default, .medium, body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.text_strong {
	font-weight: bold;
}

.text_topic {
	font-weight: bold;
	text-align: center;
}

.text_title {
	font-weight: bold;
	text-decoration: underline;
}

.text_detail {
	font-size: 10px;
}

.text_event {
	text-decoration: underline;
}

.text_boxed {
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}

.menuList {
	list-style: none; 
	margin: 0;
	padding: 0;
}

	
/* =-=-=-=-=-=-=-[Nav Menu]-=-=-=-=-=-=-=- */
	
#menu {
	width: 100%;
	border-style: none none dotted none;
	border-color: #88BDE6;
	border-width: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background: url(img/menu7.gif) repeat-x;
	padding: 10px 0 0 10px;
}
	
#menu li a:hover {
	color: #31435C;
	background: url(img/menu7.gif) repeat-x 0 -32px;
	padding: 10px 0 0 10px;
}
	
#menu li a:active {
	color: #31435C;
	background: url(img/menu7.gif) repeat-x 0 -64px;
	padding: 10px 0 0 10px;
}


a:link {
	color: #31435C;
	text-decoration: none;
}
a:visited {
	color: #31435C;
	text-decoration: none;
}
a:hover {
	color: #31435C;
	text-decoration: underline;
}

a.standardLink:link  { color: #ffffff; font-weight: bold }

a.standardLink:visited  { color: #ffffff; font-weight: bold }

a.standardLink:hover  { color: #ffffff; font-weight: bold }
.footer { line-height: 18px }

