BODY {
	background-color : White;
	border : 0;
	font family : "Antique Olive", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	color : #336633;
}
.defaulthead {
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	color: #669966;
	font-family : "Antique Olive", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
}
.topitems {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #669966;
	text-transform : capitalize;
}
.redlink {
	color : #cc3333;
	font-family : "Antique Olive", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}
.javaside{
	margin-bottom : -3;
	margin-top : -3;
	font-family : "Antique Olive", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	padding : 0;
	margin : -3px -3px;
}
A.classLow:link {
  layer-background-color: black;
  /* required to make the element scriptable */
  position: relative;
  /* add other styles here e.g. */
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-family: sans-serif;
  }

A.classLow:hover {
	background: 99CC99;
	color: 336633;
	text-decoration: none;
	font-size: 18px;
	font-family: "Antique Olive", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.PageHeader {
	border : 0;
	font-family : Verdana;
	font-size : 24px;
	font-style : italic;
	font-variant : normal;
	font-weight : normal;
	color : #669966;
	margin : 0;
	padding : 0;
	text-transform : capitalize;
}

.BodyText {
	border : 0;
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #669966;
	margin : 0;
	padding : 0;
	text-transform : capitalize;
}

.SideBodyLink {
	border : 0;
	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : <%= Color_sidelink %>;
	margin : 0;
	padding : 0;
	text-transform : capitalize;
}

.WhiteLinks
{
    FONT-SIZE: x-small;
    COLOR: white;
    TEXT-DECORATION: none;
	font-size : 17px;	
}
