/* CSS Document */

body
{
	font-family: "Arial"; 
	font-size: 11px; 
	line-height: 1.4;
	color: #6c6c6c; 
	background-color: #a6a6a6;
}

h1
{
	font-family: "Arial"; 
	font-size: 21px; 
	color: #FFFFFF; }

.headerTitle
{
	font-family: "Arial"; 
	font-size: 21px; 
	color: #FFFFFF; 
}

.head
{
	font-family: "Arial"; 
	font-size: 14px; 
	color: #0561C6;
	font-weight:bold;
}

a
{
	font-family: "Arial"; 
	color:  #888888; 
	text-decoration: none; 
	font-size:13;
}

a:hover
{
	font-family: "Arial"; 
	color:  #000000; 
	font-size:13;
}

.siteText
{
	font-family:Arial; 
	font-size: 14px; 
	color: #6c6c6c; 
}

#topLinks a
{
	font-family: "Arial"; 
	color:  #FFFFFF; 
	text-decoration: none; 
	font-size:13;
}

#topLinks a:hover
{
	font-family: "Arial"; 
	color:  #ffff2f; 
	text-decoration:underline;
	font-size:13;
}



.lineHeight-16
{
line-height:16px;
}



iframe {
display:none !important;
}


