/* CSS Document */

body {
	margin-bottom: 0;
	margin-top: 0;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.texthdr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.background {
	background-repeat:repeat-x;
}

.border {
	border: 1px;
	border-color: #181F71;
	border-style: solid;
}

a:link {
	color: #181F71;
}

a:visited {
	color: #8112a1;
}