/* universal settings */

html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0px none; 
background:#000 ; 
font-family: tahoma, helvetica, verdana, arial, sans-serif; 
font-size: 12px; color: #000000;
}

body {height:100%; max-height:100%; width:100%; font-family: helvetica, tahoma, verdana, arial, sans-serif; font-size: 12px; color: #ffffff;}

/* type fonts */

/* Body Copy */     p  { font-size: 100%; line-height: 1.5em; letter-spacing: 0.05em; text-align: left; color: #000000; }
/* Headline 1 */    h1 { font-size: 27px; font-style: normal; font-weight: bold; letter-spacing: -0.05em; text-decoration: none; color: #000000; }
/* Headline 2 */    h2 { font-size: 130%; font-style: italic; letter-spacing: -0.05em; font-weight: bold color: #000000; }
/* Headline 3 */    h3 { font-size: 112%; font-style: italic; letter-spacing: -0.05em; font-weight: normal color: #000000; }
/* TAG Signature */ h4 { font-size: 60%; font-weight: normal; letter-spacing: 2pt; color: #000000; }
/* copyright */     h5 { font-size: 45%; font-style: italic; font-weight: normal; letter-spacing: 2pt; color: #000000; }
/* captions */      h6 { font-size: 75%; font-style: italic; font-weight: normal; letter-spacing: 0pt; color: #000000; }
/* nav links */     h7 { font-size: 70%; font-style: normal; font-weight: bold; letter-spacing: 2pt; }

/* links */

/* unvisited link */  A:link {text-decoration: none; font-style: bold; color: #16a6a6; }
/* visited link */    A:visited {text-decoration: none; font-style: bold; color: #3bb377; }
/* mouse over link */ A:hover {text-decoration: underline overline; font-style: bold; color: #99cc00; }
/* selected link */   A:active {text-decoration: none; font-style: bold; color: #99cc00; }


/* slide show controls */

.Caption {
font-family: Arial;
font-weight: normal;
font-style: italic;
font-size:  10pt;
color:      #000000; }

A.Controls:link    { color:#666666;
                     text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:visited { color:#666666; text-decoration:none; 
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:active  { color:#666666; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:hover   { color:#00FF00; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }