BODY { background : #ffffff; margin: 0;}
BODY, TABLE { font: 17px Times; color: #111111; }
FORM, P { margin: 0px; }

H1 { font: bold 130% Times; margin-bottom: 0.5em; }
H2 { font: bold 120% Times; margin-bottom: 0.5em; }
H3 { font: bold 110% Times; margin-bottom: 0.5em; }

HR { background: #CCCCCC; border: 0px solid #CCCCCC; color: #CCCCCC; height: 1px }

A, A:visited { color: #000000; text-decoration: none; } /* #004D9A */
A:hover {  color: #ff0000; text-decoration: none; }

UL, OL { margin-top: 5px; margin-bottom: 5px;}

INPUT, TEXTAREA, SELECT { border: 1px solid #999999; font: 100% Arial; }
.input-image, .input-checkbox, .input-radio { border: none; }
.error { background: #FF6600; color: white; padding: 1px 5px 1px 5px; white-space: nowrap; display: none;}


.menu {background: #ffffff; padding: 5px; font: 15px Times; border-bottom: 1px solid #CCCCCC;}
.menu, .menu A, .menu A:visited { color: #000000; text-decoration: none; }
.menu A:hover { color: #ff0000; text-decoration:none; }


.input-submit { 
	font: bold 13px Verdana; height: 22px;
	background: #009999;
	color: white; border: 0;
	cursor: pointer; white-space: wrap;
}

.paging { font: 14px Times; }

.copyright {
	margin-top:20px;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0px;
	font: 13px normal Times;
	text-align: center;
}

.block {	
	padding: 5px;
	font: 15px normal Times;
	margin-bottom: 10px;
}

.block A#active {
	font-weight: bold;
}