/* body copy */
.copymain  {
	color : #586064; 
	font-weight : normal; 
	font-size : 11px;
	font-family : Arial, Verdana, sans-serif;
}
/* bold body copy */
.copybold  {
	color : #586064; 
	font-weight : bold; 
	font-size : 12px;
	font-family : Arial, Verdana, sans-serif;
}
/* bold blue body copy */
.copyboldblue  {
	color : #0A557A; 
	font-weight : bold; 
	font-size : 11px;
	font-family : Arial, Verdana, sans-serif;
}
/* body copy link */
.linkmain  {
	color : #0A557A; 
	font-weight : normal; 
	font-size : 11px;
	font-family : Arial, Verdana, sans-serif;
	text-decoration: underline;
}
/* body copy link: HOVER */
.linkmain:HOVER {
	color : #586064;
	font-weight : normal;
	font-size : 11px;
	font-family : Arial, Verdana, sans-serif;
	text-decoration: underline;
}
/* body copy link: ACTIVE */
.linkmain:ACTIVE {
	color : #586064;
	font-weight : normal;
	font-size : 11px;
	font-family : Arial, Verdana, sans-serif;
	text-decoration: underline;
}
/* footer copy */
.copyfooter  {
	color : #586064; 
	font-weight : normal; 
	font-size : 10px;
	font-family : Arial, Verdana, sans-serif;
}
/* header link */
.linkheader  {
	color : #586064; 
	font-weight : normal; 
	font-size : 10px;
	font-family : Arial, Verdana, sans-serif;
	text-decoration: underline;
}
/* header link: HOVER */
.linkheader:HOVER {
	color : #07476A;
	font-weight : normal;
	font-size : 10px;
	font-family : Arial, Verdana, sans-serif;
	text-decoration: underline;
}
/* header link: ACTIVE */
.linkheader:ACTIVE {
	color : #0A557A;
	font-weight : normal;
	font-size : 10px;
	font-family : Arial, Verdana, sans-serif;
	text-decoration: underline;
}
/* white footer copy */
.copywhite  {
	color : #FFFFFF; 
	font-weight : normal; 
	font-size : 10px;
	font-family : Arial, Verdana, sans-serif;
}
/* white copy link */
.linkwhite  {
	color : #FFFFFF; 
	font-weight : normal; 
	font-size : 10px;
	font-family : Arial, Verdana, sans-serif;
	text-decoration: underline;
}
/* white copy link: HOVER */
.linkwhite:HOVER {
	color : #CCC5BF;
	font-weight : normal;
	font-size : 10px;
	font-family : Arial, Verdana, sans-serif;
	text-decoration: underline;
}
/* white copy link: ACTIVE */
.linkwhite:ACTIVE {
	color : #CCC5BF;
	font-weight : normal;
	font-size : 10px;
	font-family : Arial, Verdana, sans-serif;
	text-decoration: underline;
}
/* blue copy */
.copyblue  {
	color : #0A557A; 
	font-weight : normal; 
	font-size : 11px;
	font-family : Arial, Verdana, sans-serif;
}
