body {
                background-color: white;
        }
		
.title   {
                 font-style: normal;
				 font-weight: bold;
                 color: black;
                 font-family: Verdana, Arial;
                 font-size: 15pt;
                }					
		
.header   {
                 font-style: normal;
				 font-weight: bold;
                 color: black;
                 font-family: Verdana, Arial;
                 font-size: 12pt;
                }				
				
.normal   {
                 font-style: normal;
                 color: black;
                 font-family: Verdana, Arial;
                 font-size: 9pt;
                }

.medium   {
                 font-style: normal;
                 font-color: black;
                 font-family: Verdana, Arial;
                 font-size: 8pt;
				 font-weight: bold;
                }	

.small   {
                 font-style: normal;
                 font-color: black;
                 font-family: Verdana, Arial;
                 font-size: 7pt;
                }	
				
a:link {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 9pt;
                }

a:visited {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 9pt;
                }

a:hover {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 9pt;
                }

a:active {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 9pt;
                }		
				
a.small:link {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 7pt;
                }

a.small:visited {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 7pt;
                }

a.small:hover {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 7pt;
                }

a.small:active {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 7pt;
                }				
				
a.medium:link {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 7pt;
                }

a.medium:visited {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 7pt;
                }

a.medium:hover {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 7pt;
                }

a.medium:active {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 7pt;
                }				
a.large:link {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 12pt;
                }

a.large:visited {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 12pt;
                }

a.large:hover {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 12pt;
                }

a.large:active {
                text-decoration: none;
				font-style: normal;
                color: blue;
                font-family: Verdana, Arial;
                font-size: 12pt;
                }				
				
#menu{
	position:relative;
	z-index:0;
	top:0;
	left:0;
	padding:0px;
	margin:0px;
	list-style:none;
}
li ul{
	position:relative;
	display:none;
	padding:0px;
	margin:0px;
	list-style:none;
}
li{
	position:relative;
	background-color:#ffffff;
	border:0px;
	padding:0px;
	margin:0px;
	color:#000000;
}
.subMenu{
	background-repeat:no-repeat;
}
.click{
	background-color: white;
	color: white;
}
.click ul{
	display:block;
}
.hover, ul li a:hover{
	cursor:pointer;
}
li ul li.hover, li ul li.hover a:hover{
	background-color: white;
}
li a{
	width:100%;
}
li a, li ul li a, li.hover ul li a{
	text-decoration:none;
	color:#000000;
}
li.hover a, li ul li.hover a{
	color: white;
	text-decoration:underline;
}
.dbMenu{
	width:8em;
}
.dbMenu .subMenu{
	background-image:url('down.gif');
	background-position:bottom right;
}
.dbMenu .click{
	background-image:none;
}