.copyright {
	font-family: verdana;
	font-size: 8pt;
	color:#FFFFFF;
}
.content {
	font-family: verdana;
	font-size: 8pt;
	color:black;
}
.tiny {
	font-family: tahoma;
	font-size: 7pt;
	color:black;
}
.nav {
	font-family: verdana;
	font-size: 8pt;
	color:orange;
}
.graynav {
	font-family: verdana;
	font-size: 8pt;
	color:gray;
}
.whitelink {
	font-family: verdana;
	font-size: 8pt;
	color:white;
	text-decoration:none;
}
.error {
	font-family: verdana;
	font-size: 8pt;
	color:red;
}
.large {
	font-family: arial;
	font-size: 12pt;
	color:black;
	font-weight:bold;
}
.huge {
	font-family: arial;
	font-size: 18pt;
	color:black;
	font-weight:bold;
}

a.back {
	font-family: verdana;
	font-size: 8pt;
	color: orange;
    text-decoration:none;
}
a.back:hover {
	font-family: verdana;
	font-size: 8pt;
	color: gray;
    text-decoration:none;
}

a.nav {
	font-family: verdana;
	font-size: 8pt;
	color: gray;
    text-decoration:none;
}
a.nav:hover {
	font-family: verdana;
	font-size: 8pt;
	color: maroon;
    text-decoration: none;
}

body {
	font-family: verdana;
	font-size: 8pt;
	color:white;
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CCCCCC', startColorstr='#F6F8F7', gradientType='0');
}

.input {
	 background-color: #ffffff;
	 border-bottom: 1px solid;
	 border-left: 1px solid;
	 border-right: 1px solid;
	 border-top: 1px solid;
	 font-family: verdana,tahoma,arial;
	 font-size: 12px
}
.select {
	 background-color: #ffffff;
	 border-bottom: 1px solid;
	 border-left: 1px solid;
	 border-right: 1px solid;
	 border-top: 1px solid;
	 font-family: verdana,tahoma,arial;
	 font-size: 12px
}

.button {
	background-color : #DEDEDE;
	border-bottom : solid 1px #9C9C9C;
	border-left : solid 1px #9C9C9C;
	border-right : solid 1px #9C9C9C;
	border-top : solid 1px #9C9C9C;
	color : #808080;
	font-family: verdana,tahoma,arial;
	font-size : 11px;
	font-weight:bold;
	text-align : center;
	text-decoration : none;
	padding : 0 4px 2px 4px;
	width : 100px;
	background-image: url(../images/buttonback.gif);
}

.textarea {
	 background-color: #ffffff;
	 border-bottom: 1px solid;
	 border-left: 1px solid;
	 border-right: 1px solid;
	 border-top: 1px solid;
	 font-family: verdana,tahoma,arial;
	 font-size: 12px
}

form {
	MARGIN: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}