@charset "utf-8";
/* CSS Document */

body {
	margin=0;
	padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    min-width:440px;  
}

#left a:hover, #left a.selected{
	color:#3f4450;
	
}
#left a {
text-decoration:none;
color:#000000;
}