BODY, TD {
	color: #000000;
	font-family: "arial", "helvetica", "veranda", sans-serif;
	font-size: 13px;
}

H1 {
	color: Navy;
	font-size: 18px;

}

.header {
	color: Navy;
	font-size: 18px;
	font-weight: bold;

}

.header2 {
	color: Navy;
	font-size: 16px;
	font-weight: bold;
}

.title {
	color: Navy;
	font-size: 15px;
	font-weight: bold;
}

.bold {
	color: #000000;
	font-family: "arial", "helvetica", "veranda", sans-serif;
	font-size: 14px;
	font-weight: bold;

}

H2 {
	color: Red;
	font-size: 16px;
}

H3 {
	color: Navy;
	font-size: 15px;
}

H4 {
	color: Red;
	font-size: 14px;
}

.copy {
	font-family: veranda, sans-serif, arial, helvetica;
	font-size: 10px;
	color: #000000;
	text-align:center;
}

.small {
	color: #000000;
	font-family: "arial", "helvetica", "veranda", sans-serif;
	font-size: 11px;
}

.smallwhite {
	color: #FFFFFF;
	font-family: "arial", "helvetica", "veranda", sans-serif;
	font-size: 11px;
}

.large {
	font-size: larger;
	font-weight: bolder;
}

.emph {
	color: Navy;
	font-weight: bold;
}

A:link {
	color: Red;
	font-style: none;
	font-weight: normal;
	text-decoration: underline;
}

A:visited {
	color: Red;
	font-style: none;
	font-weight: normal;
	text-decoration: underline;
}

A:hover {
	color: Navy;
	font-style: none;
	font-weight: normal;
	text-decoration: none;
}

A:active {
	color: Blue;
	font-style: none;
	font-weight: normal;
	text-decoration: underline;
}

HR {
	color: Red;
	height: 1pt;
	text-align: center;
	width: 40%;
}

