/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_all.jpg);
}

.textbox {
	background-color: #EBECF0;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #202F50;
	font-size: 12px;
	line-height: 14pt;
}

.headline {
	font-family: Arial, Helvetica, sans-serif; 
	color: #202F50; 
	font-size: 12px; 
	font-weight: bold; 
}

a:link {
	color: #202F50;
}
a:visited {
	color: #202F50;
}
a:hover {
	color: #336699;
}
a:active {
	color: #336699;
}

