body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #173CAE;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #173CAE;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #173CAE;
	text-decoration: underline;
	font-weight: bold;
}

a.smalllink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-decoration: none;
}

a.smalllink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-decoration: none;
}

a.smalllink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-decoration: underline;
}

a.footerlink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}

a.footerlink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}

a.footerlink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: underline;
}

a.navlink:hover
{
	color: #DFDFDF;
}

a.navlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.5;
}

img
{
   border: 0px;
}

/* ################
   #   CLASSES    #
   ################ */

.mainheader
{
	font-size: 16px;
	font-weight: bold;
	color: #074B8F;
}

.subheading 
{
	font-size: 14px;
	font-weight: bold;
	color: #074B8F;
}

.subheadingwhite
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.copysmall 
{
	font-size: 8pt;
	font-style: italic;
	color: #000000;
}

.copysmallwhite 
{
	font-size: 8pt;
	font-style: italic;
	color: #ffffff;
}

.footertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

.white
{
	color: #FFFFFF;
}

.bold
{
	font-weight: bold;
}

.imgSidebar
{
  border-bottom: 2px solid #4986d9; /* blue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


