html { width:100%; position:relative; top:0px; left:0px; }
body { width:100%; position:relative: top:0px; left:0px; 
       font-family: verdana,arial,helvetica,sans-serif; font-size: 12px;  }

a { text-decoration: none; }
a:link { color:#000099; }
a:visited { color:#000066; }
a:hover { text-decoration:underline; color:#ff0000; }
a:active  { color:#000099; }
a.reg { text-decoration: underline; }

a.plainlink { font-family: arial,helvetica,sans-serif; font-size: 10px; text-decoration: none; }

.stdtext { font-family: verdana,arial,helvetica,sans-serif; text-indent: 2em; font-size: 12px; text-align:justify; }
.smalltitle { font-size: 12px;  font-family: verdana,arial,helvetica,sans-serif; }
.smalltext { font-size: 10px; font-family: verdana,arial,helvetica,sans-serif; }
.biggertext { text-indent: 2em; font-size: 16px; font-family: verdana,arial,helvetica,sans-serif; }

/* logo title styles */
.ipTitle { font-family: impact,arial,helvetica,sans-serif; font-size:31px; color:white; margin:1px; }
.headlineBox { background-color:#000; }

#mainContent { width:780px; margin:1px auto; }

.dirEntry { width:280px; margin:4px; }

.item { font-family: arial,helvetica,sans-serif; color: blue; text-decoration: none; font-size: 10pt; }
.highlight { font-family: arial,helvetica,sans-serif; font-size: 10pt; color: red; text-decoration: none; }
p.itemdes { text-indent: 2em; font-size:14px; font-family: arial,helvetica,sans-serif; }
.itemtitle { text-indent: 2em; font-size: 18px; font-family: times new roman,times,serif; }
b.item { color: blue; font-weight: bold; font-size: 16px; font-family: arial,helvetica,sans-serif; }
a.item { color: blue; text-decoration: none; font-weight: bold; font-size: 14px; font-family: arial,helvetica,sans-serif; }

.dropcapparagraph  { font-family: verdana,arial,helvetica,sans-serif; text-indent: 2em; font-size: 12px; line-height: 12px; }
.dropcapparagraph:first-letter { font-size:300%; font-weight:bold; float:top; fscolor:black; letter-spacing: -2px; }
.dropcapparagraph:first-line { line-height: inherit; }
a.menu { font-family: arial,helvetica,sans-serif; font-weight: bold; font-size: 12px; color: blue; text-decoration: none; }
a.menu2 { font-family: Trebuchet MS,arial,helvetica,sans-serif; font-weight: bold; font-size: 12px; color: blue; text-decoration: none; }
a.menu:visited: { color: blue; }
a.menu:hover { background-color:yellow; color:black; text-decoration:underline; }
b.pageTitle { font-family: impact,arial,helvetica,sans-serif; font-size: 32px; color: white; }
.pageTitle { color: black; font-size: 48px; font-family: times new roman,times,serif; }
.tName { font-family: arial,helvetica,sans-serif; font-size:18px; color:black; }

/* in CSS3 it will be opacity:<alphavalue from .0 to 1.0>; */
.opacity100 { filter:alpha(opacity=100); opacity:1.0; }
.opacity90 { filter:alpha(opacity=90); opacity:0.9; }
.opacity80 { filter:alpha(opacity=80); opacity:0.8; }
.opacity70 { filter:alpha(opacity=70); opacity:0.7; }
.opacity60 { filter:alpha(opacity=60); opacity:0.6; }
.opacity50 { filter:alpha(opacity=50); opacity:0.5; }
.opacity40 { filter:alpha(opacity=40); opacity:0.4; }
.opacity30 { filter:alpha(opacity=30); opacity:0.3; }
.opacity20 { filter:alpha(opacity=20); opacity:0.2; }
.opacity10 { filter:alpha(opacity=10); opacity:0.1; }
.opacity0  { filter:alpha(opacity=0);  opacity:0.0; }


