/* TrekShots external CSS file  */
/* file name trekshots.css  */
/* NO HTML MARKUP ALLOWED  */

body, p, h1, h2, h3, h4 {
font-family: Arial, Verdana, Helvetica, sans-serif;  color:#cccccc; 
}
body, table, td, th {
background:#000000;
}
p {
font-size: 12pt; padding-left: .2in; 
} 
p.bold {
font-size: 12pt; padding-left: .2in; font-weight: bold;
} 
p.one {
font-size: 9pt; text-indent: .4in; 
} 
p2 {
text-align: left; font-size: 8pt;
}
p3 {
text-align: center; font-size: 8pt;
}
p4 {
text-align: right; font-size: 8pt;
}
h1, h2, h3, h4, h5 {
text-align: center;
}
h1 {
font-size: 26pt; 
}
h2 {
font-size: 22pt;
}
h3 {
font-size: 18pt; 
}
h4 {
font-size: 12pt; 
}
h5 {
font-size: 8pt; 
}
/* classes */
p.essay {
text-align: justify;
}
.nounderline { 
text-decoration : none;
}
.emphasis {
font-style: italic; 
}
.bold {
font-weight: bold;
}
.underline {
text-decoration : underline;
}
.boldcenter {
font-weight: bold; text-align: center;
}
.largetitle {
font-size: 12pt; font-weight: bold; text-align: center; color: #cccccc; padding-right: .2in;
}
.reversetitle {
font-size: 13pt; font-weight: bold; color: #cccccc; line-height: 12pt; padding-right: .2in;
}
.smalltitle {
font-size: 9pt; color:#cccccc; padding-right: 0.25in; text-align: justify;
}
.indent {
padding-right: .2in;
}
.textblack {
color: cccccc;
}
.textred {
color: cccccc;
}
.smallgreen {
font-size: 9pt; color:#cccccc;
}
.footer {
font-size: 9pt; color:#cccccc;
}
.keyword {
 font-weight: bold; color: #cccccc; 
}
.hidden {
font-size: 9pt; color: #000000; text-decoration: none;
}
/* pseudo classes */
A:LINK {
color: #cccccc; 
}
A:ACTIVE {
color: #cccccc;
}
A:VISITED {
color: #cccccc; 
} 
A:hover {
color : #9b9b9b; 
} 




