.nav {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: white;
	line-height : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration: none;
}

.nav:hover {
	color: gray;
}

.inactiveTabNoInfo {
	background-color : #cccccc;
	font-size: 7.5pt;
	font-weight: bold;
	color: black;
	line-height : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration: none;
	border-right-width : thin;
	border-right : solid;
	border-top : thin solid;
	border-color: black;
}

.inactiveTabNoInfoText {
	font-size: 7.5pt;
	font-weight: bold;
	color: black;
	line-height : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration: none;
}

.inactiveTabNoInfoText:hover {
	color: black;
	font-weight: bold;
}

.activeTab {
	font-size: 7.5pt;
	font-weight: bold;
	color: black;
	line-height : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration: none;
	border-right-width : thin;
	border-right : solid;
	border-top : thin solid;
	border-color: black;
}

.inactiveTabWithInfo {
	background-color : #B0C4DE;
	font-size: 7.5pt;
	absmiddle: bold;
	color: black;
	line-height : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration: underline;
	border-right-width : thin;
	border-right : solid;
	border-top : thin solid;
	border-color: #000066;
}

.inactiveTabWithInfoText {
	font-size: 7.5pt;
	absmiddle: bold;
	color: black;
	line-height : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration: underline;
}

.inactiveTabWithInfoText:hover {
	color: black;


}

.links {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: gray;
	font-weight: bold;
	cursor: hand; 
}
.links:hover {
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	color: silver;
}

.text {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	cursor: hand; 
}
.text:hover {
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.reverse {
	color: #ffffff;
}

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

td.bgDark {
	background: black;
}

td.bgLight {
	background: gray;
}

tr {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

tr.OddRow {
	background-color: #EBEBEB;
	}

.btn { 
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-top: thin solid lavender; 
	border-left: thin solid lavender;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	background-color: gray;
	color: white;
	line-height: .85;
	padding-top: 4px;}
}

.Option {
	border-width: 0px 0px 1px 0px;border-color:#CCCCCC;border-style:dashed;
	}
	
.Question {
	border-width: 0px 0px 1px 0px;border-color:#CCCCCC;border-style:dashed;font-weight: bold;
	}

