/* CSS for the menus - start */
div#links 
{
position: absolute; 
top: 140px; 
left: 0; 
width: 130px; 
height: 700px; 
font: 16px Trebuchet MS, sans-serif; 
z-index: 100;
}

div#links a 
{
display: block; 
text-align: center; 
font: bold 1em sans-serif; 
padding: 5px 10px; 
margin: 0 0 1px; 
border-width: 0;
text-decoration: none; 
color: #fff; 
background: #252525;   
border-right: 5px solid #505050;
}

div#links a:hover 
{
color: #fff; 
background: #f00;
border-right: 5px solid white;
}

div#links a img
{
height: 0; 
width: 0; 
border-width: 0;
}

div#links a:hover img
{
position: absolute;
top: 285px; 
left: 15px; 
height: 100px; 
width: 100px;
}
/* CSS for the menus - end */

.ctr
{
text-align: center;
}

p, td
{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 8pt;
color: white;
background-color: black
}

h2
{
font-family: Trebuchet MS;
font-size: 14pt;
font-weight: bold;
color: red;
background-color: black
}

.Justified
{
text-align: justify;
}

.Width150
{
width:150px;
}

.Heading
{
font-family: Trebuchet MS;
font-size: 14pt;
font-weight: bold;
color: red;
background-color: black
}


.SmallHeading
{
font-family: Trebuchet MS;
font-size: 14pt;
font-weight: bold;
color: red;
background-color: black
}

a:link
{
text-decoration:underline;
color:red;
}

a:visited
{
color:red;
text-decoration:underline
}

a:active
{
text-decoration: none;
color:white
}

a:hover
{
color:white;
background-color:red;
text-decoration:none
}

.border-white
{
border: white 1px solid;
}

.border-none
{
border: black 0px solid;
}

.border1
{
border: 1px solid;
}

HR
{
color:#fff;
}

BODY
{
color: white;
background-color: black;
SCROLLBAR-ARROW-COLOR: white;
SCROLLBAR-TRACK-COLOR: white;
SCROLLBAR-BASE-COLOR: silver;
SCROLLBAR-3DLIGHT-COLOR: silver;
SCROLLBAR-DARKSHADOW-COLOR: gray;
SCROLLBAR-FACE-COLOR: black;
SCROLLBAR-HIGHLIGHT-COLOR: silver;
position: relative;
background: black;
margin: 0;
padding: 0;
}