﻿/* CSS Document */
body {
	font-size: 10pt;
	font-family:  Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
	text-align: left;
	}
#bigblue {
font-size: 24pt;
color: #00f;
font-weight: bold;
}
#bigdarkred {
font-size: 24pt;
color: #c00;
font-weight: bold;
}
#bigfont {
font-size: 24pt;
font-weight: bold;
}
#medfont {
font-size: 16pt;
}
#smfont {
font-size: 9pt;
font-weight: bold;
}
#headerfont {
font-size: 11pt;
font-weight: 600;
}
#copyright {
font-size: 9pt;
font-weight: bold;
text-align: center;
}
.floatright {

  float: right;
  margin: 0 10px 0 10px;
  display: inline;
}

.floatleft {
  float: left;
  margin: 0 10px 0 10px;
  display: inline;
}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 150px;
border: 1px solid #5B79A3;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(/images/glossyback2.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #000;
}

.glossymenu li a:hover{
background-image:  url(/images/glossyback.gif);
}