a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0B0B99;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.contact:link {
	color: #EFEFEF;
	text-decoration: none;
}
a.contact:visited {
	color: #efefef;
	text-decoration: none;
}
a.contact:hover {
	color: #0000FF;
	text-decoration: underline;
}
a.contact:active {
	color: #FF0000;
	text-decoration: underline;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}
a.footer:link {
	color: #666666;
	text-decoration: none;
}
a.footer:visited {
	color: #666666;
	text-decoration: none;
}
a.footer:hover {
	color: #0000FF;
	text-decoration: underline;
}
a.footer:active {
	color: #FF0000;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

/* Cascading Menus Styles */
/* Change the border and text font/colour/size here, specified in ItemStyles below. */
/* Cut and paste this into your sitewide CSS file if you want - extra portability!  */
/* Be inventive: text-align, etc, can often come in useful. Be sure to test in NS4! */
.lowText { 
	text-decoration: none; 
	color: #000000; 
	font-family: Arial, Helvetica;
	font-size: 12px;
}
.highText { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica;
	font-size: 12px;
}
.itemBorder { 
	border: 1px solid #666666;
}
.itemBorderBlank { 
	border: 1px solid #CCCCDD;
}
.buttonText { 
	text-decoration: none; 
	color: #FFCC99; 
	font: Bold 12px Arial, Helvetica;
}
.buttonHover { 
	text-decoration: none; 
	color: #99CCFF; 
	font: Bold 12px Arial, Helvetica; 
	padding: 1px;
}
.buttonBorder { 
	border: 1px outset #339966; 
}
.buttonBorderOver { 
	border: 1px inset #CC9966; 
}
.headlineText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.contentbox {
	height: 300px;
	border: 1px solid #000033;
}
.blacktext {
	text-decoration: none; 
	color: #000000; 
	font: Bold 14px Arial, Helvetica;
}
.smblacktext {
	text-decoration: none; 
	color: #000000; 
	font: Bold 12px Arial, Helvetica;
}
