body { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #000000; }

h1 { font-size:20px; color: #3399CC; }
h2 { font-size:16px; color: #000000; }
h3 { font-size:14px; color: #000000; }
h4 { font-size:12px; color: #000000; }

.text a:link, .text a:visited { font-size: 12px; color: #3399CC; text-decoration:none; font-weight:bold;}
.text a:hover, .text a:active { font-size: 12px; color: #3399CC; text-decoration:underline; font-weight:bold;}

p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

.text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

.footer { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight:bold;}
.footer a:link, .footer a:visited { font-size: 11px; color: #000000; text-decoration:none; font-weight:bold;}
.footer a:hover, .footer a:active { font-size: 11px; color: #3399CC; text-decoration:underline; font-weight:bold;}

/*       Menu      */

#menu {
	background: #cccccc;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 187px;
	text-align:right;
}
#menu li {
	font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #cccccc;
	border-bottom: 2px solid #ffffff;
	color: #000000;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #cccccc url("../images/hover.gif") left center no-repeat;
	color: #3399CC;
	padding-bottom: 5px;
}
