/* CSS Document */
	
BODY {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

a:link, a:visited, a:active{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;	
}

P {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-align: left;

}
P.centre {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-align: centre;

}
.postertable {
			border-collapse: collapse;
}
			
TD.blackback {
			border: 1px solid black; padding: 1em;
			background: black;
  			font-size: 10px;
			font-weight: bold;
			color: #FFFFFF;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin: 4px;
			padding: 4px;
			height: 24px;
			vertical-align: middle;
}
			
TD.black {
			border: 1px solid black; padding: 1em;
			background-color: D4D4D4;
  			font-size: 10px;
			font-weight: normal;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin: 4px;
			padding: 4px;
			height: 24px;
			text-align: middle;
			vertical-align: middle;
}
TD.footer {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
}
TD.footer a, TD.footer a:visited
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

TD.footer a:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #B9BBBE;
}
/*********************************
START: MenuBar CSS
*********************************/

.ulMenuLevel1{
list-style-type:none;
margin:0;
padding:0;
font-family: arial;
font-size: 10px;
}
.liMenuLevel1{
list-style-type:none;
float:left;
font-family: arial;
font-size: 10px;
}
.linkMenuLevel1{
display:block;
font-family: arial;
font-size: 10px;
}
.ulMenuLevel2{
list-style-type:none;
position:absolute;
margin: 0;
padding:0;
display:none;
background-color:#333333; 
font-family: arial;
font-size: 10px;
}
.liMenuLevel2
{
line-height: 25px;
font-family: arial;
font-size: 10px;
}
.liMenuLevel2 a{
text-decoration: none;
display:block;
color: #ffffff;
width: 170px;

padding-left: 15px;
font-family: arial;
font-size: 10px;
}
.liMenuLevel2 a:visited{
text-decoration: none;
display:block;
color: #ffffff;
width: 170px;

padding-left: 15px;
font-family: arial;
font-size: 10px;
}

.liMenuLevel2 a:hover{
text-decoration: none;
display: block;
width: 170px;

background:transparent; 
background:#424242;
color: #FF0000;
font-family: arial;
font-size: 10px;
}
li:hover ul , li.over ul{ /* lists nested under hovered list items */
display: block;
font-family: arial;
font-size: 10px;
}
#mainMenuUL li>ul { 
top: auto;
left: auto;
font-family: arial;
font-size: 10px;
}

/*********************************
END: MenuBar CSS
*********************************/
