﻿/* CSS Document */


/* Text Styles */

/* Header-size smaller */
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E37F1B;
	font-weight: bold;
	font-size: 11px;

/* Header- Large */
}
.header {
	font-size: 16px;
	color: #005984;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;

}
.style17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;

/* News Headlines */
}
.news_headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;

/* Carrots after each News Headline */
}
.news_carrots {
	color: #FFCC00;
	font-weight: bold;

/* Arial Body Text */
}
.text_arial{font-size: 11pt; font-family: Arial, Helvetica, sans-serif; }

/* Search Text */
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* In The News Header */
.news_header {font-family: "Times New Roman", Times, serif; color: #005984; font-weight: bold; font-size: 12px; }
.news_header2 {font-family: "Times New Roman", Times, serif; color: #FFD200; font-weight: bold; font-size: 14px; }

/* Top Links */
.top_nav {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

/* Footer */
}
.top_nav2 {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

/* Footer */
}
.footer {text-decoration: none; color: #000000; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }

/* Contact Information */
.contact {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;

/* Body text in Arial Font */
}
.text_arial{font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }

/* Body text in Times Font */
.text_times {
	color: #7D7E7E;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;

}
.Links_Text {font-family: Arial, Helvetica, sans-serif; font-weight: bold;}

.Links_Header {
	color: #005984;
	font-size: small;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}


/* Link Color */

a.link_black:link {
	color: black;
	text-decoration: none;
}
a.link_white:link {
	color: #FFFFFF;
	text-decoration: none;
}
/* Visited Link Color */
a.link_black:visited {
	color: black;
	text-decoration: none;
}
a.link_white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* Rollover Link Color */
a.link_white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Active Link Color */
a.link_white:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Link Color */

a.link_nounderline:link 
{	
	text-decoration: none;
}
/* Visited Link Color */
a.link_nounderline:visited {
	text-decoration: none;
}
/* Rollover Link Color */
a.link_nounderline:hover 
{
	text-decoration: underline;
}
/* Active Link Color */
a.link_nounderline:active {
	text-decoration: none;
}

.text_test{font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }

