a:link {
	color: #FFFFFF;
}
a:visited {
	color: #C0D6C0;
}
a:hover {
	text-decoration: none;
	color: #669966;
}
.main_table_border {
	border: 1px solid #669966;
}
.arial_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button_border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C0D6C0;
	border: 1px solid #FFFFFF;
}
.arial_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	width: 100%;
}
.text {
	font-size:12px;
}
.text h1 {
	font-size: 16px;
	color: #669966;
	font-weight:bold;
}
.text h2 {
	font-size: 14px;
	font-weight:bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
.text_grey {
	color: #999999;
}
#navlist {
}
#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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navlist li {
	margin: 0 0 3px 0;
}
#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 4px;
	border: 1px solid #FFFFFF;
	width: 120px;
	background-color: #000000; /* */
}
#navlist a:link, #navlist a:visited {
	color: #C8C8BA;
	/*/*/color: #C8C8BA;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 1px solid #666666;
	background-color: #669966;
	color: #FFFFFF;
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #666666;
	background-color: #669966;
	color: #FFFFFF; /* */
}

.currentimage {
	border: 3px solid green;
}

.imagecols img {
	cursor: hand;
}