A:link { color:#000000; text-decoration:none; }
A:visited { color:#000000; text-decoration:none; }
A:active { color:#000000; text-decoration:none; }
A:hover { color:#000000; text-decoration:none; }

A.courseB:link { color:#000000; text-decoration:none; }
A.courseB:visited { color:#000000; text-decoration:none; }
A.courseB:active { color:#000000; text-decoration:none; }
A.courseB:hover { color:#FFFFFF; text-decoration:none; }

A.courseC:link { color:#000000; text-decoration:none; }
A.courseC:visited { color:#000000; text-decoration:none; }
A.courseC:active { color:#000000; text-decoration:none; }
A.courseC:hover { color:#000000; text-decoration:underline; }

hr { border: 0; color: #464927; background-color: #464927; height: 2px }

.btext { font-family: arial; font-size: 11px }
.btextbold { font-family: arial; font-size: 11px; font-weight:bold }
.headline { font-family: arial; font-size: 16px; font-weight:bold }
.bigHeadline { font-family: arial; font-size: 20px; font-weight:bold }

.menuBullets a:link, .menuBullets a:visited {
	color: #000000;
	font-family: arial;
	font-size:13px;
	font-weight: bold;
}

.menuBullets a:hover, .menuBullets a:active {
	color: #FFFFFF;
	font-family: arial;
	font-size:13px;
	font-weight: bold;
}

.thumbtext { font-family: arial; font-size: 10px }

.vis { font-family: arial}

.invis { font-family: arial; display:none }


.btnStandard {
	z-index: 50;
	width:90px; 
	height:30px; 
	margin-top:10px;
	margin-right:5px;
	background-color:#464927; 
	border-radius: 12px 12px 12px 12px; 
	border: none; 
	font-family: Arial; 
	font-size: 15px; 
	color: #ffffff; 
	line-height: 1.2; 
	text-align:center; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer 
}

.btnStandard:hover   { background-color:#336600; color:#ffffff }

.btnStandardDisabled {
	z-index: 50;
	width:90px; 
	height:30px; 
	margin-top:10px;
	margin-right:5px;
	background-color:#808080; 
	border-radius: 12px 12px 12px 12px; 
	border: none; 
	font-family: Arial; 
	font-size: 15px; 
	color: #C0C0C0; 
	line-height: 1.2; 
	text-align:center; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
