/* body copy */
.copymain  {
	color : #333333;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, sans-serif;
	line-height : 28px;
}

/* secondary copy */
.copysec  {
	color : #333333;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, sans-serif;
}

/* secondary boldcopy */
.boldsec  {
	color : #333333;
	font-weight : bold;
	font-size : 11px;
	font-family : Verdana, sans-serif;
}

/* body copy 12 */
.copybold  {
	color : #333333; 
	font-weight : bold; 
	font-size : 11px;
	font-family : Verdana, sans-serif;
}

/* footer copy */
.footermain  {
	color : #000000;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
}

/* footer bold copy */
.footerbold  {
	color : #000000; 
	font-weight : bold; 
	font-size : 10px;
	font-family : Verdana, sans-serif;
}

/* links for body copy */
.linkmain {
	color : #669966;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}

/* links for body copy: HOVER */
.linkmain:HOVER {
	color : #333333;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}

/* links for body copy: ACTIVE */
.linkmain:ACTIVE {
	color : #333333;
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}

/* copyright */
.copyright  {
	color : #666666;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
}

/* links for copyright */
.linkcopyright {
	color : #669966;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}

/* links for copyright: HOVER */
.linkcopyright:HOVER {
	color : #666666;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}

/* links for copyright: ACTIVE */
.linkcopyright:ACTIVE {
	color : #666666;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}

/* subnav links */
.subnav {
	color : #333333;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-decoration : none;
}

/* subnav links: HOVER */
.subnav:HOVER {
	color : #669966;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}

/* subnav links: ACTIVE */
.subnav:ACTIVE {
	color : #669966;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}

/* subnav on links */
.subnavon {
	color : #669966;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-decoration : none;
}

/* subnav on links: HOVER */
.subnavon:HOVER {
	color : #669966;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}

/* subnav on links: ACTIVE */
.subnavon:ACTIVE {
	color : #669966;
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, sans-serif;
	text-decoration : underline;
}
