A:link { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 11px;}
A:visited { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 11px;}
A:hover { color: #d4c029; text-decoration: none; font-family: Verdana;font-size: 11px;}

.title_text { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 16px;font-weight:bold;}
.reg_text { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 11px;}
.subtitle_text { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 14px;font-weight:bold;}
.bookmark_text { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 16px;font-weight:normal;}
.sm_text { color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 10px;}
.copyright {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 11px;
  font-family: Verdana, verdana, helvetica, sans;
}
.menu_title { color: #000000; text-decoration: none; font-family: Verdana; font-size: 18px;}
.menu_subtitle { color: #000000; text-decoration: none; font-family: Verdana; font-size: 14px;font-weight:bold;}
.menu_text { color: #2E7F8D; text-decoration: none; font-family: Verdana; font-size: 11px;}
A.menu_text:link { color: #2E7F8D; text-decoration: none; font-family: Verdana; font-size: 11px;}
A.menu_text:visited { color: #2E7F8D; text-decoration: none; font-family: Verdana; font-size: 11px;}
A.menu_text:hover { color: #EF6F11; text-decoration: none; font-family: Verdana;font-size: 11px;}

.quiz_text { color: #000000; text-decoration: none; font-family: Verdana; font-size: 11px;font-weight:bold;}
.quiz_title { color: #000000; text-decoration: none; font-family: Verdana; font-size: 16px;}

.devMode { color: #FF0000; text-decoration: none; font-family: Verdana; font-size: 14px;}
A.devMode:link { color: #000066; text-decoration: none; font-family: Verdana; font-size: 14px;}
A.devMode:visited { color: #000066; text-decoration: none; font-family: Verdana; font-size: 14px;}
A.devMode:hover { color: #E15757; text-decoration: none; font-family: Verdana;font-size: 14px;}

.assessmentQuestion {
  text-decoration: none;
  font-family: Verdana;
  font-size: 14px;
  font-weight:bold;
  color:#0066CC;
}

/* --- menu --- */
.prime_color_menu a:hover, .prime_color_menu a:active, .prime_color_menu a:focus,
a.prime_color_button:hover, a.prime_color_button:active, a.prime_color_button:focus {
  /* in FF active is the onMouseDown state
     in IE active is the selected state
     in FF focus is the selected state
     in IE focus is not supported */
  color:		#d4c029;
}
.prime_color_menu a em,
.prime_color_button em {
  font-style:	normal;
  text-decoration: underline;
}
.prime_color_menu a,
.prime_color_button {
  text-decoration: none;
  color:		#ffffff;
}

/* --- menu --- */
a.aux_color_button:hover, a.aux_color_button:active, a.aux_color_button:focus {
  /* in FF active is the onMouseDown state
     in IE active is the selected state
     in FF focus is the selected state
     in IE focus is not supported */
  color:		#ffffff;
}
.aux_color_button em {
  font-style:	normal;
  text-decoration: underline;
}
.prime_color_menu,
.aux_color_button {
  text-decoration: none;
  color:		#d4c029;
}

