﻿body 
{
    	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;
	
}
table.body
{
    background-color :#CCCCFF;
    width :800px;
    border-width: 0px;
    border-spacing: 0px;
}

td.menu
{   vertical-align: top;
    width :148px;
}
table.main
{
    width:652px;
    height :1000px;
    border-width: 0px;
    border-spacing: 0px; 
    background-color :White ;
}
table.menulist
{
    width:148px;
    border-width: 0px;
    border-spacing: 0px; 
    background-color :#CCCCFF;
    background-image: url('images/menuback.jpg');
}
td.header
{
    background-image: url('images/headerback.jpg');
    font-family :Veranda;
    font-size:16px ;
    text-align :center    
}
td.frame
{
    background-color :White ;
    height :100%;
    vertical-align: top
}
td.menutop
{
    background-image: url('images/menutop.gif');
    height :27px;
    background-color :#CCCCFF;
    text-align :center ;
    color :#FFFFFF;
    font-weight :bold ;
}
td.frametitle
{
    font-size :24px;
    color:#CE954D ;
    font-family :Arial;
    font-weight:bold;
 }
td.main
{
    font-size :normal;
   font-family:Arial ;
   text-align:justify;
}
a 
{
    font-family: Arial;
	font-size: 12px;
	color: #00CCFF;
}
a:link 
{
    text-decoration: none;
	color: #0000FF;
}

a:visited 
{
	text-decoration: none;
	color: #0000FF;
}

a:hover 
{
    text-decoration: none;
	color: #CCCCFF;
}

a:active 
{
	text-decoration: none;
	color: #0033FF;
}
