﻿/* standard markup */
a:link          	{ color: #0000FF;  text-decoration: underline;}
a:visited     	{ color: #FF0000;  text-decoration: underline;}
a:hover          	{ color: #000080;}
a:active          	{ color: #0000FF;  text-decoration: underline;}
a:focus          	{ color: #FF0000;  text-decoration: underline overline;  font-weight: bold;}

h6          { color: #3C485B;  font-size: 9pt;  font-weight: normal;}
h5          { color: #3C485B;  font-size: 9pt;  font-weight: normal;}
h4          { color: #3C485B;  font-size: 9pt;  font-weight: normal;}
h3          { color: #3C485B;  font-size: 9pt;  font-weight: normal;}
h2          {
	color: #3C485B;
	font-size: medium;
	font-weight: bold;
}
h1          {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}

body          	{ color: #000000;  font-size: medium;  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}
p          	{
	color: #000000;
	font-size: medium;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
table		{ color: #000000;  font-size: 9pt;  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}
textarea	{ color: #000000;  font-size: 9pt;  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}
td			{
	color: #000000;
	font-size: medium;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

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

/* icons */
#icons          { color: #3C485B;  font-size: 8pt;  font-weight: normal;  font-size: 8pt;  font-family: Arial;}
	#icons a:link          { color: #3C485B;}
	#icons a:visited          { color: #3C485B;}
	#icons a:hover          { color: #660000;  text-decoration: underline;}
	#icons a:active          { color: #3C485B;}

/* bottom links */
#bottom_links          { color: #3C485B;  font-size: 8pt;}
	#bottom_links a:link          { color: #3C485B;}
	#bottom_links a:visited          { color: #3C485B;}
	#bottom_links a:hover          { color: #ff0000;  text-decoration: none;}
	#bottom_links a:active          { color: #3C485B;}

/* site info and copyright */
#site_info          { color: #3C485B;  font-size: 8pt;}

.style_copyright          { font-size: 9pt;}

/* content in body1 */
.maincontentheading          { color: #000000;  vertical-align: top;}
.paragraph_heading          { color: #3C485B;  font-size: 11pt;  font-weight: bold;}
.body1 p          { color: #000000;  font-size: small;}
.body1 h1          { color: #000000;  font-size: 14pt;}
.body1 h2          { color: #3C485B;  font-size: 11pt;  font-weight: bold;}
.body1_link          { color: #ff0000;  font-size: 9pt;}
.redfont          { color: #660000;  font-size: 9pt;  font-weight: bold;}

/* content in body2 left column*/
.body2          { color: #000000;  font-size: 8pt;}
.body2 p          { color: #3C485B;  font-size: 8pt;}
.body2 h1          { color: #3C485B;  font-size: 12pt;  font-weight: bold;}
.body2 h2          { color: #3C485B;  font-size: 9pt;  font-weight: bold;}
.body2_link          { color: #3C485B;  font-size: 9pt;}

/* headings */
.menu_heading          { padding: 0px 0px 0px 30px;  color: #3C485B;  font-size: 12pt;  font-weight: bold;  font-style: italic;  margin: 0px 0px 0px 0px;}
.Vertical_Menu li a          { color: #0000FF;  font-size: 9pt;  font-weight: bold;  text-decoration: none;}
.Vertical_Menu li a:link          { color: #020D9E;  font-size: 9pt;  font-weight: bold;}
.Vertical_Menu li a:visited          { color: #020D9E;  font-size: 9pt;  font-weight: bold;}
.Vertical_Menu li a:hover          { color: #FF6600;  font-size: 9pt;  font-weight: bold;}
.Vertical_Menu li a:active          { color: #FF3300;  font-size: 9pt;  font-weight: bold;}

