.navborder {
	border: 1px solid #000000;
}
.tableborder {
	border-top: 2px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px none #000000;
	border-left: 2px solid #000000;
}
.smalltext {
	font-family: Verdana;
	font-size: 11px;
}
.smallfields {
	font-family: Verdana;
	font-size: 11px;
	height: 18px;
	width: 100%;
	border: 1px solid #999999;
}
.smallfieldsmulti {

	font-family: Verdana;
	font-size: 11px;
	width: 100%;
	border: 1px solid #999999;
}
.leftdotted {
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
.topdotted {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.rightdotted {
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.bottomdotted {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.blackborder {
	border: 2px solid #000000;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #003399;
}
.picturebottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.blackbottomdotted {

	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.topbottomdotted {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.fulldottedborder {
	border: 2px dashed #CCCCCC;
}
