/* CSS Document */

/* EDITOR Classes specific to a tag, ie: div.class, are not visible in Editor dropdown. */

body {
	color:#090066;
	background-color: transparent;
	font-family:Futura, Futura Book, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
form, input, select, textarea {
	color:#ffffff;
	font-family:Futura, Futura Book, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
}
input, textarea {
	color:#ffffff;
	background:#7ba6d9 url(../../images/bg_input.jpg);
	border:#ffffff 1px solid;
	margin:4px;
	padding:4px;
}
p { /* This margin-top and margin-bottom adjustment fixes the extra space that occures in Firefox, Netscape and Safari, both MAC and PC, at the first line of any div, when p tags are used. */
margin-top:0px;
margin-bottom:16px;
}
h1, h2, h3, h4, h5, h6 { /* This margin-top and margin-bottom adjustment fixes the extra space that occures in Firefox, Netscape and Safari, both MAC and PC, at the first line of any div, when h1-h6 tags are used. */
margin-top:0px;
margin-bottom:8px;
}
hr {
	height:2px;
	border:0px; /*Firefox, Netscape, Safari all need border:0px attribute for a solid hr. */
	background-color:#090066; /*Firefox, Netscape, Safari all use background-color attribute. */
	color:#090066; /* IE7 uses color attribute. */
}
a {
	color:#8982fd;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
.nav a {
	color:#ffffff;
	text-decoration:none;
}
.nav a:visited {
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
}
.nav a:active {
	text-decoration:none;
}
.nav_live a {
	color:#ffffff;
	text-decoration:none;
}
.nav_live a:visited {
	text-decoration:none;
}
.nav_live a:hover {
	text-decoration:underline;
}
.nav_live a:active {
	text-decoration:none;
}
.heading {
	font-weight:bold;
	font-size:14px;
}
.subhead {
	font-weight:bold;
	font-size:12px;
}
.small {
	font-size:10px;
	line-height:normal;
}
.img_border {
	margin:10px;
	padding:0px;
	border-top:2px solid #090066;
	border-bottom:2px solid #090066;
}
.form_note {
	font-size:9px;
	display:block;
}
.required {
	color:#ff0000;
	font-weight:bold;
}

