/* CSS Document */

a:link    { color:#cccccc ; text-decoration:none ; }
a:visited { color:#cccccc ; text-decoration:none ; }
a:hover   { color:#ffffff ; text-decoration:none ; }
a:active  { color:#cccccc ; text-decoration:none ; }

a.per:link    { color:#AFB6E6 ; text-decoration:none ; }
a.per:visited { color:#9999FF ; text-decoration:none ; }
a.per:hover   { color:#9999FF ; text-decoration:underline ; }
a.per:active  { color:#AFB6E6 ; text-decoration:underline ; }

a.blu:link    { color:#C0DDFF ; text-decoration:none ; }
a.blu:visited { color:#8CC2FF ; text-decoration:none ; }
a.blu:hover   { color:#8CC2FF ; text-decoration:underline ; }
a.blu:active  { color:#C0DDFF ; text-decoration:underline ; }

a.gray:link    { color:#666666 ; }
a.gray:visited { color:#666666 ; }
a.gray:hover   { color:#666666 ; }
a.gray:active  { color:#666666 ; }


body {  font-size: 11px;font-family: Verdana, Arial, Helvetica}
td {  font-size: 11px;font-family: Verdana, Arial, Helvetica}

.lead {  font-size: 11px; line-height: 140%;font-family: Verdana, Arial, Helvetica}
.profile {  font-size: 11px; line-height: 200%;font-family: Verdana, Arial, Helvetica}

.title {  font-size: 12px;font-family: Verdana, Arial, Helvetica}

.mini {  font-size: 10px;font-family: Verdana, Arial, Helvetica}


/* biography backgroundimages */

.bio2004 {
background: #000000 url("biography/img/bg_2004.jpg");
background-repeat: no-repeat;
}

.bio2003 {
background: #000000 url("biography/img/bg_2003.jpg");
background-repeat: no-repeat;
}

.bio2002 {
background: #000000 url("biography/img/bg_2002.jpg");
background-repeat: no-repeat;
}

.bio2001 {
background: #000000 url("biography/img/bg_2001.jpg");
background-repeat: no-repeat;
}

.bio2000 {
background: #000000 url("biography/img/bg_2000.jpg");
background-repeat: no-repeat;
}

p.bio1999 {
background: #000000 url("biography/img/bg_1999.jpg");
background-repeat: no-repeat;
}


