﻿/* Navbar Rowspan */
a.navlinks
{
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
    font-family: arial;
}
a.navlinks:hover
{
    color: #069244;
    text-decoration: none;
    font-size: 12px;
    font-family: arial;
}
td.navtext
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
}
td.navtext:hover
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
}
a.navtocs
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial;
}
a.navtocs:hover
{
	color: #069244;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
	
/* Spacer Rowspan */
/* Border Row & Columnspans */

/* Page Header Sections */
td.pageHeaderLeft
{
	color: #000000;
	text-decoration: bold;
	font-size: 16px;
	font-family: verdona;
}
td.pageHeaderLeft:hover
{
	color: #000000;
	text-decoration: bold;
	font-size: 16px;
	font-family: verdona;
}
td.pageHeaderRight
{
	color: #000000;
	text-decoration: bold;
	font-size: 16px;
	font-family: verdona;
}
td.pageHeaderRight:hover
{
	color: #000000;
	text-decoration: bold;
	font-size: 16px;
	font-family: verdona;
}

/* Display Pages Left & Right Low Resolution */


/* Display Page High Resolution */
a.pageHRURL
{
	color: #000000;
	text-decoration: underline;
	font-size: 24px;
	font-family: Times;
}
a.pageHRURL:hover
{
	color: #000000;
	text-decoration: underline;
	font-size: 24px;
	font-family: Times;
}

/* Page Footer Sections */
td.pageFooterLeft
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
td.pageFooterLeft:hover
{
	color: #069244;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
td.pageFooterRight
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
td.pageFooterRight:hover
{
	color: #069244;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}

/* RedBold Text */
a.redBlockLinks
{
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-family: verdona;
}
a.redBlockLinks:hover
{
	color: #069244;
	text-decoration: none;
	font-size: 12px;
	font-family: verdona;
}

/* White Text Link */
a.whiteLink
{
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
}
a.whiteLink:hover
{
	color: #069244;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
}

/* Black Text Link */
a.blackLink
{
	color: Black;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
}
a.blackLink:hover
{
	color: #069244;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
}

/* Header Link */
a.marginLink
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial;
}
a.marginLink:hover
{
	color: #069244;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial;
}

/* Issue Link */
a.issueLink
{
	color: #ffffff;
	text-decoration: bold;
	font-size: 18px;
	font-family: Arial;
}
a.issueLink:hover
{
	color: #ffffff;
	text-decoration: bold;
	font-size: 18px;
	font-family: Arial;
}
