/* CSS Document */

/* body & fonts */

.body {background-color:#FF5CD1;}
.body2 {background-color:#FFFFFF;}
.credit {font-family:Arial,Helvetica,sans-serif; font-size:13px; color:#000000;}

/* tables */

.table1 {width:600px; height:100%; margin-left:auto; margin-right:auto;}
.table2 {width:85%; height:100%; margin-left:auto; margin-right:auto;}

/* tds */

.td1 {background-color:#FF5CD1; width:600px; height:100%; text-align:center; vertical-align:top; font-family:Arial,Helvetica,sans-serif; font-size:22px; font-weight:bold; color:#000000;}
.td2 {background-color:#FF5CD1; width:600px; height:100%; text-align:center; vertical-align:top; font-family:Arial,Helvetica,sans-serif; font-size:13px; font-weight:bold; color:#000000;}
.td3 {background-color:#FF5CD1; width:600px; height:100%; text-align:center; vertical-align:top; font-family:Arial,Helvetica,sans-serif; font-size:16px; color:#000000;}
.tdbottom {background-color:#FF5CD1; width:600px; height:100px; text-align:center; vertical-align:bottom; font-family:Times New Roman,Times,serif; font-size:14px; color:#FFFFFF;}
.tdthreetop {background-color:#FFFFFF; width:85%; height:50px; text-align:center; vertical-align:top;}
.tdthreemid {background-color:#FFFFFF; width:85%; height:160px; text-align:center; vertical-align:top;}
.tdthreemid2 {background-color:#FFFFFF; width:85%; height:100%; text-align:left; vertical-align:top; font-family:Arial,Helvetica,sans-serif; font-size:16px; color:#000000;}
.tdbottom2 {background-color:#FFFFFF; width:85%; height:100px; text-align:center; vertical-align:bottom; font-family:Times New Roman,Times,serif; font-size:14px; color:#FFFFFF;}


/* links */

a:link {text-decoration:none; color:#000000}
a:visited {text-decoration:none; color:#000000}
a:hover {text-decoration:underline; color:#B64545}

