BODY {
	FONT-WEIGHT: normal;
	COLOR: #003366;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;

}
A {
	FONT-WEIGHT: normal; COLOR: #993300; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-VARIANT: normal; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: normal; COLOR: #ff9900; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-VARIANT: normal; TEXT-DECORATION: underline
}
.sidelinks {
COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif
}
								
/*	Menu									*/
small.menu {
font-size: x-small;
color: #fffff;
background: #003366;
margin-left: 3 px;
font-family: "arial","verdana", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #FFFFFF;
background: #000000;
; font-family: Arial, Helvetica, sans-serif
}

/*	Menu visited links							*/
a.menulink:visited {
color: #FFFFFF;
background: #000000;
; font-family: Arial, Helvetica, sans-serif
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #FFFFFF;
background: #000000;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF6666;
background: #000000;
}
/* ************* box link ************************
/*	Menu unvisited links							*/
a.boxlink:link {
color: #993300;
background: #CCCC99;
}

/*	Menu visited links							*/
a.boxlink:visited {
color: #993300;
background: #FFFFCC;
}

/*	Menu active links (not widely supported)				*/
a.boxlink:active {
color: #ff9900;
background: #CCCC99;
}

/*	Menu links when hovered over (MSIE only)				*/
a.boxlink:hover {
color: #ff9900;
background: #CCCC99;
}
