/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #000000;
	line-height: 18px;
	margin: 0px;
}

h1
{
	font-size: 18px;
	color: #168289;
	margin-bottom: 7px;
}

.subhead
{
	font-size: 14px;
	color: #0D1448;
	font-weight: bold;
}

.pink
{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #A5106C;
}

.magenta
{
	color: #A5106C;
}

.footer
{
	font-size: 11px;
	color: #FFFFFF;
}

.footer:link	{font-weight: bold; color:#FFFFFF; text-decoration: underline;}
.footer:visited {font-weight: bold; color:#FFFFFF; text-decoration: underline;}
.footer:active {font-weight: bold; color:#FFFFFF; text-decoration: underline;}
.footer:hover	{font-weight: bold; color:#FFFFFF; text-decoration: underline;}

.small
{
	font-size: 11px;
	color: #333333;
}

.smallwhite
{
	font-size: 11px;
	color: #FFFFFF;
}

A:link	{font-weight: bold; color:#1E97A2; text-decoration: none;}
A:visited {font-weight: bold; color:#1E97A2; text-decoration: none;}
A:active {font-weight: bold; color:#1E97A2; text-decoration: none;}
A:hover	{font-weight: bold; color:#1E97A2; text-decoration: underline;}

li
{
	margin-bottom: 7px;
}

.field
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
	background: #FFFFFF;
	border: solid 1px #999999;
}
