﻿*{
	margin:0px;
	padding:0px;
}
.white{
	background-color:#ffffff;
}
body 
    {
	background-color: #E2E2E2;
	 font-family: calibri;
	}
.center{
		text-align: left;
	}
img{
    border:0px;
    /*align:absbottom;*/ 
     }
table#Table_01{
	padding:0px;
	margin:0px;
	width:1024px;
}

table#Table_01 tr,table#Table_01 td{
	margin:0px;
	padding:0px;
}

.dblue
    {
	 background-color: #4fa4d5 ;
	}
	
.lblue
    {
	 background-color: #c2e9ff ;
	}

.fixwid1
    {
	  width: 82px;
	}
.fixwid2
    {
	  width: 193px;
	}
.fixwid3
    {
	  width: 699px;
	  height:100%;
	}
.fixwid4
    {
	  width: 50px;
	}
	
.fixhi1
    {
	  height: 62px;
	}

.fixhi2
    {
	 height: 191px;	}
	
.fixhi3
    {
	 height: 29px;
	}

ul.menu 
    {
	     font-size: 16px;
		 margin:0px;
		 list-style-type: none;
	}

ul.menu li
    {
    	margin: 14px 0px 12px 10px;
		width:90%;
    }

ul.menu li a
    {
	    text-decoration: none;
	    color:#ffffff;
	    font-weight: bold;
	    display: block;
	    padding-bottom: 3px;
	    border-bottom: 2px solid #4FA4D5;
    }
      
ul.menu li a:hover
   {    
	   text-decoration: none;
	   color:#2e336f;
	   border-bottom: 2px solid #2e336f;

   }   
.header{
	height:62px;
	width:699px;
	padding:0px;
}
.header img.test{
	margin:0px;
	padding:0px;
} 
.content
    {
	margin-top: 50px;
	margin-left: 10px ;
	margin-right:10px;
	font-size: 16px;
	line-height:20px;
    color:#2e336f;


	}

.footer
    {
	 background-color: #c2e9ff ;
	}
	
.copyright
{
	position:relative;
	text-align:center;
	font-size:small;
}
.base{
		vertical-align:top;
}
dd:before{
	content : "- ";
}
dd{
	padding-left:15px;
}