body {
	background-image: url(images/background.gif);
	background-color:#ebebeb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #72756C;
}


a {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #3E4DA2;
}
a:visited {
	text-decoration: none;
	color: #3E4DA2;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background: #d4d5d6;
}
a:active {
	text-decoration: blink;
	color: #FFFFFF;
	background: #3E4DA2;
}

/*--------------------headline-------------------*/

.headline {
	margin-left:10px;
	margin-right:10px;
	color: #3E4DA2;
	font:16px Arial;
}
p.headline {line-height: 150%}

.headline2 {
	margin-left:10px;
	margin-right:10px;
	color: #333333;
	font:14px Arial;
}
p.headline2 {line-height: 150%}

/*--------------------main text-------------------*/

.text {
	margin-left:10px;
	margin-right:10px;
	color: #72756C;
	font:12px Arial;
}
p.text {line-height: 150%}

/*--------------------small text-------------------*/

.textsmall {
margin-left:10px;
	margin-right:10px;
	color: #72756C;
	font:10px Arial;
}
p.textsmall {line-height: 150%}


.textsmallhead {
margin-left:10px;
	margin-right:10px;
	color: #3E4DA2;	
	font:12px Arial;
}
p.textsmall {line-height: 150%}

/*--------------------base text-------------------*/

.textbase {
	color: #72756C;
	font:9px Arial;
}
p.textbase {line-height: 10%}

/*--------------------text bar-------------------*/

.textbar1 {
	font-weight:bold;
	color: #72756C;
	font:11px Arial;
}
.textbar2 {
	color: #72756C;
	font:10px Arial;
}







