/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 12px 10px 12px 5px;
	line-height: 18px;
}

p {
	padding: 0px;
}

p.red {
	color: #68234c;
	font-weight: bold;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

h1 {
	font-size: 24px;
	font-weight: lighter;
	font-stretch: ultra-condensed;
	margin: 10px 0 12px 10px;
}

a, a:visited {
	font-weight: normal;
	color: #68234c;
	text-decoration: underline;
}

a.navi, a.navi:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a.navi:hover {
	font-weight: normal;
	color: #68234c;
	background-color: #efefef;
}

#submen {
	position: absolute;
	background-color: #ffffff; 
	border-bottom: 4px solid #8b8b8b;
	margin: -28px 0 0 187px; 
	z-index: 2;
}

#submen ul {
	margin: 0;
	padding: 0px;
	width: 186px;
	list-style: none;
}

#submen a {
	display: block;
	width: 186px;
	padding: 2px;
}

#submen.closed {
	margin: 0 0 0 0; 
	padding: 0px; 
	border-bottom: none;
	height: 1px;
	overflow: hidden;
	z-index: 2;
}

#submen.open {
	border-bottom: 4px solid #8b8b8b;
	height: 66px;
	overflow: visible;
	z-index: 10;
}


