/* core styles */

A:link {
	color: #333366;
}
A:visited {
	color: #666699;
}
A:hover {
	color: #666699;
	text-decoration: none;
}
A:active {
	color: #666699;
	text-decoration: none;
}

.Notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.BodyTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.BodyTextLarge, .BodyTextLargeItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.BodyTextLargeItalic {
	font-style: italic;
}

.BodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}


.BodyTextItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: italic;
}


.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333399;
}

.Header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.HeaderLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #336699;
}

.Footer A:link, .Footer A:visited, .Footer A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	text-decoration: none;
}
.Footer A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	text-decoration: underline;
}

.SideNavSectionText, .SideNavSectionText A:link, .SideNavSectionText A:hover, .SideNavSectionText A:active, .SideNavSectionText A:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #333399;
	text-decoration: none;
}
.SideNavSectionText A:hover, .SideNavSectionText A:active, {
	text-decoration: underline;
}

.SideNavText, .SideNavText A:link, .SideNavText A:hover, .SideNavText A:active, .SideNavText A:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
.SideNavText A:hover, .SideNavText A:active, {
	text-decoration: underline;
}

.SideNavSubText, .SideNavSubText A:link, .SideNavSubText A:hover, .SideNavSubText A:active, .SideNavSubText A:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
.SideNavSubText A:hover, .SideNavSubText A:active, {
	text-decoration: underline;
}


/* Form Styles */

.FormFieldHeading {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	}

.FormFieldRequired {
	color: red;
	font-size: 11px;
	}

.FormFieldRequirements {
	text-align: left;
	width: 22%;
	vertical-align: top;
	}

.FormFieldControl INPUT.TextInput {
	width: 100%;
	}

.FormFieldControlWide {
	text-align: right;
	}

.FormFieldControlWide TEXTAREA.TextAreaInput {
	width: 95%;
	height: 12em;
	}

.FormFieldControlWide INPUT.SubmitInput {
	margin: .5em 0em .5em auto;
	}

.FormFieldControl TEXTAREA.TextAreaInput {
	width: 100%;
	height: 6em;
	}

.FormFieldControl SELECT.SelectInput {
	width: 100%;
	}

.FormFieldCopy {
	font-size: 11px;
	padding: .6em;
	}

.FormFieldCopy STRONG {
	font-size: 11px;
	}

.FormFieldLabel {
	width: 18%;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: top;
	color: #333333;
	padding-top: .5em;
	font-size: 11px;
	}

A.noBorder, A.noBorder:link, A.noBorder:hover, A.noBorder:visited, A.noBorder:active,
A.noBorder IMG {
	border: none;
	}


.RequiredMessage {
	text-transform: uppercase;
	font-family: georgia;
	font-size: .8em;
	}