body	{
	
	background: #C4D2DE; 
	margin: 0;
	padding: 0;
	border: 0;
	text-align:center;
	
	}
.inline
{
	margin: 6px 6px 6px 0px;
	float: left;}
	
.inline2
{
	margin: 6px 6px 6px 0px;
	float: right;}
				
#wrapper	{
	background: #C4D2DE;
	color: #003333;
	margin: 0px auto;
	padding: 0;
	width: 600px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	}
			
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: medium;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	color: #4F6476;
	}

h2	{
    font: small "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;      
	background: #fff; 
	}
	
h3	{
    font: small "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;   
	color: #4F6476;  	 
	background: #fff;
	}


		
h4	{   
	font: small "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;     
	margin: 0px 0px 0px 10px ;
	padding: 0px;
	background: #fff; 
	}


h5	{
    font: small "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;      
	margin: 0px ;
	padding: 0px;
	background: #fff; 
	}
	
p	{
	line-height: 190%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 1em;
	font: 80% verdana, arial, helvetica, lucida, sans-serif;
	}
		
a:link, a:visited {
	text-decoration : none;
	color: #002048;
	background: transparent; 
	font: 80%"Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	}
	
a:hover, a:active { 
	text-decoration : underline;
	color: #2D5787;
	background: transparent; 
	}
	
