body, li, table {

	font-size: 			12px;
	font-size-adjust:		.58;
	font-family: 			Arial;
	color: 				#000000; 
}

body         { 
               
             
 scrollbar-face-color: #DBE6F9;
 scrollbar-shadow-color: #DBE6F9; 
 scrollbar-highlight-color: #DBE6F9;
 scrollbar-3dlight-color: #c2c2c2;
 scrollbar-darkshadow-color: #c2c2c2; 
 scrollbar-track-color: #ffffff; 
 scrollbar-arrow-color: #000000; 
               

}

a:link, a:visited, a:hover, a:active {
	text-decoration:		none;
}
a:link, a:visited   {
	color: 				#0000ee;
}
a:hover   {
	color: 				#ff0000;
}
a:active   {
	color: 				#0000ee;
}

p, h1, h2 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1, h2 	{
	color: 				#e82828;
}

h1 {
	font-size: 			16px;
}
h2 {
	font-size: 			14px;
}
input, select, textarea {
 
 border-width : 1px;
 border-style : solid;
 border-color : #588CBE;
 background-color: #F5F9FE;
 
}

.bland {
 
 border-width : 0px;
 background-color: transparent;
 
}


.tablefoo    { background-image: url('images/nav/slice_17.gif'); 
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: top left;  
}



@media print {
	.noprint {
		display: none;
	}

	.printchange {
		width: 550px;
	}
}