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;
	border-bottom : #333333 1px solid;
	border-left : #333333 1px solid;
	border-right : #333333 1px solid;
	border-top : #333333 1px solid;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	font-weight : normal;
	width : 160px;
	height : 18px;
}
.text-1 {
	background : #f5f5f5;
	border-bottom : #333333 1px solid;
	border-left : #333333 1px solid;
	border-right : #333333 1px solid;
	border-top : #333333 1px solid;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	font-weight : normal;
	width : 260px;
	height : 130px;
}
.select {
	background : #f5f5f5;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #333333;
	font-weight : normal;
	width : 200px;
	height : 18px;
}
.button {
	background : #f5f5f5;
	border-bottom : #333333 1px solid;
	border-left : #333333 1px solid;
	border-right : #333333 1px solid;
	border-top : #333333 1px solid;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #333333;
	text-decoration : none;
	width : 120px;
	height : 18px;
	cursor: pointer;
}
.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;
}
