/* ----------------- The class="" is for the _._ (ie: a.all) <a class="all" href="URL">NAME</a> ----------------- */
/* ----------------- The id="" is for the #_ (ie: #links) <div id="links">TEXT</div> ----------------- */




body.main
	{
		background-color: white;
		color: black
	}

a.mainlinks {
	color: #003366;
	background-color: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 150%;
}

a.mainlinks_red {
	color: #CC0000;
	background-color: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 150%;
}

font.headings
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		font-weight: 900;
	}

a.sublinks:link
	{
		color: #003366;
		background-color: transparent;
		text-decoration: none;
	}

a.sublinks:visited 
	{
		color: #003366;
		background-color: transparent;
		text-decoration: none;
	}
a.sublinks:active
	{
		color: #003366;
		background-color: transparent;
		text-decoration: none;
	}
a.sublinks:hover 
	{
		color: red;
		background-color: transparent;
		text-decoration: none;
	}

font.subheadings
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 11px;
		font-weight: 100;
	}

font.footer
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
	}

font.menuheadings
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 15px;
		font-weight: 900;
	}

font.submenu
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 13px;
		font-weight: 900;
	}

p.color
	{
		color: #003366;
	}



.bold_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
