/* Elements */

a {
	cursor : auto;
}

a:link {
	background : transparent;
	color : #0000FF;
	text-decoration : underline;
}

a:visited {
	background : transparent;
	color : #FF0000;
}

a:hover {
	text-decoration : none;
}

a:active {
	background : transparent;
	color : #008000;
	text-decoration : none;
}

#bannerbg, #buttonbg {
	background-color : #fffff;
}

#activebutton {
	background-color : #B0C4DE;
	color : black;
	background-image : url(images/active-button-dot.png);
}

/************************************************/
.contentborder {
	border : 1px solid #000000;
	}

.button  {
	color : white;
	font-size : 0.9em;
	background-image : url(images/button-dot.png);
	background-repeat : no-repeat;
	line-height : 20px;
	padding-left : 25px;
	border : thin solid White;
}

.norm {
   	line-height: 1.2;
	/*margin : 2em 10% 2em 7%;*/
	margin : 0em 2em 1.0em 2em;
	/*width : 25em;*/
	font-size : 0.8em;
}

.imgleft {
	margin : 0.5em 0.5em 0.5em 2.0em;
	float:left;
}

.imgright {
	margin : 0.5em 2.0em 0.5em 0.5em;
	float: right;
}