/*
----------------------
styles.css
Main styles for site
----------------------
*/

A:link	{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003399;
}

A:visited	{ text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #003399}
A:hover	{ text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #000000 }
A:active	{ text-decoration:underline;

}

p	{
	text-decoration:none;
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
h1	{
	text-decoration:none;
	background: transparent;
	font-size: 18px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: none;
	margin: 0px 0px -4px;
	font-weight: bold;
	padding: 0px;
}

h2	{
	text-decoration:none;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: none;
}

h3	{ text-decoration:none; background: transparent; font-size: 10px; font-weight: normal; color: #003399 }
h4	{ text-decoration:none; background: transparent; font-size: 12px; font-weight: bold; color: #003399 }
h5	{ text-decoration:none; background: transparent; font-size: 11px; font-weight: normal; color: #003399; padding-left: 10px; }
h6	{ text-decoration:none; background: transparent; font-size: 8px; font-weight: normal; color: #003399; padding-left: 10px;  }

