a:hover
{
	text-decoration: none;
	color: red;
}
.content
{
	font-family: "helvetica", arial, sans serif;
	font-size: 12px;
	line-height: 18px;
}
.content-large
{
	font-family: "helvetica", arial, sans serif;
	font-size: 14px;
	line-height: 18px;
}
.copyright
{
	font-family: "arial", helvetica, sans serif;
	font-size: 11px;
	line-height: 14px;
}
.title
{
	font-family: "helvetica", arial, sans serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;		
}
.color-gray
{
	color: #666666;
}
.color-darkgray
{
	color: #333333;
}
.color-bluegreen
{
	color: #007D89;
}
.color-green
{
	color: #518a00;
}

