/* Yantacaw style sheet 
/* created - 10.01.03
/* css author Lisa Danchak-Martin 

/* BLACK COPY FOR ALL MAIN CONTENT */

..copy  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
}
/* BLACK COPY FOR ALL MAIN PAGE */

..copymain  {
	font-size : 11pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
}
/* BLACK COPY FOR ALL MAIN CONTENT strike-out */
..copystrike  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	text-decoration: line-through; 
}

/* WHITE COPY ALL MAIN CONTENT */
..whtcopy  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #FFFFFF;
}
/* 11pt page Header */
..pghead  {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #000000;
}
/* 11pt page Header */
..smhead  {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #000000;
}

/* 14pt HEADER - BLACK */
..header {
	font-size : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #000000;
}

/* 14pt HEADER - WHITE */
..whthd {
	font-size : 18pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #FFFFFF;
}

/* MAIN SIDE BAR HEADER - WHITE */
..sidehd {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #FFFFFF;
}

/* MAIN SIDE BAR HEADER - BLACK */
..bsidehd {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : black;
}


/* LINK - TOP NAVIGATION LINKS - WHT TO BLUE */
a.topnav, a:active.topnav{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFFFFF;
}

a:hover.topnav, a:visited:hover.topnav {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #000099;
}

/* COPY - TOP NAVIGATION LINKS ON WITH NO LINK - BLUE */
..topnavoff {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #000099;
}


/* SIDE NAVIGATION LINK - BLACK TO BLUE */
a.sidenav:link { font-size : 9pt;font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;color: black; text-decoration: none }
a.sidenav:active { font-size : 9pt; font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;color: red; text-decoration: none }
a.sidenav:visited { font-size : 9pt; font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;color: black; text-decoration: none }
a.sidenav:hover { font-size : 9pt; font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;color: #000099; text-decoration: none }

/* SIDE NAVIGATION LINK - OFF BLUE */
..sidenavoff {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #000099;
}



