@charset "UTF-8";
/* CSS Document */

body {
  font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

/** menu **/
a.white:link  { font: 14pt; color: #fcf8e5; text-decoration: none;}
a.white:visited { font: 14pt; color: #fcf8e5; text-decoration: none; }
a.white:active { font: 14pt; color: #fcf8e5; text-decoration: none; }
a.white:hover { font: 14pt; color: #fcf8e5; text-decoration: underline; }



/** text **/

.style2 {font-size: 24px; font-weight: bold;}
.style4 {color: #6699CC}
.style5 { font-family: Baskerville, "Times New Roman"; }
.stylefooter { font-size: small; font-family: Baskerville, "Times New Roman"; }
a:link {color: #336699; font-weight: bold; text-decoration: none; }
a:visited {color: #336699; font-weight: bold; text-decoration: none; }
a:hover {color: #333333; font-weight: bold; text-decoration: underline; }
a:active {color: #333333; font-weight: bold; text-decoration: none; }


/** header and footer **/

DIV.header
 {padding: 0px 30px 0px 30px;}

DIV.footer
 {padding: 0px 30px 0px 30px;}
 

/** body **/

DIV.bodywrapper { padding-left:30px; padding-top:30px; padding-bottom:0px; padding-right:30px; background-image: url(images/bridgebg.gif); background-repeat: no-repeat; }


