body
{ 
background: #000000;
color: #FFFFFF;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px
}

.bodymainhome
{ 
background-color: #000000;
} 

body.home
{ 
background: #202020;
color: #FFFFFF;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px
}

p
{margin-left: 20px;
margin-right: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
margin-top: 10px;
margin-bottom: 15px
}

.tablecell1
{margin-left: 5px;
margin-top:0px;
margin-right: 5px;
margin-bottom:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

h1
{margin-left: 20px;
margin-right: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
margin-top: 5px;
margin-bottom:5px
}

h2
{margin-left: 20px;
margin-right: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #FFFFFF;
margin-top: 5px;
margin-bottom:5px
}

.bodymain
{ 
background-color: #202020;
border-style: solid;
border-color: #666666;
border-width: 1px;
} 

ul
{
list-style-type: square;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
padding-top: 0px;
margin-top: 5px
}

li
{padding-bottom: 5px;
padding-right:20px;
margin-left: 25px;
}

ol
{
list-style-type: upper-roman;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px
 }

a:link
{color: #FFFFFF
}
a:visited
{color: #FFFFFF
}

a:hover
{text-decoration: none
}

a:active
{
}


.nav
{
font-family: Times,serif;
font-size: 12px;
color: #999999;
margin-top: 0cm;
margin-bottom: .09cm
}

a.nav:link
{
color: #999999;
text-decoration: none;
font-weight: bold
}

a.nav:visited
{color: #999999;
text-decoration: none;
font-weight: bold
}

a.nav:hover
{text-decoration: underline;
color: #FF0000
}

a.nav:active
{
}
a.screen, a.screen:visited {
color:#FFFFFF; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:0px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border: 1px dashed gray;; /* add a border */
left:60; /* position:the image */
top:-60px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}

.floatLeft {
margin-right: 20px;
float: left;
}

.floatLeftnomar {
float: left;
}
