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


/* <----- page properties ------> */

/* The background*/
body { background-color:#000000;}


/* no borders*/
img { text-decoration:none; border:none; }


/* <----- links ------> */

/* NO TEXT DECORATION EVER!*/
a {text-decoration:none;}

/* links for small type on black*/
a.mail:link {color:#FFFFFF;}
a.mail:visited {color:#FFFFFF;}
a.mail:hover {color:#8c8e91;}


/* links for type on white*/
a.mail2:link {color:#000000;}
a.mail2:visited {color:#000000;}
a.mail2:hover {color:#8c8e91;}


/* <----- tables ------> */

/*table definig properties*/
table.big {
width:937px;
}

table.small {
width:148px;
}


/* <----- forms ----->*/

form.here {
padding-left:0px; padding-right:0px;
margin-left:0px; margin-right:0px;
background-color:#FFFFFF;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
width:50px;
height:14px;
border:none;
}


/* <----- type/text ------> */

/*capital type*/
.ct {
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#000000;
letter-spacing: 4px;
font-size:16px;
font-style:italic;
text-align:center;
}


/* sub headers type*/
.sht {
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#000000;
letter-spacing: 2px;
font-size:12px;
font-weight:bold;
text-align:left;
}

/* sub headers type centered*/
.sht_c {
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#000000;
letter-spacing: 2px;
font-size:12px;
font-weight:bold;
text-align:center;
}


/*main typeface and all that jazz for text
ALSO: justified*/
.mtj {
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#000000;
letter-spacing: 2px;
font-size:11px;
font-style:normal;
text-align:justify;
line-height:16px;
}


/*mtj v2: text aligned left*/
.mtj_v2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#000000;
letter-spacing: 2px;
font-size:11px;
font-style:normal;
text-align: left;
line-height:16px;
}

/*mtj v3: text aligned none*/
.mtj_v3 {
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#000000;
letter-spacing: 2px;
font-size:11px;
font-style:normal;
line-height:16px;
}

/* the info for the bottom of the page*/
.foot {
font-family:Arial, Verdana, Helvetica, sans-serif;
color:#FFFFFF;
letter-spacing: 2px;
font-size:10px; 
text-align:center; }




/*end file*/