@charset "UTF-8";
/* CSS Document */

* {padding:0; margin:0;}


body{
	margin:20px 0 0 20px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

h1{
	font-size:18px;
	color:#2E3192;
	text-decoration:underline;
	font-weight:normal;
}

p{
	line-height:16px;
}

img#you{
	position:relative;
	top:3px;
}

SPAN.green{color:#0DB14B;}

ul{
	list-style:none;
	float:left;
	margin:15px 0 0 30px;
	color:#2E3192;
}

ul#left{margint:15px 0 0 55px;}

ul li{text-decoration:underline;}
