/* ADP.com Style Sheet 
/* created - 02.06.01
/* css author - jk - Temel Inc. - www.temel.com

/* SEARCH INPUT BOX FONT */
.search {font-family:monospace;}

/* BLACK COPY FOR ALL MAIN CONTENT */
.copy  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
}

/* WHITE COPY ALL MAIN CONTENT */
.whtcopy  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #FFFFFF;
}

/* 14pt HEADER - BLACK */
.header {
	font-size : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #000000;
}

/* MAIN SIDE BAR HEADER - WHT */
.sidehd{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #FFFFFF;
}

/* SUB SIDE BAR HEADER - ORANGE */
.subsidehd {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #FFCC00;
}

/* LINK - TOP NAVIGATION LINKS - WHT TO ORG */
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 : #FF9933;
}

/* COPY - TOP NAVIGATION LINKS ON WITH NO LINK - ORG */
.topnavoff {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FF9933;
}

/* LINK - FOOTER NAVIGATION - LT GRAY TO WHT */
a.footlink, a:active.footlink  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #CCCCCC;
}

a:hover.footlink, a:visited:hover.footlink   {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFCC00;
}

/* COPY - FOOTER NAVIGATION - YELLOW */
.footlinkon  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFCC00;
}

/* LINK - SIDE NAV - WHT TO ORG */
a.sidelink, a:active.sidelink  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFFFFF;
}

a:hover.sidelink, a:visited:hover.sidelink  {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #FFCC33;
}
