BODY {
		background-color: #003300;
}
BODY.title {
		background-color: #FFFFFF;
		color: black;
}
BODY, P, TD, TH, A {
		font-family: Verdana, Arial CE, Arial, sans-serif;
		font-size: 12px;
		color:#FFFFFF;
}
A:link, A:visited { 
		color: #00DD00; /* DB7588; */
		text-decoration: none; 
}
A:hover { 
		text-decoration: underline; 
		color: lightgreen;
}
SELECT {
		color: white;
		background-color: #003300;
		border: 1px solid #00DD00;
}
INPUT, TEXTAREA {
		color: white;
		background-color: #006600;
		border: 1px solid #00DD00;
		font-weight: bold;
		font-size: 12px;
}
.center {
	height: 100%;
	vertical-align: center;
}
.small {
	font-size: 10px;
}
.small2 {
	font-size: 10px;
	font-weight: bold;
	color: black;
}
.news, .news A {
	font-size: 15px;
	font-weight: bold;
	color: black;
}
A.small2, .news A {
	color: #003300;
}
A.small {
	font-size: 10px;
	font-weight: bold;
}
H2 {
	text-align: center;
	font-size: 14px;
}
.bigred {
	font-size: 18px;
	font-weight: bold;
	color: red;
	font-family: Arial CE, Arial, sans-serif;
}

.red {
	font-weight: bold;
	color: red;
}
H1.bara {
	margin-top: 10px;
	text-align: center;
}
li {
	margin-bottom: 10px;
}