/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, A {
	font-family: arial, verdana, sans;
	font-size: 12px;
	color: white;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 5px 0px 15px;}

/* Form */
INPUT {
border-style: solid;
border-width: 1pt;
}

TEXTAREA {
border-style: solid;
border-width: 1pt;
SCROLLBAR-FACE-COLOR: #cccccc;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #336600;
SCROLLBAR-3DLIGHT-COLOR: #336600;
SCROLLBAR-TRACK-COLOR: #cccccc;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
}


/* Content column */
TD#normal {
	vertical-align: top; 
	padding-bottom: 20px;
	background-color: #509E21;
	line-height: 12pt;
	text-align: justify;
}

TD#right_ {
	vertical-align: top;
	padding-bottom: 20px; 
	background-color: #509E21;
	text-align: justify;
	border-left: dashed 1px white;
}

DIV#right {
	padding-top: 25px;
	padding-right: 7px;
}

DIV#bottom-right A {
  color: #509E21;
	text-decoration: none;
	padding-bottom: 15px;
}

DIV#menu-1 {
	font: 14px sans-serif;
	color: white;
	text-align: right;
}

DIV.menu-1-no A{
	font: 17px sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	border-left: solid 1px white;		
}

DIV.menu-1-act A{
	font: 17px sans-serif;
	padding-right: 5px;
	padding-left: 3px;
	text-decoration: underline;		
	border-left: solid 1px white;	
}


