@charset "utf-8";
a:link {
	color: #660000;
}
body {
	background-attachment: fixed;
	background-image: url(../embedded_images/background/stripped_1800.png);
	background-repeat: repeat;
	background-position: center;
}

a:hover {
	color: #333333;
}
.form_input_uppercase {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	text-transform: uppercase;
	color: #0000FF;
}

.required {
	font-family: "Lucida Sans Unicode";
	font-size: 9px;
	font-style: italic;
	text-transform: uppercase;
	color: #FF0000;
}



.site_wide {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
}

.site_wide_body {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	text-transform: capitalize;
}
@charset "UTF-8";
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}

.site_wide_standard {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
}
.email_text {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	text-transform: lowercase;
	color: #FF0000;
}

.form_output {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	text-transform: uppercase;
	color: #FF0000;
}
.form_input_standardcase {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	text-transform: uppercase;
	color: #0000FF;
}
.box_border {
	border: thin solid #000000;
}
.header_shade {
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	text-transform: capitalize;
	padding: 2px;
}
