/* CSS Document */

.style1 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
}
.style2 {
	font-size: 11px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu A { 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: #ffffff 0px solid; 
	DISPLAY: block; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 4px; 
	COLOR: #000; 
	PADDING-TOP: 4px; 
	BORDER-BOTTOM: #000 1px solid; 
	BACKGROUND-COLOR: #B5CEE5; 
	TEXT-DECORATION: none;
             font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 10.5px;font-weight:bold;
}
#menu A:hover {
	BORDER-RIGHT: #6BA7D6 1px solid; 
	BORDER-TOP: #6BA7D6 1px solid; 
	BORDER-LEFT: #6BA7D6 1px solid; 
	COLOR: #000; 
	BORDER-BOTTOM: #6BA7D6 1px solid; 
	BACKGROUND-COLOR: #6BA7D6;
            font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 10px;
}
#menu A:active {
	COLOR: #756C6C; 
	BACKGROUND-COLOR: #EFEFEF
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}

#style4 {
	padding-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	color:#000000;
}

#style4 ul li {
	padding-bottom:8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	list-style-type:disc;
}
#style4 ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#000000;
	font-size: 11px;
}

#style4 ul li a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#000000;
	font-size: 11px;
	text-decoration:none;
}
