﻿body
{
	background-color: white;
	color: #939393;
    font-family: Georgia;
    font-size: .9em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    border-style:none;
    border-spacing:0px;
    border-collapse: collapse;
}

A:link	{
	text-decoration:	none;
	color: Black;
}

A:visited	{
	text-decoration:	none;
	color:	Black;
}

A:active	{
	text-decoration:	none;
	color: #00A7E5;
}

A:hover	{
	text-decoration:	underline;
	color:	#00A7E5;
}

A.nolines	{
	text-decoration:	none;
}

SMALL	{
	font-size:	.8em;
}

SMALLER	{
	font-size:	.7em;
}

hr.gray {
	width: 100%;
	color: #939393;
}
hr.white {
	color: #ffffff;
}