body {
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-x;
	background-color: #374c67;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.whiteBorder2px {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.copyrightLine {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.copyrightLine A:LINK {color: #ECECEC; text-decoration: none;}
.copyrightLine A:ACTIVE {color: #ECECEC; text-decoration: none;}
.copyrightLine A:VISITED {color: #ECECEC; text-decoration: none;}
.copyrightLine A:HOVER {color: #FFFFFF; text-decoration: underline;}

.footerLinks {
	font-size: 11px;
	line-height: 1.75em;
	color: #FFFFFF;
}
.footerLinks A:LINK {color: #FFFFFF; text-decoration: none;}
.footerLinks A:ACTIVE {color: #FFFFFF; text-decoration: none;}
.footerLinks A:VISITED {color: #FFFFFF; text-decoration: none;}
.footerLinks A:HOVER {color: #FFFFFF; text-decoration: underline;}

.bullets {font-size: 9px}
.rightBorderDashed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
