.normallinks {
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.fadedbg {
	background-image: url(images/fadedbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.dottedborders {
	border: 1px dotted #CCCCCC;
}


.topbotborders {
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
}
.sitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-transform: none;
}
.leftdotted {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.rightdotted {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.biglinks {
	font-size: 36px;
	color: #9AB6FD;
	text-decoration: none;
}

