/* CSS Document */
body {
	margin: 3px
}

.main {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y
}

.text {
	font-family: Arial;
	font-size: 10pt;
	color: #000000
}

.text2 {
	font-family: Arial;
	font-size: 8pt;
	color: #000000
}

.link {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none
}

.link2 {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #003366
}

.bottomlink {
	font-family: Arial;
	font-size: 9pt;
	font-weight: none;
	color: #003366;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.textbox {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	width: 200px
}

a:visited {
	color: #003366;
}

a:link {
	color: #003366;
}
a.AdHeadline { font-family:Arial; font-size:10pt; color:#000000 }
a.AdText { font-family:Arial; font-size:10pt; color:#000000 }
a.AdTitle { font-family:Arial; font-size:10pt; color:#CC0000 }
