body, li, table {

	font-size: 			12px;
	font-size-adjust:		.58;
	font-family: 			Arial;
	color: 				#000000; 
}

body         { 
               
             
 scrollbar-face-color: #73F2E5;
 scrollbar-shadow-color: #73F2E5; 
 scrollbar-highlight-color: #73F2E5;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000; 
 scrollbar-track-color: #6DD1C4; 
 scrollbar-arrow-color: #000000; 

margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;

padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;

}

a:link, a:visited, a:hover, a:active {
	text-decoration:		none;
}
a:link, a:visited   {
	color: 				#005b66;
}
a:hover   {
	color: 				#3389a0;
	text-decoration:		underline;
}
a:active   {
	color: 				#005b66;
}

p, h1, h2 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1, h2 	{
	color: 				#0f2a62;
	font-family: 			Times New Roman;
	font-weight:			400;
}

h1 {
	font-size: 			18px;
}
h2 {
	font-size: 			14px;
}


.tablefoo    {

    background-image: url('nav/slice_08.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center 123px;
    width: 750px;
    border: 0px solid black;

}


.tablefoo2    {

    background-image: url('nav/slice_10.jpg');
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center top;
    width: 750px;
    border: 0px solid black;

}

input, select, textarea {
 
 border-width : 1px;
 border-style : solid;
 border-color : #ffffff;
 background-color: #77D7CA;
 
}