/* *** div textstyles ****/
td, span, p  {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
}

.headline  {
	color : #ABABAB;
	font-weight : bold;
	font-size : 20px;
}

}

.small  {
	color : #000000;
	font-size : 9px;
}

.slogan  {
	color : #E8E8E8;
	font-weight : bold;
	font-size : 20px;
}


.textbold  {
	font-weight : bold;
}

.impr  {
	font-size : 10px;
	color : #FFFFFF;
}

.menu_off  {
	color : #0000C4;
	text-decoration : none;
}

/* *** div linkstyles ****/
a:link  {
	color : #000000;
	text-decoration : underline;
}

a:hover  {
	color : #000000;
	text-decoration : none;
}

a:active  {
	color : #000000;
	text-decoration : none;
}

a:visited  {
	color : #000000;
	text-decoration : underline;
}

a:visited:hover  {
	color : #000000;
	text-decoration : none;
}

a.menu:link  {
	color : #000000;
	text-decoration : none;
}

a.menu:hover  {
	color : #0000C4;
	font-weight : bold;
	text-decoration : none;
}

a.menu:active  {
	color : #0000C4;
	font-weight : bold;
	text-decoration : none;
}

a.menu:visited  {
	color : #000000;
	text-decoration : none;
}

a.menu:visited:hover  {
	color : #0000C4;
	text-decoration : none;
}

a.impr:link  {
	color : #FFFFFF;
	text-decoration : none;
	font-size : 10px;
}

a.impr:hover  {
	color : #FFFFFF;
	text-decoration : underline;
	font-size : 10px;
}

a.impr:active  {
	color : #FFFFFF;
	text-decoration : none;
}

a.impr:visited  {
	color : #FFFFFF;
	text-decoration : none;
}

a.impr:visited:hover  {
	color : #FFFFFF;
	text-decoration : underline;
}
/* *** div formstyles ****/
textarea  {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	height : 129px;
	width : 230px;
}

input  {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

input.button  {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

.menu { font-size : 12px; color : #000000; }

