﻿.body2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3a3a3a;
}
.body3
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #3a3a3a;
}
.black
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.white
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.Heading1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3a3a3a;
}

a:link, a:visited
{
	font-family:Arial;
	color:#ee1515;
	font-size:12px;
	text-decoration:none;
}