.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.bodycopyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}

.bodycopywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

.bodycopywhitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bold;
}

.liststyle {
	list-style-image: url(../images/atom_bullet.gif);
}

A:link    { 
	color: #000000;
	text-decoration: underline;
}

A:visited { 
	color: #000000;
	text-decoration: underline;
}
A:active {
	color: Navy;
	text-decoration: underline;
}

hr {
	color: #82AFC2;
}
