a:link, a:visited 
	{
	color: #0000FF;
	background: transparent;
	text-decoration: underline;
	font-weight: inherit;
	}
a:hover 
	{
	color: #ffffff;
	background: #4E4E7D;
	text-decoration: none;
	font-weight: inherit;
	}
a:active
	{
	color: #4E4E7D;
	background: transparent;
	text-decoration: none;
	font-weight: inherit;
	}

.header
	{
	font-family: Arial, Verdana, "Times New Roman", times, serif;
	font-size: 25px;
	line-height: 60px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	}

.sub_header
	{
	font-family: Arial, Verdana, "Times New Roman", times, serif;
	font-size: 17px;
	line-height: 30px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	}

.text
	{
	font-family: Arial, Verdana, "Times New Roman", times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #292929;
	text-decoration: none;
	font-weight: normal;
	}

.quick_links
	{
	font-family: Arial, Verdana, "Times New Roman", times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

.quick_links:link
	{
	color: #0000FF;
	font-weight: inherit;
	background-color: transparent;
	text-decoration: underline;
	}

.quick_links:visited
	{
	color: #0000FF;
	font-weight: inherit;
	background-color: transparent;
	text-decoration: underline;
	}

.quick_links:hover
	{
	background-color: #DDDCEA;
	color: #222222;
	font-weight: inherit;
	text-decoration: none;
	}

