/* BASIC BODY TAGS */
body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
}

a:link {  color: #c31e1e; text-decoration: underline}
a:hover {  color: #c31e1e; text-decoration: none}
a:active {  color: #c31e1e; text-decoration: underline}
a:visited {  color: #c31e1e; text-decoration: underline}

ul {
	list-style-image: url(images/bullet.gif); 
	line-height: 16px;
}

.input2 { 
	font: 11px Arial, Verdana, Helvetica, sans-serif; 
	color: #000000; 
	border: 1px #a93325 solid; 
	background-color: #f5eccf; 
}

select { 
	font: 14px Arial, Verdana, Helvetica, sans-serif; 
	color: #FFFFFF; 
	border: 1px #c31e1e solid; 
	background-color: #2e2e2e; 
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
}

a.copyrightlink:link {  color: #FFFFFF; text-decoration: underline}
a.copyrightlink:hover {  color: #FFFFFF; text-decoration: none}
a.copyrightlink:active {  color: #FFFFFF; text-decoration: underline}
a.copyrightlink:visited {  color: #FFFFFF; text-decoration: underline}

.pulldowntext {
	font-size: 14px;
	color: #FFFFFF;
}
.join_table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 400px; border: thin solid #000000; padding: 5px; margin: 0px; }
.join_name { font-weight: bold; text-align: right; border: none; }
.join_value { text-align: left; border: none; }
.join_error { color: #EE0000; }
.join_header { font-size: 14px; font-weight: bold; text-align: center; border: none; }
.join_footer { font-size: 14px; font-weight: bold; text-align: center; border: none; }
.join_input { }
.join_select { }
.join_button { }

.signup_base { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.signup_outter_table { align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 450px; border: none; padding: 0px; margin: 2px; }
.signup_inner_table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 450px; border: none; padding: 2px; margin: 0px; }
.signup_header { font-weight: bold; text-align: left; }
.signup_name { font-weight: bold; text-align: right; width: 150px; border: 1px solid #000000; background-color: #CCCCCC; }
.signup_value { text-align: left; width: 300px; border: 1px solid #000000; background-color: #AAAAAA; }
.signup_error { color: #EE0000; }
.signup_input { }
.signup_select { }
.signup_button { }

.edit_base { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.edit_outter_table { align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 450px; border: none; padding: 0px; margin: 2px; }
.edit_inner_table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 450px; border: none; padding: 2px; margin: 0px; }
.edit_header { font-weight: bold; text-align: left; }
.edit_name { font-weight: bold; text-align: right; width: 150px; border: 1px solid #000000; background-color: #CCCCCC; }
.edit_value { text-align: left; width: 300px; border: 1px solid #000000; background-color: #AAAAAA; }
.edit_error { color: #EE0000; }
.edit_input { }
.edit_select { }
.edit_button { }

