/* ----------------------------------------------------------------------------
	Base Styles
---------------------------------------------------------------------------- */

body, p, a, ul, li, img, td, address, blockquote {
	font-size: 10pt ;
	line-height: 12pt ;
	color: #000 ;
	background-color: transparent ;
	font-family: Arial, Helvetica, Verdana, sans-serif ;
	font-weight: normal ;
	font-style: normal ;
	text-decoration: none ;
	text-align: left ;
	border: none ;
}

p, td, address, blockquote {
	margin-bottom: 8px ;
}

strong, b {
	font-weight: bold ;
}

em, i {
	font-style: italic ;
}


/* ----------------------------------------------------------------------------
	Textual Headers
---------------------------------------------------------------------------- */

/* Specific */

h1 {
	font-size: 18pt ;
	font-weight: bold ;
	line-height: 23pt;
}

h2 {
	font-size: 14pt ;
	font-weight: bold ;
}

h3, h3 a {
	font-size: 12pt;
	font-weight: bold ;
}

h2, h3 {
	padding-bottom: 6px ;
	border-bottom: 1px dotted #aaa ;
}

h4, h5, h6 {
	font-size: 11pt ;
	font-weight: bold ;
}

/* ----------------------------------------------------------------------------
	Banner/Header
---------------------------------------------------------------------------- */

#animated_man {
	visibility: hidden ;
	display: none ;
}


/* ----------------------------------------------------------------------------
	Skiplinks
---------------------------------------------------------------------------- */

#skiplinks {
	visibility: hidden ;
	display: none ;
}


/* ----------------------------------------------------------------------------
	Navigation
---------------------------------------------------------------------------- */

#navigation {
	visibility: hidden ;
	display: none ;
}

/* ----------------------------------------------------------------------------
	Main Content
---------------------------------------------------------------------------- */

#news_banner {
	visibility: hidden ;
	display: none ;
}

#content a {
    border-bottom: 1px solid #666 ;
}

#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 80%;
    font-weight: normal ;
	font-style: italic ;
}


/* ----------------------------------------------------------------------------
	Right-hand Content
---------------------------------------------------------------------------- */

#quick_links {
	visibility: hidden ;
	display: none ;
}


/* ----------------------------------------------------------------------------
	Classes
---------------------------------------------------------------------------- */

a.return {
	visibility: hidden ;
	display: none ;
}

.no-print {
	visibility: hidden ;
	display: none ;
}

/* ----------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------- */

#footer {
	margin-top: 18px ;
}

#standards_compliant_notes {
	visibility: hidden ;
	display: none ;
}

