/* CSS Document */

body {  text-decoration: none;
            color: 4177DD;
            font-family: "arial";
            font-size: 12pt;
            font-weight: medium; }
.title {  text-decoration: bold;
             color: E8C55F; 
             font-family: "ms sans serif";
             font-size: 24pt;
             font-weight: heavy; }
.bold {  text-decoration: bold;
             color: BCC5E3; 
             font-family: "courier, arial";
             font-size: 14pt;
             font-weight: heavy; }

.copyright {  text-decoration: bold;
             color: black; 
             font-family: Tahoma, "Times New Roman", Times, serif;
             font-size: 8pt;
             font-weight: normal; }

.style5 {font-size: 14px }
.style9 {font-size: 16px; font-weight: bold; }
.style10 {font-family: Arial, Helvetica, sans-serif; color: #4177DD; }
.style16 {color: #4177DD; font-size: 12px; }
.style17 {font-family: Arial, Helvetica, sans-serif }
.style18 {color: #4177DD; font-weight: bold; font-size: 16px; }
.style27 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #4177DD; }
.style28 {font-size: 10px; color: #4177DD; }
	
H1 {    font-family: Verdana, Arial, Helvetica, sans-serif;
  			 font-size: 20pt;
  			 color: E8C55F; } 

H2 {    font-family: Verdana, Arial, Helvetica, sans-serif;
  			 font-size: 18pt;
  			 color: E8C55F; } 

H3 {    font-family: Verdana, Arial, Helvetica, sans-serif;
  			 font-size: 16pt;
  			 color: E8C55F; } 

P {    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
  			 font-size: 12pt;
  			 color: 4177DD; } 


A:link { color: black; }
A:hover { color: bluek; }
A:visited { color: black; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
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: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}