/* 
04/17/2003 - Added: pkAreaBlue
04/18/2003 - Added: pkYellow
05/02/2003 - Added: pkError, pkGray, pkLtGray, and all pkColor:hover
           - the button or pkColor:hover colors match those
             for the a:hover {...} colors..
*/

BODY {background-color: #bbffff; }

P {color: black;}

H1 {color: black;
    text-align: center; font-family: Arial,Helvetica,sans-serif;}

H2 {color: blue;
    text-align: center; font-family: Arial,Helvetica,sans-serif;}

H3 {color: #55bbff; font-weight: normal; 
    text-align: center; font-family: Arial,Helvetica,sans-serif;}

H4 {color: black;
    text-align: center; font-family: Arial,Helvetica,sans-serif;}

.menu {font-weight: bold; font-family: Arial,Helvetica,sans-serif;}

.fineprint {font-family: Arial,Helvetica,sans-serif;
            font-style: italic;
            font-size: 80%;}

#bottomtext {font-style: italic;
             text-align: center;}

//a:hover {text-decoration:underline; font-weight: bold; font-family: Arial,Helvetica,sans-serif;}
a:link {color:blue; font-weight: bold;  font-family: Arial,Helvetica,sans-serif;}
a:active {color:red;}
a:hover {color:#0099ff; font-weight: bold; background-color: #ffaa55;}
a { text-decoration:none; }
a:visited {color:#990099;}
a:visited:hover {color:#0099ff; font-weight: bold; background-color: #ffaa55;}


.pkExample {
background-color: FABCD8;
color: ff0000;
font-size: 12pt;
font-family: arial;
font-weight: bold;
}

.pkHelp {
background-color: ffeecc;
color: 550055;
font-family: arial;
font-size: 10pt;
}

.pkError {
background-color: FABCD8;
color: ff0000;
font-family: arial;
font-weight: bold;
}

.pkRed {
background-color: FABCD8;
color: ff0000;
font-family: arial;
font-weight: bold;
}

.pkRed:hover {
background-color: ffddaa;
color: 009900;
font-family: arial;
font-weight: bold;
}

.SmlpkRed {
background-color: FABCD8;
color: ff0000;
font-family: arial;
font-weight: bold;
font-size: 8pt;
}

.SmlpkRed:hover {
background-color: ffddaa;
color: 009900;
font-family: arial;
font-weight: bold;
font-size: 8pt;
}

.pkBlue {
background-color: BCD8FA;
color: 0000ff;
font-family: arial;
font-weight: bold;
}

.pkBlue:hover {
background-color: ffaa55;
color: 0099ff;
font-family: arial;
font-weight: bold;
}

.SmlpkBlue {
background-color: BCD8FA;
color: 0000ff;
font-family: arial;
font-weight: bold;
font-size: 8pt;
}

.SmlpkBlue:hover {
background-color: ffaa55;
color: 0099ff;
font-family: arial;
font-weight: bold;
font-size: 8pt;
}

.pkLtBlue {
background-color: 00FFFF;
color: 0000ff;
font-family: arial;
font-weight: bold;
}

.pkGreen {
background-color: A8FAAC;
color: 008800;
font-family: arial;
font-weight: bold;
}

.pkGreen:hover {
background-color: ffaa55;
color: 0099ff;
font-family: arial;
font-weight: bold;
}

.pkYellow {
background-color: F8FABC;
color: 555500;
font-family: arial;
font-weight: bold;
}

.pkYellow:hover {
background-color: ffaa55;
color: 0099ff;
font-family: arial;
font-weight: bold;
}

.pkMagenta {
background-color: FFAAFF;
color: 008800;
font-family: arial;
font-weight: bold;
}

.pkInvoice {
background-color: f5eaff;
color: 000000;
font-family: arial;
font-size: 10pt;
}

.pkBlk {
background-color: 000000;
color: 000000;
}

.pkAreaBlue {
background-color: BCD8FA;
color: 0000ff;
font-family: arial;
font-size: 10pt;
}

.pkGray {
background-color: cccccc;
color: 000000;
font-family: arial;
font-weight: bold;
}

.pkGray:hover {
background-color: ffddaa;
color: 009900;
font-family: arial;
font-weight: bold;
}

.pkLtGray {
background-color: eeeeee;
color: 000000;
font-family: arial;
font-weight: bold;
}

.pkLtGray:hover {
background-color: ffddaa;
color: 009900;
font-family: arial;
font-weight: bold;
}

