BODY {
	font-family: Helvetica;
 	font-size: 12px;
 	color: #000000;
 	background-color: #FFFFFF;
	margin-left: 5pt;
	margin-top: 5pt;
	margin-right: 5pt;
	margin-bottom: 5pt;
}

H1 {
	font-family: Helvetica;
	font-size: 24px;
	color: brown;
	text-align: center;
}

H2 {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: navy;
}

H3 {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: teal;
}

TH {
	font-family: Helvetica;
 	font-size: 12px;
}
 
TD {
	font-family: Helvetica;
 	font-size: 12px;
}

P {
	font-family: Helvetica;
 	font-size: 12px;
}

UL {
	font-family: Helvetica;
 	font-size: 12px;
}

LI {
	font-family: Helvetica;
 	font-size: 12px;
}
	
A {
	font-family: Helvetica;
 	font-size: 12px;
	font-weight: bold;
 	color: #FF0000;
 	text-decoration: none;
}
A:visited { 
	color: #AA0000;
}
A:hover { 
	color: #00AA00;
	text-decoration: underline;
}
A:active{
	color: #00AA00;
	text-decoration: underline;
}


.boxtitle {
	font-family: Helvetica;
 	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.bdouble {
	border-color: black;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

.beventi {
	background: #f0f0f0;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

TH {
	background: navy;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.content {
	line-height: 150%;
	text-align: justify;
}

.small {
 	font-size: xx-small;
	text-decoration: none;
	color: black;
}

/* NEW */

.menubox {
	font-weight: bold;
	color: white;
}

.message {
	font-size: 18px;
	font-weight: bold;
	color: red;
}

