/* CSS Document */

a:link     { color:#000099 }
a:visited  { color:#000099 }
a:active   { color:#000099 }
a:hover    { color:#000099; TEXT-DECORATION: underline }


A {
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #ffffff
}

     body {	margin-top: 0px;}


		   
p,li,th,td
{
font-family: Arial Narrow, Arial, Helvetica;
font-size: 18px; 
}

.style1 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.style2 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.style3 {font-size: xx-small}
.style4 {
	color: #FFD400;
	font-weight: bold;
	font-style: italic;
}
.menutitle{
cursor:pointer;
margin-bottom:1px;
width:100%;
}

.submenu{
margin-bottom: 0.5em;
}

.smaller {
	font-size: 8pt;
}

