.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #000000;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}
input {
	font-family: arial;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	height: 14pt;
	text-align: left;
	text-indent: 2pt;
	background-color: #CCCCCC;

}
textarea {
	font-family: arial;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	height: 200pt;
	text-align: left;
	text-indent: 2pt;
	padding: 1px;
	background-color: #CCCCCC;

}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.alter {
	text-align: center;
	width: 50px;
}
.null {
	border: 0px none;
	background-color: #FFFFFF;
	vertical-align: top;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-image: url(../images/nav_bg.jpg);
	padding-left: 0px;
	height: 22px;
	width: 150px;
}
#navlist {
	width: 150px;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
#navlist li {
margin: 0;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 15px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-image:  url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#navlist a:link, #navlist a:visited {
color: #000066;
text-decoration: none;
}
#navlist a:hover, #navlist a:active {
background-image:  url(../images/nav_bg_over.jpg);
background-repeat: no-repeat;
color: #2D1E2D;
}
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
.newtext {
	text-decoration: none;
	color: #CC0000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
}

