body    {
        background-color: #FFFFFF;
        }        

td      {
        font-family: Verdana, Arial, Sans Serif;
        font-size: 8pt;
        }

b,strong        {
        color: #121B27;
        }

code    { 
        background-color: #BABEC6; 
        margin: 5px 0px 5px 0px; 
        padding: 5px; 
        border: black 1px dotted;
        width: 100%;
        }
                
a:link {color: #121B27; text-decoration: underline}
a:hover {color: #121B27; text-decoration: underline}
a:visited {color: #121B27; text-decoration: underline}
a:active {color: #121B27; text-decoration: underline}

a.menu2:link, a.menu2:visited, a.menu2:active {color: yellow; text-decoration: none; font-weight: bold}
a.menu2:hover {color: yellow; text-decoration: underline; font-weight: bold}

a.code:link {color: #000063; text-decoration: underline; font-weight: bold}
a.code:hover {color: #000063; text-decoration: underline; font-weight: bold}
a.code:visited {color: #000063; text-decoration: underline; font-weight: bold}
a.code:active {color: #000063; text-decoration: underline; font-weight: bold}

input,textarea  {
        text-decoration: none;
        background-color: #EEE7CE;
        font-family: Verdana, Arial;
        font-size: 8pt;
        font-weight: normal;
        border: 1 solid #33373F;
        }
        
input.radio {
        background-color: #FFFFFF;
        border-width: 0px;
        }
        
select  {
        background-color: #EEE7CE;
        font-family: verdana, arial;
        font-size: 8pt;
        color: #000000;
        }

td.menu, a.menu, a.menu:visited {
		font-weight: bold;
		color: #881C29;
		text-decoration: none;
		}
		
a.menu:hover {
		color: #F3C70B
		}
		
td.main {
        background-color: #FFFFFF;
        }
        
td.boxes        {
        background-color: #FFFFFF;
                }

form,div    {
        margin: 0px;
        }