/* BASIC TEXT COLOR AND SIZE */

TD
{
	font-family: 'Arial',sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

p
{
	font-family: 'Arial',sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

.footer
{
	font-family: 'Arial',sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

.company_news
{
	font-family: 'Arial',sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}

.leftnav
{
	font-family: 'Arial',sans-serif;
	font-size: 11px;
	color: #990033;
	line-height: 16px;
}

.leftnavselect
{
	font-family: 'Arial',sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}



/* END BASIC TEXT COLOR AND SIZE */

/* LINKS */

a:link
{
	color: #006699;
	text-decoration: none;
}

a:visited
{
	color: #660099;
	text-decoration: none;
}

a:active
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	color: #006699;
	text-decoration: underline;
}

.home_promo:link
{
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}

.home_promo:visited
{
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}

.home_promo:active
{
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}

.home_promo:hover
{
	color: #990033;
	font-weight: bold;
	text-decoration: underline;
}

.footer_link:link
{
	color: #000000;
	text-decoration: none;
}

.footer_link:visited
{
	color: #000000;
	text-decoration: none;
}

.footer_link:active
{
	color: #000000;
	text-decoration: none;
}

.footer_link:hover
{
	color: #000000;
	text-decoration: underline;
}

.breadcrumb:link
{
	color: #990033;
	text-decoration: none;
}

.breadcrumb:visited
{
	color: #990033;
	text-decoration: none;
}

.breadcrumb:active
{
	color: #990033;
	text-decoration: none;
}

.breadcrumb:hover
{
	color: #990033;
	text-decoration: underline;
}

.leftnav:link
{
	color: #990033;
	line-height: 16px;
	text-decoration: none;
}

.leftnav:visited
{
	color: #990033;
	line-height: 16px;
	text-decoration: none;
}

.leftnav:active
{
	color: #990033;
	line-height: 16px;
	text-decoration: none;
}

.leftnav:hover
{
	color: #990033;
	line-height: 16px;
	text-decoration: underline;
}

/* END LINKS */

/* HEADERS */

.hdr
{
	font-family: 'Arial',sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}

.title
{
	font-family: 'Arial',sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.rightnavhdr
{
	font-family: 'Arial',sans-serif;
	color: #ffffff;
	font-weight: bold;
}



/* END HEADERS */
