A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration : none;
	color: blue;
}

A:HOVER {
	text-decoration: underline;
	color: blue;
}

.bodycopy {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 13px;
	line-height: 15px;
	color: #000000;
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
    line-height: 13px;
	font-weight : normal;
	color: #000000;
}
.pageheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
.smalltextred {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
    line-height: 13px;
	font-weight : normal;
	color: #FF0000;
}
.designotes {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 11px;
	color: #990000;
	background-color: #FFCC00;
}
