/* 

Cascading Style Sheet for SELimageworks.com 

*/




html, body {
   font-family:courier,sans-serif; 
   color:#ffffff;
   background:#000000;
}

a img {
   border:none;
}

a:link {
   color:#000000;
   background:transparent;
   text-decoration:none;
}   

a:visited {
   color:#000000;
   background:transparent;
   text-decoration:none;
}

a:hover {
   color:#ffffff;
   background:transparent;
   text-decoration:underline;
}

a:active {
   color:#ffffff;
   background:transparent;
   text-decoration:underline;
}

a.indexlinks:link {
   color:#ffffff;
   background:transparent;
   text-decoration:none;
}   

a.indexlinks:visited {
   color:#ffffff;
   background:transparent;
   text-decoration:none;
}

a.indexlinks:hover {
   color:#ffffff;
   background:transparent;
   text-decoration:underline;
}

a.indexlinks:active {
   color:#ffffff;
   background:transparent;
   text-decoration:underline;
} 

.bodytext {
   font-family:courier;
   font-size:14px;
}

.bodytextac {
   font-family:courier;
   font-size:14px;
   text-align:center;
}

.bodytextaj {
   font-family:courier;
   font-size:14px;
   text-align:justify;
}

.bodytextal {
   font-family:courier;
   font-size:14px;
   text-align:left;
}

.bodytextar {
   font-family:courier;
   font-size:14px;
   text-align:right;
}

.bodytextcr {
   font-family:courier;
   font-size:14px;
   color:#ff0000;
}

.bodytextul {
   font-family:courier;
   font-size:16px;
   text-decoration:underline;
   text-align:center;
}

.bodytimes {
   font-family:"times new roman";
   font-size:18px;
}

.bodytimesnotice {
   font-family:"times new roman";
   font-size:18px;
   color:#528b8b;
}

.footerac {
   font-family:arial;
   font-size:10px;
   text-align:center;
}

.prooftext {
   font-family:courier;
   font-size:16px;
   color:#6B9594;
}

.navbartext {
   font-family:courier;
   font-size:16px;
}

.nounderline {
   text-decoration:none;
}

.quotetextac {
   font-family:courier;
   font-size:11px;
   text-align:center;
   font-style:italic
}

.quotetextniac {
   font-family:courier;
   font-size:11px;
   text-align:center;
}




/*

Table Centering Section

*/



table.center {
   margin-left:auto;
   margin-right:auto;
   text-align:center;
}

div.center {
   text-align:center;
}