@charset "iso-8859-1";

body
{background: white url("images/background.gif");
margin-top: 5; margin-left: 0; margin-right: 0; margin-bottom:0}

div	{ position: relative; margin-top: 0px; margin-bottom: 0px;}

form {margin-top: 2px; margin-bottom: 2px;}

/* list settings */
ul {list-style-type: disc; margin-top: 2px; margin-bottom: 2px}
li {margin-top: 4px; margin-bottom: 4px}
li.index {margin-top: 0px; margin-bottom: 0px}

/* red highlight box */
.redbox {border-width: 2px; border-style: solid; border-color: #CC0000}

/* listing sheet formatting */
.list_top {font-family: lucida calligraphy, sans-serif; font-size: 18pt; color: black}
.list_blurb {font-family: lucida calligraphy, sans-serif; font-size: 12pt; color: #CC0000}
.list_header {line-height: 140%; font-size: 12pt; color: black}

/* regular text */
td, font, div, span {font-size: 10pt; color: black; font-family: arial, sans-serif;}

/* larger, bold, non-italic - page top & bottom, picture headers*/
.big {font-size: 11pt; font-weight: bold;}

/* large, bold, italic - page top & bottom*/
.bigi {font-size: 14pt; font-weight: bold; font-style: italic;}

/* big size bold red italic*/
.bigredi {color: #CC0000; font-size: 13pt; font-weight: bold; font-style: italic;}

/* big size bold blue italic*/
.bigbluei {color: #000099; font-size: 12pt; font-weight: bold; font-style: italic;}

/* header 1 for index page */
h1 {font-size: 18px; color: black; 
	margin-top: 0px; margin-bottom: 5px;
	font-family: arial, sans-serif;}

/* other colored text */
.red {color: #CC0000;}
.redb {color: #CC0000;  font-size: 11pt; font-weight:bold;}
.blue {color: #000099;}
.bluebi {color: #000099; font-weight:bold; font-style: italic;}
.yellow {color: #FFFF33;}
.purple {color: purple;}
.green {color: green;}
.gray {color: #999999;}
.navy {color: navy;}

/* main body hyperlinks */

a:link     {color: #000099; text-decoration: underline; font-weight: normal;}
a:visited {color: #000099; text-decoration: underline; font-weight: normal;}
a:hover   {color: #FFFF33; text-decoration: underline; font-weight: normal;}
a:active  {color: #000099; text-decoration: underline; font-weight: normal;}

/*  taken out - not needed unless problems arise!
a:link.main    {color: #000099; text-decoration: underline; font-weight: normal;}
a:visited.main {color: #000099; text-decoration: underline; font-weight: normal;}
a:hover.main   {color: #FFFF33; text-decoration: underline; font-weight: normal;}
a:active.main  {color: #000099; text-decoration: underline; font-weight: normal;}
*/

/* menu hyperlinks - bottom menu */
a:link.menu2    {font-size: 9pt; color: navy; text-decoration: none; font-weight: normal;}
a:visited.menu2 	{font-size: 9pt; color: navy; text-decoration: none; font-weight: normal;}
a:hover.menu2  	{font-size: 9pt; color: #FFFF33; text-decoration: none; font-weight: normal;}
a:active.menu2 	{font-size: 9pt; color: #CC0000; text-decoration: none; font-weight: normal;}

/* MENU hyperlinks - for all other formal menus */
a:link.menu		{font-size: 10pt; color: black; text-decoration: none; font-weight: normal; vertical-align: middle;}
a:visited.menu	{font-size: 10pt; color: black; text-decoration: none; font-weight: normal; vertical-align: middle;}
a:hover.menu	{font-size: 10pt; color: #FFFF33; text-decoration: none; font-weight: bold; vertical-align: middle;}
a:active.menu	{font-size: 10pt; color: black; text-decoration: none; font-weight: bold; vertical-align: middle;}

/* gray menu boxes */
td.menu {background-color: #999999; text-align: center; font-size: 13pt}