﻿td {
	text-align: left;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 11px;
	color: #E5E5E5;
}
a {
	font-size: 14px;
	text-decoration: underline;
	color: #9D5FBB;
}
A:Hover {
	color : #DBACF2;
	text-decoration : underline;
}
H3 {
	color: #7F409E;
	font-weight: bold;
	font-size : 20px;
	font-family: Tahoma;
}
a.nav, a.nav:link, a.nav:visited, .chosen {
	display: block;
	width: 150px;
	height: 25px;
	background: #9900CC;
	border: 1px solid #000;
	margin-top: 2px;
	text-align: center;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: medium;
	color: #000;
	line-height: 25px;
	overflow: hidden;
	position: relative;
}
a.nav:hover {
	color: #fff;
	background: #CC0099;
}
a.nav:active {
	color: #fff;
	background: #FF6699;
}
a.nav:active, .chosen {
	color: #fff;
	background: #6600FF;
}
