﻿/* Style Sheet */
body
{ 
font-family:Verdana;
font-size:11px;
color:#000000;
background-color:#003399;
margin:10px;
 }

#title
{ 
height:130px;
padding:10px;
background-image:url('bg.gif');
 }
 
#menu
{ 
width:133px;
background-image:url('bg.gif');
float:left;
 }

#content
{ 
border:1px solid #FFFFFF;
background-color:#FFFFFF;
width:605px;
float:right;
padding:0px 10px;
margin-bottom:10px;
 }

#ticker
{ 
font-size:12px;
font-color:#000000;
 } 

a
{ 
font-color:#003399;
text-decoration:underline;
 }
 
 a:link, a:visited, a:active, a:hover
 { 
 color:#003399;
 font-weight:bold;
 text-decoration: underline;
  }
a:active, a:hover
{ 
color:#990000;
 }  
 
h1
{
font-weight:bold;
font-size:16px;
color:#990000;
  }
  
h2
{ 
font-size:14px;
color:#336600;
font-weight:bold;
 }
 
h3
{ 
font-size:12px;
color:#000000;
 }
 
h4
{ 
font-size:10px;
color:#000000;
font-weight:bold;
 }
 
th
{ 
font-size:12px;
color:#000000;
font-weight:bold;
 }
 
#border1
{ 
border-style:solid;
border-width:1px;
border-color:#003399;
padding:5px;
 }
 
#border2
{ 
border-style:double;
border-width:3px;
border-color:#990000;
padding:5px;
text-align:center;
font-size:12px;
font-weight:bold;
 }
 
td.main
{ 
font-size:12px;
 }
 
#varchor
{ 
font-size:16px;
color:#996666;
text-align:center;
font-weight:bold;
 }
