﻿
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000; font-family: Verdana; font-size: 9pt
}

p            { color: #000000; font-family: Verdana; font-size: 9pt }
li           { color: #000000; font-family: Verdana; font-size: 9pt }
h3           { color: #000000; font-family: Verdana; font-size: 12pt }
h2           { color: #000000; font-family: Verdana; font-size: 14pt }
 

td           { font-family: Verdana; color: #000000; font-size: 9pt }
input        { font-family:  Verdana; font-size: 8pt }
a:link       { font-family: Verdana; font-size: 9pt; color: #3E97B2 }
a:visited    { font-family: Verdana; font-size: 9pt; color: #3E97B2 }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: blue url(glossy.gif) repeat-x bottom left;
font: bold 13px Verdana, "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: 170px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

  