.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

.bodybold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	font-weight: bold;
}

.bodysmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}

.bodysmallbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}

.bodybig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.bodybigbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
}

.header	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

A:link {
	color: #003366;
	text-decoration: none;
}

A:active {
	color: #006699;
	text-decoration: underline;
}

A:hover {
	color: #7EA4BC;
	text-decoration: underline;
}

A:visited {
	color: #999999;
	text-decoration: none;
}

A:visited:hover {
	color: #7EA4BC;
	text-decoration: underline;
}