.body_text {
    font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
	}
	
.header_blue {
    font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: bold;
    color: #006699;
	}
	
.input_text {
	width: 80px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #000000;
	color: #000000;
	}
	
.input_textarea {
	width: 80px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #000000;
	color: #000000;
	}

.input_select {
	height: 17px;
	font-size: 10px;
    font-family: verdana;
    font-weight: bold;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	}
	
.input_submit {
/*	height: 17px;	*/
	font-size: 10px;
    font-family: verdana;
    font-weight: bold;
/*	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;	*/
	}
	
	
/* NAVIGATION OPTIONS */

	/* main navigation */
		.mainnav { 
			color: #ff0000;
			font-weight: normal;
			text-decoration: none;
			font-size: 10px;
			font-family: verdana, helvetica, sans-serif;
			}
		a:link.ff0000 { 
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			font-size: 10px;
			font-family: verdana, helvetica, sans-serif;
			}
		a:visited.mainnav { 
			color: #ff0000;
			font-weight: normal;
			text-decoration: none;
			font-size: 10px;
			font-family: verdana, helvetica, sans-serif;
			}
		a:hover.mainnav { 
			color: #ff0000;
			font-weight: normal;
			text-decoration: none;
			font-size: 10px;
			font-family: verdana, helvetica, sans-serif;
			}	
		.mainnav1 { /* Nav that is selected */
			color: #ff0000;
			font-weight: normal;
			text-decoration: none;
			font-size: 10px;
			font-family: verdana, helvetica, sans-serif;
			}	