.dotted-line {
	background-image: url(images/dotted-line.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000033;
}
.bodytext-green-bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #009900;
	font-weight: bold;

}
.credits {

	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.credits-small {


	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
}
a.links:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a.links:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #669900;
	text-decoration: none;
}
a.links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC3300;
	text-decoration: underline;
}
a.links:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
}

