body {
	background: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

a:link, a:visited {
	color: #808080;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

p, ul {
	margin-top: 0;
	margin-bottom: 12px;
}

.bull {
	vertical-align: middle;
	text-align: left;
	width: 8px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.intro {
	vertical-align: middle;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

.head {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #808080;
}

.body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.alert {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ff0000;
}

.note {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

.black {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
a:link.black {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a:visited.black {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a:hover.black {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a:active.black {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.footer {
	background: url(./gfx/footer.jpg);
	vertical-align: top;
}
	
.img {
	white-space: nowrap;
}

/*** These were put in here to manage pixel spacing on tabular data of links ***/
.sixpx {
	padding: 6px 0px;
}

.text-0 {
	background: #f5f5f5;
	width: 230px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

.text-1 {
	background: #f5f5f5;
	width: 400px;
	height: 130px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

.select {
	background: #f5f5f5;
	width: 230px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}

.button {
	background: #f5f5f5;
	width: 120px;
	height: 24px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

.imgbut {
	background: #6e6f70;
	border-bottom: #000000 1px solid;
	border-left: #c0c0c0 1px solid;
	border-right: #000000 1px solid;
	border-top: #c0c0c0 1px solid;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	width: 80px;
	height: 17px;
	cursor: pointer;
}

