/* ADP.com Style Sheet 
/* created - 02.06.01
/* css author - jk - Temel Inc. - www.temel.com
/* modified - April 2002 - JML

/* SEARCH INPUT BOX FONT */
.search {font-family:monospace;}

/* DARK GREY COPY FOR ALL MAIN CONTENT */
a
{
	color:#ffffff;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.copy
{
	color: #333333;
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
/* DARK GREY COPY, SIZE 1 FOR ALL MAIN CONTENT */
.smallcopy
{
	color: #333333;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
/* WHITE COPY ALL MAIN CONTENT */
.whtcopy
{
	color: #ffffff;
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
/* 14pt HEADER - BLACK */
.header
{
	color: #000000;
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none 
}
/* MAIN SIDE BAR HEADER - WHT */
.sidehd
{
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
/* SUB SIDE BAR HEADER - ORANGE */
.subsidehd
{
	color: #ffcc00;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
/* SUB SIDE BAR SMALL - ORANGE */
.subsidesm
{
	color: #ffcc00;
	font-weight: normal;
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
/* LINK - TOP NAVIGATION LINKS - WHT TO ORG */
a.topnav, a:active.topnav 
{
	color: #ffffff;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
a:hover.topnav, a:visited:hover.topnav
{
	color: #003580;
	font-weight: normal; font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
/* COPY - TOP NAVIGATION LINKS ON WITH NO LINK - ORG */
.topnavoff
{
	color: #003580;
	font-weight: normal;
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
/* LINK - FOOTER NAVIGATION - LT GRAY TO WHT */
a.footlink, a:active.footlink
{
	color: #cccccc;
	font-weight: normal;
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
a:hover.footlink, a:visited:hover.footlink
{
	color: #ffcc00;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
/* COPY - FOOTER NAVIGATION - YELLOW */
.footlinkon
{
	color: #ffcc00;
	font-weight: normal;
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
/* LINK - SIDE NAV - WHT TO ORG */
a.sidelink, a:active.sidelink
{
	color: #ffffff;
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
a:hover.sidelink, a:visited:hover.sidelink
{
	color: #ffcc33;
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
/* WHITE FONT FOR "DATE" JAVASCRIPT */
.date
{
	color: white;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.input
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: xx-small; LEFT: 2px;TOP: 28px; HEIGHT: 18px
}
.table
{
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.trh
{
  FONT-SIZE: 14px;
  COLOR: white;
  BACKGROUND-COLOR: #333333;
}
.tr1
{
  FONT-SIZE: 12px;
  COLOR: black;
  BACKGROUND-COLOR: #888888;
}
.tr2
{
  FONT-SIZE: 12px;
  COLOR: black;
  BACKGROUND-COLOR: #999999;
}
.tr3
{
  FONT-SIZE: 12px;
  COLOR: black;
  BACKGROUND-COLOR: #ffffff;
}
.butt
{
    BACKGROUND-COLOR: slategray;
    BORDER-BOTTOM: black thin inset;
    BORDER-LEFT: black thin inset;
    BORDER-RIGHT: black thin inset;
    BORDER-TOP: black thin inset;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-VARIANT: small-caps;
    MARGIN: 3px
}
.subbutt
{
    BACKGROUND-COLOR: slategray;
    BORDER-BOTTOM: black inset;
    BORDER-LEFT: black inset;
    BORDER-RIGHT: black inset;
    BORDER-TOP: black inset;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-VARIANT: small-caps;
    MARGIN: 3px
}
