BODY {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Geneva
}
P {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Geneva
}
TD {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Geneva
}
A:link {
	FONT-SIZE: 11px; COLOR: #0000ff; FONT-FAMILY: Verdana, Arial, Geneva; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 11px; COLOR: #993399; FONT-FAMILY: Verdana, Arial, Geneva; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 11px; COLOR: #990000; FONT-FAMILY: Verdana, Arial, Geneva; TEXT-DECORATION: underline
}
A:active {
	FONT-SIZE: 11px; COLOR: #0000ff; FONT-FAMILY: Verdana, Arial, Geneva; TEXT-DECORATION: none
}
.smalltext {
	FONT-SIZE: 10px
}

.bigtext {
	FONT-SIZE: 15px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Geneva
}

.boldtext {
	FONT-WEIGHT: bold; COLOR: #000000;
}


.whitetext {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Geneva
}

.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: 10px; COLOR: #fffffe; FONT-FAMILY: Verdana, Arial, Geneva; TEXT-DECORATION: none
}
A.crawler:hover {
	FONT-SIZE: 10px; COLOR: #fffffe; FONT-FAMILY: Verdana, Arial, Geneva; TEXT-DECORATION: underline
}

/* Table Cell Color */

td.cellone {
	background-color: #7499C6; 
}

td.celltwo {
	background-color: #4E6785; 
}


/* 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-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-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-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-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 #999999;
	background: #E9ECEF;
	color : #666666;
	font-color : #000000;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #F1F3F5;
}
	
.login h1 {

	background-position: left top;
	color: #333;
	margin: 0px;
	height: 50px;
	padding: 15px 4px 0 50px;
 	text-align: left;
	font-size: 1.5em;
}

.login p {
	padding: 0 1em 0 1em;
	}
	
.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.login-form {
	text-align: left;
	float: right;
	width: 60%;
}

.inputbox {
	width: 130px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
	}

.inputlabel {
	font-weight: bold;
	text-align: right;
	}

  /* 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;}
 
