/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 23, 2015, 1:36:56 PM
    Author     : Tom
*/

table
{
    background-color: #C0C0C0;
    font-family: Verdana;
    border-collapse: collapse;  
    border-spacing: 0;  
}
* {  
	
	font-size: 100%;  
	border: none;  
	padding: 0;  
	margin: 0;  
	} 

table#headertable
{
    border-spacing: 0px;
    border: 0px;
    padding: 0px;
    font-size: 100%;
}

td
{
    padding: 0px;   

}

tr#footline
{
    padding: 0px;
    height: 20px;
    background-color: #FF0000;
}
td#spacer
{
    width: 16px;
    background-color:  #FFCC00;
}
td#title
{
    padding-left: 30px;
    width: 668px;
    background-color: #C0C0C0;    
}
p#titletext
{
    font-size: 200%;
    color: #FF0000;   
    font-weight: bold;
}

td#navcol
{
    padding-left: 15px;
    padding-right: 10px;
    height: 10px;
    background-color: #FF0000;
}
tr#navrow
{
    height: 20px;
}

p#navitem
{
    color: #ffffff;
    font-weight: bold;  
    font-size: 80%
}
table#navtable
{
    border-collapse: separate;
   border-spacing: 12px;
}
a:hover
{
    font-style: italic;
    text-decoration: none;
}
a:visited
{
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none;
}
a:link
{
     color: #FFFFFF;
    text-decoration: none;   
}