.headerlow{
	BACKGROUND-COLOR: navy;
	COLOR: white;
	FONT-FAMILY: Arial;
	FONT-SIZE: medium; 
	FONT-WEIGHT: bold;  
	TEXT-ALIGN: left;
        width : 650;
}
.headertop{
	BACKGROUND-COLOR: gray;
	COLOR: white;
	FONT-FAMILY: Arial;
        FONT-SIZE: small; 
	FONT-WEIGHT: bold;  
        TEXT-ALIGN: left;
        width : 650;
}
.headercontact{
	BACKGROUND-COLOR: silver;
	COLOR: white;
	FONT-FAMILY: Arial;
        FONT-SIZE: small; 
	FONT-WEIGHT: bold;  
	TEXT-ALIGN: left
        clip : auto;
        width : 650;
}
.header{
	BACKGROUND-COLOR: silver;
	COLOR: white;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	text-transform : uppercase;
	font-style : italic;
        width : 650;
}

.subheader{
	font-size : small;
	font-variant : normal;
	font-weight : bold;
	color : Blue;
}
.tabheader{
	font-size : small;
	font-variant : normal;
	font-weight : bold;
	color : white;
}
.text{
	font-size : small;
	font-variant : normal;
	font-weight : bold;
	color : Navy;
}
.stext{
	font-variant : normal;
	font-weight : bold;
	color : Navy;
}
.menulinks.A {
	color: Purple;
	font-family : Arial;
	font-size : small;
	font-weight : bold;
	text-decoration : none;
	font-variant : normal;
	font : small Arial;
	text-align : left;
}
.menulinks {
	color: Purple;
	font-family : Arial;
	font-size : small;
	font-weight : bold;
	list-style-type : decimal;
	text-decoration : none;
	font : small Arial;
	text-align : left;
}
.simplelinks {
	color: Blue;
	font-family : Arial;
	font-size : small;
	font-weight : bold;
	list-style-type : decimal;
	font : small Arial;
	text-align : left;
}
.hlmenulinks{
	color: Red;
	font-family : Arial;
	font-size : small;
	font-weight : bold;
	list-style-type : decimal;
	list-style-position : outside;
	font : bold normal small Arial;
	text-decoration : none;
	text-align : left;
}