@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;  
}

#left1{
	float:left;
	width:235px;
	margin-right:15px;
}

#left2{
	float:left;
	width:160px;
}

#right1{
	float:left;
	width:180px;
	margin-right:10px;
}

#right2{
	float:left;
	width:125px;
}
#left1 a:hover, #left1 a.selected{
	color:#3f4450;
	
}
#left1 a {
text-decoration:none;
color:#000000;
}
#right1 a:hover, #right1 a.selected{
	color:#3f4450;
	
}
#right1 a {
text-decoration:none;
color:#000000;
}
p{
line-height:16px;
}
#right{
	
	margin-left:0px;
	
}