﻿/* standard markup */
a:link 						{color: #ffffff;	text-decoration:none;
	font-size: small;
	font-weight: 700;
}
a:visited 					{color: #660000;	text-decoration:none;}
a:hover 					{color: #ffffff; 	text-decoration:underline;}
a:active 					{color: #ffffff;	text-decoration:none;}
a:focus 					{color: #ffffff;	text-decoration:underline;}

h6 							{color: #665; 	font-size:8pt;	font-weight:normal; text-align:center}
h5 							{color: #665; 	font-size:9pt;	font-weight:normal;}
h4 							{color: #665; 	font-size:9pt;	font-weight:normal;}
h3 							{color: #665; 	font-size:9pt;	font-weight:normal;}
h2 							{color: #665; 	font-size:9pt;	font-weight:normal;}
h1 							{color: #FFFFFF; 	
font-size:11pt;	font-weight:bold;
}

td							{border-style: none;
	text-align: left;
	}
color: #665;	font-size:9pt; 	font-family: Arial;}
table						{color: #665;	font-size:9pt; 	font-family: Arial;
	text-align: center;
}
table						{color: #FFFFFF;	
font-size:medium; 	
font-family: Arial;
	text-align: left;
}
p							{font-size:xx-small; 	
margin-left: 20px;
	}
body						{color: #665;	font-size:9pt; 	font-family: Arial;
	background-color: #000000;
}

/* stylized text logo */
.text_logo					{color:#665; 	font-size:14pt; font-style:oblique; }

/* page title */
#page_title					{color:#665; 	font-size:14pt; font-style:oblique; }
#page_title	h1				{color:#665; 	font-size:14pt; font-style:oblique; }

/* icons */	
#icons						{color:#ffffff;		font-size:8pt;font-weight:bold;}
		#icons a:link		{color:#ffffff;} 
		#icons a:visited	{color:#fffffF;} 
		#icons a:hover		{color:#ffffff; 	text-decoration:none;} 
		#icons a:active		{color:#fffffF;}
		
/* 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:#BDCBE8; 	font-size:8pt;}

/* content in body1 */
.body1						{color:#665;}
 .paragraph_heading			{color:#665; 	font-size:11pt; font-weight:bold;}
 .body1 p					{color:#665; 	font-size:9pt;}
 .body1 h1					{color:#330000; 	font-size:14pt;}
 .body1 h2					{color:#660000; 	font-size:11pt; font-weight:bold;}
 .body1_link				{color:#330000; 	font-size:9pt;}
 .redfont 					{color:#660000; 	font-size:9pt;	font-weight:bold;}
 .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;}
 .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:12pt; font-weight:bold; 	font-style:italic;}
 .menu_heading				{color:#660000;		font-size:12pt; font-weight:bold; 	font-style:italic; margin: 0px 0px 0px 0px; }


 .info						{font-size:8pt; 	font-weight:normal;
	color: #FFFFFF;
}
 .info h1					{font-size:8pt; font-weight:bold; color: white;
	height: 16px;
}
 .info p 					{font-size:8pt; 	font-weight:normal; color:white;
	text-align: left;
}
 
/* 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; 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;}

