﻿
#dropmenudiv

{
position	  	: absolute;
background-color	: white;
border			: 1px solid black;
border-bottom-width	: 0;
font			: normal 9px Verdana;
line-height		: 18px;
z-index			: 100;
}

#dropmenudiv a

{
color		: blue;
width		: 100%;
display		: block;
text-indent	: 3px;
border-bottom	: 1px solid black;
padding		: 1px 0;
text-decoration	: none;
font-weight	: normal;
}

#dropmenudiv a:hover

{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */

.navlist li 

{
list-style-type	: square;
width		: 135px;
background-color: #FFFFB9;
}



h1

{
font-family	: Verdana;
font-size	: 12pt;
font-color	: #800000
}

h2

{
font-family	: Verdana;
font-size	: 14pt;
font-color	: #800000;
}

h3

{
font-family	: Verdana;
font-size	: 14pt;
font-color	: #800000
}

table

{
width		: 100%	
border		: 0 
bordercolorlight: #FFFFFF 
bgcolor		: #F7F7F7
bordercolordark	: #FFFFFF
}


td

{
border-left  	: 0;
border-right 	: 0;
border-top   	: 0;
border-bottom	: 0;
padding-left   	: 5px;
padding-right  	: 3px;
padding-top    	: 0px;
padding-bottom 	: 0px;
font-family	: Verdana;
font-size	: 10pt;
font-Color	: blue;
text-decoration	: none;
text-align	: justify
}

td1

{
border-left  	: solid 1px #666666;
border-right	: solid 1px #666666;
border-top   	: solid 1px #666666;
border-bottom	: solid 1px #666666;
padding-left   	: 5px;
padding-right  	: 3px;
padding-top    	: 3px;
padding-bottom 	: 3px;
font-family	: Verdana;
font-size	: 10pt;
font-Color	: white;
text-decoration	: none;
}


th

{
border-left  	: 0;
border-right 	: 0;
border-top   	: 0;
border-bottom	: 0;
padding-left   	: 5px;
padding-right  	: 3px;
padding-top    	: 3px;
padding-bottom 	: 2px;
text-align     	: left;
font-family    	: Verdana;
font-size      	: 10pt;
color          	: white
text-decoration	: none;
}


a:link 

{ 
color		: #800080;
text-decoration	: none;
}

a:visited 

{ 
color		: #800080;
text-decoration	: none;
}

a:hover 

{ 
color		: #800080
background-color: white;
text-decoration	: none;
}

a:active 
{ 
color		: #800080;
text-decoration	: none;
}



