/* -------------------------------------------------------------------- basics */
* { 
	padding: 0em;
	margin: 0em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #FFFFFF;
	line-height: 1.5em;
	background-image: url(../img/menu-bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.4em;
	clear: both;
	color: #E10079;
	letter-spacing: 0.05em;
	margin-bottom: 0.8em;
}
h2 {
	font-size: 1.0em;
	clear: both;
	color: #000;
	letter-spacing: 0.05em;
	margin-bottom: 0.75em;
	text-transform: uppercase;
}
h3 {
	font-size: 0.8em;
	clear: both;
	letter-spacing: 0.05em;
	margin-bottom: 0em;
	text-transform: uppercase;
	font-weight: normal;
	color: #E10079;
}
p {
	margin-bottom: 0.75em;

}
a:link, a:visited {
	color: #E10079;
}
a:hover, a:active {
	color: #F07FBC;
}
a img{
	border:none;
}
ul {
	list-style-type: none;
	padding: 0em;
	margin-bottom: 0.75em;
}
li {
	padding-left: 20px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
ol {
	padding-left: 22px;
	margin-bottom: 10px;
	margin-right: 0px;
}
ol ol{
	list-style-type: lower-alpha;
}
ol li {
	padding-left: 0px;
	background-image: none;
}
hr {
	border: none;
	border-bottom: 1px solid #CCC; 
	height: 0;
}
.floatR {
float:right
}
/* -------------------------------------------------------------------- links */
.external{
	background-image: url(../img/external.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}
.headlineslink{
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0em;
	background-image: url(../img/arrows.gif);
	background-position: right 6px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.headlineslink a:link, .headlineslink a:visited {
	color: #999;
}
.headlineslink a:hover, .headlineslink a:active {
	color: #E10079;
}
em {
	color: #FFF;
	background-color: #E10079;
	padding-right: 3px;
	padding-left: 3px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* -------------------------------------------------------------------- quiz */
#quizform ol{
	margin-top: 15px;

}
#quizform ol li{
	background-image: none;
	border-bottom: solid 2px #E10079;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#quizform ol li.blue{
	background-color: #FDF4F9;
}
input.radio_quizform {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: -3px;
}

input.submit_quizform {

}

.error {
  color: #c00;
 	font-size: 0.8em;
}

.small {
  font-size: 0.7em;
}

