/* Global Styles */
body
{
font-family: arial, helvetca, sans-serif;
font-size: 11px;
background-color: #000000;
}

.smTitle
{
font-family: arial, helvetca, sans-serif;
font-size: 11px;
}

.adminLink
{
font-family: arial, helvetca, sans-serif;
font-size: 11px;
margin: 8px;
}

.BodyType
{
font-family: arial, helvetca, sans-serif;
font-size: 10px;
font-weight: bold;
line-height: 20px;
color: #000000;
}

.CaptionType
{
font-family: arial, helvetca, sans-serif;
font-size: 9px;
font-weight: normal;
line-height: 16px;
color: #666633;
}

.linkType
{
font-family: arial, helvetca, sans-serif;
font-size: 12px;
color: #000000;
}

#CopyCell
{
margin-left: 85px;
margin-right: 12px;
}

.CaptionText
{
font-family: arial, helvetca, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 16px;
color: #000000;
}

.CaptionText a:link	
{
color:	#959595;
text-decoration: underline;
}

.CaptionText a:active	
{
color:	#959595;
text-decoration: underline;
}

.CaptionText a:visited	
{
color:	#959595;
text-decoration: underline;
}

.CaptionText a:hover	
{
color:	#0054a6;
text-decoration: underline;
}

/* Secondary Nav */
#MaterialsNav
{
padding-top: 10px;
padding-left: 35px;
}

.NavSecondary
{
font-family: arial, helvetca, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 18px;
color: #000000;
}

.NavSecondary a:link	
{
color:	#000000;
text-decoration: none;
}

.NavSecondary a:active	
{
color:	#000000;
text-decoration: none;
}

.NavSecondary a:visited	
{
color:	#000000;
text-decoration: none;
}

.NavSecondary a:hover	
{
color:	#000000;
text-decoration: underline;
}

.NavTertiary
{
font-family: arial, helvetca, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 16px;
color: #959595;
padding-left: 9px;
padding-bottom: 4px;
}

.NavTertiary a:link	
{
color:	#959595;
text-decoration: underline;
}

.NavTertiary a:active	
{
color:	#959595;
text-decoration: underline;
}

.NavTertiary a:visited	
{
color:	#959595;
text-decoration:underline;
}

.NavTertiary a:hover	
{
color:	#0054a6;
text-decoration: underline;
}

.NavTertiaryOn
{
font-family: arial, helvetca, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 16px;
color: #0054a6;
padding-left: 9px;
padding-bottom: 4px;
}

.NavTertiaryOn a:link	
{
color:	#0054a6;
text-decoration: underline;
}

.NavTertiaryOn a:active	
{
color:	#0054a6;
text-decoration: underline;
}

.NavTertiaryOn a:visited	
{
color:	#0054a6;
text-decoration:underline;
}

.NavTertiaryOn a:hover	
{
color:	#0054a6;
text-decoration: underline;
}

/* Links */
a:link	
{
color:	#000000;
text-decoration: underline;
background-color: transparent;
}

a:visited	
{
color:	#000000;
text-decoration: underline;
background-color: transparent;
}

a:active	
{
color:	#000000;
text-decoration: underline;
background-color: transparent;
}

a:hover	
{
color:	#000000;
text-decoration: none;
background-color: transparent;
}

/* Header Tags */
h1	
{
font-size:	24px;
}
	
h2	
{
font-size:	22px;
}
	
h3
{
font-size:	20px;
}
	
h4 
{
font-size:	18px;
}
	
h5	
{
font-size:	14px;
}
	
h6
{
font-size:	12px;
}	

h1, h2, h3, h4, h5, h6	
{
font-family: arial, helvetica, geneva, sans-serif;
font-weight: bold;
color: #000000;
background-color: transparent;
display: inline;
}

h6 a:link	
{
color:	#ff0000;
text-decoration: underline;
}

h6 a:active	
{
color:	#ff0000;
text-decoration: underline;
}

h6 a:visited	
{
color:	#ff0000;
text-decoration:underline;
}

h6 a:hover	
{
color:	#ff0000;
text-decoration: none;
}


/* Lists */

#DefCell
{
padding-top: 20px;
padding-left: 20px;
}

#DefCell dl
{
font-family: arial, helvetca, sans-serif;
font-size: 10px;
font-weight: bold;
color: #736e22;
padding: 0px;
margin: 0px;
}

#DefCell dt, dd
{
margin-bottom: 4px;
}

#DefCell dd
{
margin-left: 35px;
}

#DefCell td
{
font-family: arial, helvetca, sans-serif;
font-size: 10px;
line-height: 16px;
font-weight: bold;
color: #736e22;
padding-right: 0px;
margin: 0px;
}

ul, ol, li
{
   margin: 4px 4px 4px 16px;
   padding: 0px;
}