﻿/* standard markup */
a:link 						{
	color: #330000;
	text-decoration:underline;
}
a:visited 					{
	color: #330000;
	text-decoration:underline;
}
a:hover 					{color: #660000; 	text-decoration:underline;}
a:active 					{
	color: #330000;
	text-decoration:underline;
}
a:focus 					{
	color: #330000;
	text-decoration:underline;
}

h6 							{color: #665; 	font-size:9pt;	font-weight:normal;}
h5 							{color: #665; 	font-size:9pt;	font-weight:normal;}
h4 							{color: #665; 	font-size:9pt;	font-weight:normal;}
h3 							{
	color: #000000;
	font-size:14pt;
	font-weight:normal;
}
h2 							{color: #665; 	font-size:9pt;	font-weight:normal;}
h1 							{
	color: #330000;
	font-size:16pt;
	font-weight:bold;
}

td							{
	color: #000000;
	font-size:10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
textarea					{color: #665;	font-size:9pt; 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}
table						{
	color: #665;
	font-size:9pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 450px;
}
p							{color: #665;	font-size:12pt; 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}
body						{color: #665;	font-size:9pt; 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

/* stylized text logo */
.text_logo					{color:#665; 	font-size:14pt; font-style:oblique; }

/* page title */
#page_title					{
	color:#665;
	font-size:18pt;
	font-style:oblique;
}
#page_title	h1				{
	color:#660000;
	font-size:17pt;
	font-style:oblique;
}

/* icons */	
#icons						{color:#DFDFDF;		font-size:8px;font-weight:normal;}
		#icons a:link		{color:#DFDFDF;} 
		#icons a:visited	{color:#DFDFDF;} 
		#icons a:hover		{color:#ffffff; 	text-decoration:none;} 
		#icons a:active		{color:#DFDFDF;}
		
/* bottom links */
#bottom_links 				{color:#665;		font-size:8pt;}
 #bottom_links a:link		{color:#665;} 
 #bottom_links a:visited	{color:#665;} 
 #bottom_links a:hover		{color:#660000; 	text-decoration:none;} 
 #bottom_links a:active		{color:#665;}
 
/* site info and copyright */
#site_info					{
	color:#000000;
	font-size:10pt;
}

/* content in body1 */
.body1						{
	color:#660000;
}
 .paragraph_heading			{color:#665; 	font-size:11pt; font-weight:bold;}
 .body1 p					{
	color:#000000;
	font-size:10pt;
}
 .body1 h1					{color:#660000; 	font-size:14pt;}
 .body1 h2					{
	color:#660000;
	font-size:16pt;
	font-weight:bold;
	background-position: center;
	text-align: center;
	padding-top: 0px;
	vertical-align: middle;
}
 .body1_link				{color:#330000; 	font-size:9pt;}
 .redfont 					{
	color:#000000;
	font-size:14pt;
	font-weight:normal;
}
 .body_heading h1			{color:#330000;		font-size:12pt; font-weight:bold; 	font-style:italic;}


/* content in body2 left column*/
.body2						{
	color:#DFDFDF;
	font-size:8pt;
	background-position: left;
}
 .body2 p					{color:#DFDFDF; 	font-size:8pt;}
 .body2 h1					{color:#DFDFDF;		font-size:12pt; font-weight:bold;}
 .body2 h2					{color:#DFDFDF;		font-size:9pt; 	font-weight:bold;}
 .body2_link				{color:#DFDFDF;		font-size:9pt;}
 
 /* headings */
 .body_heading h1			{
	color:#660000;
	font-size:16pt;
	font-weight:bold;
	font-style:italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 .menu_heading				{color:#660000;		font-size:16pt; font-weight:bold; 	font-style:italic; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 30px;}

 .news						{color:#BDCBE8; 	text-align:left;}
 .news p					{
	color:#000;
	margin:0px 6px 0px 0px;
	font-size: 12pt;
	width: 170px;
}
 .news h1					{color:#829AC8; 	font-size:10pt; font-weight:bold; font-variant:small-caps; text-align:center;}
 .news h2					{color:#666666; 	font-size:10pt; font-weight:bold; font-variant:small-caps; text-align:center;}
 .news h3					{color:#666666; 	font-size:10pt; font-weight:bold; font-variant:small-caps; text-align:center;}
 .news a:link				{color:#BDCBE8;} 
 .news a:visited			{color:#BDCBE8;} 
 .news a:hover				{color:#ffffff; 	text-decoration:none;} 
 .news a:active				{color:#BDCBE8;}
 .news_heading				{color:#DFDFDF; 	font-size:10pt; font-weight:bold; font-variant:small-caps; text-align:left; padding:8px 0px 7px 5px;}
 .news_content				{
	color:#000000;
}

 .info						{font-size:8pt; 	font-weight:normal;}
 .info h1					{text-indent:15px; 	font-size:9pt; font-weight:bold; color: white;}
 .info p 					{font-size:8pt; 	font-weight:normal; color:black;}
 
/* vertical menu bar */

.Vertical_Menu li a 		{color:#DFDFDF;		font-size:9pt;font-weight:bold; 	text-decoration:none;}	
.Vertical_Menu li a:visited {color:#DFDFDF;		font-size:9pt;font-weight:bold;}								
.Vertical_Menu li a:link 	{color:#DFDFDF;		font-size:9pt;font-weight:bold;}									
.Vertical_Menu li a:hover 	{color:#660000;		font-size:9pt;font-weight:bold;}

/* drop menu main button */

.chromestyle ul				{color: #000000; font-size:8pt; 	font-weight:bold; text-align:center;}
.chromestyle ul li a        {}
.chromestyle ul li a:hover	{color: #ffffff; text-decoration: none;}

/* drop menu sub menu button */

.dropmenudiv a				{color: #DFDFDF; text-indent: 15px; font-size:8pt; font-weight:bold; font-variant:small-caps; text-align:left;}
.dropmenudiv a:hover		{color: #660000; font-size:8pt; font-weight:bold; font-variant:small-caps; text-align:left; text-decoration:none;}
.dropmenudiv a:visited		{color: #DFDFDF; font-size:8pt; font-weight:bold; font-variant:small-caps; text-align:left; text-decoration:none;}
.dropmenudiv a:active		{color: #DFDFDF; font-size:8pt; font-weight:bold; font-variant:small-caps; text-align:left; text-decoration:none;}
.news_scroll {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
