.border {
	border: 1px solid #C0C0C0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.bigtext {
	font-size: 18px;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.bottomborderBlack {

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
}
