/* --- basic text and color properties --- */ 
BODY {
	margin-top : 0;
	margin-left : 0;
	margin-right : 0;
	background-color : #afc0d2;
	color : white;
	font-family : Verdana;
	font-size : smaller;
}

P {
	margin-left : 3em;
	margin-right : 1em;
	color : white;
	font-family : Verdana;
	text-align : justify;
}

UL, OL {
	MARGIN: 2px 0px 2px 30;
	color : white;
	font-family : arial, sans-serif;
}

LI P {
	margin-left : 0;
	margin-right : 0;
}

H1 {
	margin-left : 0;
	margin-bottom : 0;
	color : white;
	font-family : "arial black", arial, sans-serif;
	font-weight : 400;
	font-size : smaller;
}

H2 {
	margin-left : 0;
	padding-left : 0.3em;
	padding-right : 0.3em;
	padding-top : 0.1em;
	padding-bottom : 0.2em;
	border : none;
	color : White;
	font-family : arial, sans-serif;
	font-weight : 600;
	font-size : smaller;
}

 H3, H4 {
	margin-left : 0;
	padding-top : 0.1em;
	padding-bottom : 0.2em;
	border : none;
	color : White;
	font-family : arial, sans-serif;
	font-weight : 600;
}

H4 SPAN {
	background-color : #BBBBBB;
}

H5 {
	margin-left : 1em;
	color : #000000;
	font-family : verdana, arial, sans-serif;
	font-weight : bold;
	font-size : 100%;
}

H5 SPAN {
	background-color
}

HR {
	margin-left : 0;
	margin-right : 0;
	color : White;
}

/* --- links --- */ 
A:LINK, A:VISITED {
	color : white;
	background-color : transparent;
	text-decoration : none;
}

A:HOVER {
	color : white;
	background-color : #9ba4b5;
	text-decoration : none;
}
A.menu_2 {
	color : #4f9c45;
	text-decoration : none;
}
/* --- special classes --- */
.update	{
	color : #AAAAAA;
	font-weight : 600;
}

.minorupdate {
	color : #AAAAAA;
	font-size : smaller;
}

.note {
	color : #666666;
	font-size : smaller;
}

.strong {
	color : #333333;
	font-weight : 600;
}

DIV.sidebar {
	margin-left : 5em;
	margin-right : 3em;;
}
TABLE.sidebar { 
	background-color : #EEEEEE;
	font-size : smaller;
 }


TD P {
	margin-left : 0;
	margin-right : 0;
	color : #000000;
	font-family : arial, sans-serif;
}

TD H5 {
	margin-left : 0;
	margin-right : 0em;
	color : #000000;
	font-family : verdana, arial, sans-serif;
	font-weight : bold;
	font-size : 100%;
}

.pagemenu {
	margin-left : 3em;
	margin-right : 1em;
	line-height : 175%;
}

.footer {
	margin-left : 4em;
	margin-top : 0;
	font-size : smaller;
}

