
body
{
	background-color: #ffffff;
	color: #676767;
	margin:0px;
	font-size: 14px;
	font-family: Arial;
}

p
{
	text-indent: 14px;
}

td
{
	font-size: 14px;
}

a:link
{
	color:#00A6E2;
	text-decoration:underline;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
	color:#BD001D;
	text-decoration:none;
}

.Tabs
{
	color: #ffffff;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	margin-left:8px;
	margin-right:9px;
}
A.Tabs:link
{
	color: #ffffff;
	text-decoration: none;
}
A.Tabs:visited
{
	text-decoration: none;
}
A.Tabs:hover
{
	color: #00A6E2;
	text-decoration: none;
}

.RightTab
{
	color: #333333;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
	margin-left:8px;
	margin-right:9px;
}
A.RightTab:link
{
	color: #333333;
	text-decoration: none;
}
A.RightTab:visited
{
	text-decoration: none;
}
A.RightTab:hover
{
	color: #00A6E2;
	text-decoration: none;
}


.Header
{
	color: #BD001D;
	font-size:18px;
}

.RedHeader
{
	color: #BD001D;
	font-size:18px;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	height:25px;
}

.BlueHeader
{
	color: #00A6E2;
	font-size:18px;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	height:25px;
}

.Red
{
	color: #BD001D;
}

