.table {
	font-family : veranda, arial, sans-serif;
	font-size : 8pt;
	color :	#000000;
	padding-left: 0;
	padding-right: 0;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	border-style : solid;
	border-color : #000000 #000000 #000000 #000000;
}


.table2 {
	font-family : veranda, arial, sans-serif;
	font-size : 8pt;
	color :	#000000;
	padding-left: 3;
	padding-right: 3;
	background-color: #ffffff;
	filter: alpha(opacity=70);
}

.table3 {
	font-family : veranda, arial, sans-serif;
	font-size : 8pt;
	color :	#000000;
	padding-left: 3;
	padding-right: 3;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	border-style : solid;
	border-color : #000000 #000000 #000000 #000000;
}

.table4 {
	font-family : veranda, arial, sans-serif;
	font-size : 8pt;
	color :	#000000;
	padding-left: 0;
	padding-right: 0;
	background-color: #ffffff;
	filter: alpha(opacity=70);
}

.header {
	font-family : veranda, arial, sans-serif;
	font-size : 8pt;
	color :	#ffffff;
}


.header2 {
	font-family : veranda, arial, sans-serif;
	font-size : 8pt;
	color :	#000000;
	text-align: center;
	font-weight: bold;
	padding-top: 3;
}

.menuitem {
	font-family : veranda, arial, sans-serif;
	font-size : 8pt;
	color :	#000000;
	font-weight: bold;
	padding-right: 2;
	padding-left: 2;
	border-left-width : 1;
	border-right-width : 0;
	border-top-width : 1;
	border-bottom-width : 1;
	border-style : solid;
	border-color : #ffffff #000000 #000000 #ffffff;
	background-color : #AAB7C4;
	cursor: hand;
}

A {
	font-family : arial, sans-serif;
	color :	#035EAB;
	text-decoration: none;
	font-weight: bold;
}

A:visited  {
	color : #035EAB;
	text-decoration : none;
	font-family : arial, sans-serif;
	font-weight: bold;
	
}

A:active  {
	color : #035EAB;
	text-decoration : none;
	font-family : arial, sans-serif;
}

A:hover  {
	color : #035EAB;
	text-decoration : underline;
	font-family : arial, sans-serif;
}	

