.TopBottWhite {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.BorderLeftRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.LinkTExt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(IMAGES/Nav_Dotted.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:hover {
	color: #666666;
}
.VertDotted {
	background-attachment: fixed;
	background-image: url(IMAGES/Vert_Dotted.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.SubLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 5px;

}
.TopDotted {
	background-attachment: fixed;
	background-image: url(IMAGES/Top_Dotted.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
