body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.strikethrough {
	text-decoration: line-through;
}.small {
	font-size: xx-small;
}
.borderDotRight {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.borderDotBottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.borderDotAll {
	border: 1px dotted #CCCCCC;
}
.borderDotAllBlue {
	border: 1px dotted #3399FF;
}
.bigBlue {
	font-size: medium;
	color: #3399FF;
}
.borderDotBottomBlue {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;
}
.borderDotTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.borderHeaderBottom {
	border-bottom-width: 50px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}

.navLink ul {
	list-style-type:none;
	padding:10px;
	margin:0px;
}

.navLink li {
	display:inline;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666633;
}

.navLink a {
	text-decoration:none;
	color: #FFFFFF;
}

.navLink a:hover {
	text-decoration:underline;
	background-color: #669933;
	padding-top: 6px;
	padding-bottom: 6px;
}
.sectionHead {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;
	font-size: large;
	font-weight: bold;


}
.featureBox {
	background-color: #FFFFCC;
	border: 1px dotted #3399FF;

}
.featureBoxLarge {
	background-color: #FFCC99;
	border: 1px dotted #3399FF;
}

