﻿
body
{
	background-color:#FFFFFF;
}
body, table, div
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#010101;
}
a, a:visited, a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676A6B;
}

a:hover 
{
	text-decoration:underline;
}


h1 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#61002a;
}

h2 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#61002a;
}

.BulletedLink, .BulletedLink:visited, .BulletedLink:link
{
	padding-left:16px;
	background-image:url('../img/linkBullet.jpg');
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#61002a;
	text-decoration:none;
	font-weight:bold;
}

.BulletedLink:hover 
{
	text-decoration:underline;
}

.Left
{
	float:left;
}
.Right
{
	float:right;
}
.Clear
{
	clear:both;
	font-size:0px;
}