BODY {
	FONT-SIZE: 12px; FONT-FAMILY: Arial
}
P {
	FONT-SIZE: 12px; FONT-FAMILY: Arial
}
TD {
	FONT-SIZE: 12px; FONT-FAMILY: Arial
}
A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #113B54; FONT-FAMILY: Arial; TEXT-DECORATION: none
} 
A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #113B54; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
A:hover { 
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #990000; FONT-FAMILY: Arial; TEXT-DECORATION: underline
}
A:active {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #113B54; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
.smalltext {
	FONT-SIZE: 10px; FONT-FAMILY: Arial
}

.mediumtext {
	FONT-SIZE: 11px; FONT-FAMILY: Arial; FONT-WEIGHT: bold; 
}

.boldtext {
	FONT-WEIGHT: bold; COLOR: #000000; FONT-FAMILY: Arial
}

.biggertext {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Geneva
}

.bigtext {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Arial
}

.arttext {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: Georgia, Arial
}

.whitetext {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial
}

.form {
	BORDER-RIGHT: silver 1px inset; BORDER-TOP: silver 1px inset; FONT-SIZE: 10px; BORDER-LEFT: silver 1px inset; COLOR: #333333; BORDER-BOTTOM: silver 1px inset; FONT-FAMILY: Verdana, Arial, Geneva
}
.formbtn {
	BORDER-RIGHT: silver 1px outset; BORDER-TOP: silver 1px outset; FONT-SIZE: 10px; BORDER-LEFT: silver 1px outset; COLOR: #333333; BORDER-BOTTOM: silver 1px outset ; FONT-FAMILY: Verdana, Arial, Geneva
}

A.crawler:active {
	FONT-SIZE: 12px; COLOR: #fffffe; FONT-FAMILY: Arial; TEXT-DECORATION: none
}
A.crawler:hover {
	FONT-SIZE: 12px; COLOR: #fffffe; FONT-FAMILY: Arial; TEXT-DECORATION: underline
}

/* NAVIGATION/MENU SETTINGS */
 
a.mainlevel{  
margin           : 0px;
padding-bottom   : 3px;
font-size        : 10px;
width            : 150px;
text-indent      : 3px;
padding-left: 8px;
  } /* this styling is for the MAIN items in the menu */
  
a.mainlevel:link {  
color: #FFFFFF;
font-size        : 10px;
background-image: url(images/menubck2.gif);
background-repeat: no-repeat;
font-weight      : normal;
width            : 100%; 
text-decoration  : none;
text-transform   : uppercase;
text-indent: 15px;
padding: 3px;
margin-left: 5px;
margin-bottom: 5px;
display          : block;
}
  
a.mainlevel:visited {
color: #FFFFFF;
font-size        : 10px;
background-image: url(images/menubck2.gif);
background-repeat: no-repeat;
font-weight      : normal;
width            : 100%; 
text-decoration  : none;
text-transform   : uppercase;
text-indent: 15px;
padding: 3px;
display          : block;
margin-left: 5px;
}
a.mainlevel:hover {  
color: #ffffff;
font-size        : 10px;
background-image: url(images/menubck3.gif);
background-repeat: no-repeat;
font-weight      : normal;
width            : 100%; 
text-decoration  : none;
text-transform   : uppercase;
text-indent: 15px;
padding: 3px;
display          : block;
margin-left: 5px;
}
 
#active_menu.mainlevel { 
color: #ffffff;
font-size        : 10px;
background-image: url(images/menubck3.gif);
background-repeat: no-repeat;
font-weight      : normal;
width            : 100%; 
text-decoration  : none;
text-transform   : uppercase;
text-indent: 15px;
padding: 3px;
display          : block;
margin-left: 5px;
} 

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
	width: 50px;
	height: 22px;
}

  /* this styling is for the menu item when it is active, even in main/sub position*/
 
ul#mainlevel-nav {
color: #666666;}
ul#mainlevel-nav li{
color: #666666;}
#mainlevel-nav a:link {
color: #666666;}
#mainlevel-nav a:visited{
color: #666666;}
#mainlevel-nav a:hover {
color: #ffffff;}
 
