H4  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	font-size : 18 pt;
	color : #00FFFF;
	position : relative;
}

H3  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	font-size : 16 pt;
	color : #00FFFF;
}

H2  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	font-size : 20 pt;
	color : #00FFFF;
}

H1  {
	font-family : Arial;
	font-size : 24pt;
	font-weight : bold;
	font-style : none;
	color : #00FFFF;
	text-transform : capitalize;
	text-decoration : none;
}

.bodytext  {
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 12 pt;
	color : White;
}

.bodytext2  {
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 12 pt;
	color : Aqua;
}

UL {
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 12 pt;
	color: White;
}

LI {
    font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 12 pt;
	color: White;
	
}


A.navbutton:LINK  {
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	font-size : 14 pt;
	color : Aqua;
	text-transform : capitalize;
	text-decoration : none;
}

A.navbutton2:LINK  {
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	font-size : 14 pt;
	color : Black;
	text-transform : capitalize;
	text-decoration : none;
}

#leftside  {
	font-size : 12pt;
	font-family : Arial, Helvetica;
	color : White;
	text-align : left;
	width : 225;
	position : absolute;
	left : auto;
}

#rightside  {
	width : 220;
	text-align : right;
	color : White;
	font-family : Arial, Helvetica;
	font-size : 12pt;
	text-indent : 235;
}

A:LINK  {
	font-size : 12pt;
	font-family : Arial, Helvetica;
	color : Aqua;
	text-decoration : none;
}

A:VISITED  {
	font-size : 12pt;
	font-family : Arial, Helvetica;
	color : Fuchsia;
	text-decoration : none;
}

A.NAVBUTTON  {
	font-size : 18pt;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : White;
}
A.basic:LINK {
	color: White;
	font-family: Arial, Helvetica;
	text-decoration: none;
}
A.basic:HOVER {
	background-color: White;
	border: Yellow;
	color: Black;
	font-family: Arial, Helvetica;
	text-decoration: none;
}
