 body{background-image: url(../images/pgbg-white.gif); background-repeat:repeat; margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:15px;}
 .man{ background-image:url(../images/man2.gif); background-repeat:no-repeat; background-position:rop right; height:200px;}

 
/* ********************** CSS Fixes ***************** */
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}

/* ********************** CSS Fixes ***************** */


/* ******************  print  ************** */

@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; 
border-width: 1px; }
   a.navlink, a.bannerLink     { font-weight: normal }
}

/* ******************  speech  ************** */

@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}


h1{
	color: Gray;
	font-size: 25px;
	margin-top: 7px;
	font-weight: normal;
}
h2{
	color: Gray;
	font-size: 16px;
	margin-top: 7px;
	font-weight: normal;
}
h3{
	color: Gray;
	font-size: 11px;
	margin-top: 7px;
   margin-bottom: 0px;
	font-weight: normal;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}
.redcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #CC0000;
}
a.inlink, a.inlink:active, a.inlink:visited {
	color: #cc0000; 
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

a.inlink:hover {
	text-decoration:underline;
}
.img{
	margin-right: 7px;
}
.footer{
	background-color: transparent;
	color: #555555;
	font-weight: bold;
	display: block;
}
.footer a:link, .footer a:visited{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover{
	color: #AA0000;
}
a.inlink1:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #AA0000;
	text-decoration: none;
}

a.inlink1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #AA0000;
	text-decoration: none;
}

a.inlink1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #AA0000;
	text-decoration: none;
}

a.inlink1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #EE0000;
	text-decoration: none;
}

.flsbg{
	background: url(../images/flsbg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	height: 22px; 
}
.done{
	background-color: transparent;
	color: #999999;
	font: 10px;
	font-weight: normal;
}
.done a:link, .done a:visited{
	color: #999999;
	font: 10px;
	font-weight: normal;
	text-decoration: none;
}
.done a:hover{
	color: #AA0000;
}