body 				{ margin: 0px; background-color:#181F2F }

A:link 				{  color: #003399; text-decoration: none; font-weight:bold }
A:active 			{  color: #003399; text-decoration: none; font-weight:bold}
A:visited 			{  color: #003399; text-decoration: none; font-weight:bold}
A:hover 			{  color: #003399; text-decoration: underline; font-weight:bold}

.small				{ font-family:  Arial; color: #4B4B4B; font-size: 10pt; }


p, td					{ font-family:  Arial; color: #4B4B4B; font-size: 12pt; }

.input				{ font-family:  Arial; color: #000000; font-size: 12pt; }


.Headings, H1		{
	font-family:  Verdana, Geneva, sans-serif;
	color: #003399;
	font-size: 20pt;
	font-weight: normal;
	margin:0;
	padding-left:30;
}

.SubHeadings, H2		{
	font-family:  Verdana, Geneva, sans-serif;
	color: #003399;
	font-size: 14pt;
	font-weight: normal;
	margin:0;
}

/* gray ghost borders on image select fix */

object:active, div:active
{
outline: none;
}

object:focus, div:focus
{
-moz-outline-style: none;
}


