/* CSS Document */
body
{
	background: url(images/bg.jpg) repeat-x #525050 top center;
	margin: 0px;
}
.bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	line-height: 16px;
}
.contact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}
.yellow
{
	color: #EFDE21;
}
.white
{
	color: #FFFFFF;
}
A:link	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#112EAA; text-decoration: underline;}
A:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#112EAA; text-decoration: underline;}
A:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#112EAA; text-decoration: underline;}
A:hover	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#112EAA; text-decoration: underline;}

.footer A:link	{ color: #EFDE21; font-size: 12px; text-decoration: underline; font-weight: bold;}
.footer A:visited { color: #EFDE21; font-size: 12px; text-decoration: underline; font-weight: bold;}
.footer A:active { color: #EFDE21; font-size: 12px; text-decoration: underline; font-weight: bold;}
.footer A:hover	{ color: #FFFFFF; font-size: 12px; text-decoration: underline; font-weight: bold;}
.list
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
