body {
		font-family: Century Gothic, Verdana;
		font-size: 7pt;
		CURSOR: crosshair;
		color : #ffffff;
		margin: 0;
		background : url(pics/sf.gif);
}
.text {
	font-family: Century Gothic, Verdana;
	font-size: 7pt;
	filter: DropShadow(Color=#666666, OffX=1, OffY=1, Positive=1);
	height: 2px;
}
A IMG {
filter: alpha (opacity=30);
}
A:hover IMG {
filter: alpha (opacity=99);
}
A{
CURSOR: e-resize;
text-decoration: underline overline;
color : #ffffff;
}
a:link {
color : #ffffff;
text-decoration: underline overline;
CURSOR: e-resize;
}
a:visited {
color : #ffffff;
text-decoration: underline overline;
CURSOR: e-resize;
}
a:active {
color : #ffffff;
CURSOR: e-resize;
text-decoration: none;
}
a:hover {
color : #ffffff;
CURSOR: e-resize;
text-decoration: none;
}
#header {
 color: #ffffff;
 text-align: justify;
}

#header H1 {
 font-size: 10px;
 color: #ffffff;
}

#content {
 color: #ffffff;
 border: none;
 margin-left: 5px;
 margin-right: 5px;
 padding: 0 5px;
 text-align: justify;
}

.bottom {
 margin-bottom: 5px;
}

#content H2 {
 color: #ff0000;
 margin: 0;
 padding: 0 5px;
 font-size: 10px;
 text-align: left;
}

.menu_2 {
 margin-left: 0;
 padding-left: 0;
 list-style: none;
}

.menu_item {
 color: #ffffff;
 font-weight: normal;
 text-align: justify;
 padding: 2px 3px;
 margin: 0;
}

.current {
 display: block;
 color: #ffffff;
 border: 1px solid #ffffff;
 font-weight: bold;
 text-align: justify;
 padding: 2px 3px;
 margin: 0;
}