/* General CSS */

body {
	margin-left: 0px;
	margin-top: 0px;
	font-color: 333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}
	
h1 {

	font-family: Verdana , Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.2;

}


h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #555;
	line-height:1.5;
}


li, p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #555;
	line-height:1.5;
	}
	
table  {
	border-top:dashed;
	border-bottom: dashed;
	border-left: dashed;
	border-right: dashed;
	border-color: #ece9d8
	}
	
a:link {color: #992244; text-decoration: none }
a:visited {color: #667788; text-decoration: none }
a:active {color: #660033; text-decoration: none }
a:hover { background: #D7162C; color: #FFF; }


