/*
*************************************************************************************
 GENERAL DECLARATIONS
*************************************************************************************
*/
*,html, body {
	margin: 0pt;
	padding: 0pt;
}

body {
	background: #fff;
	font-family: Trebuchet MS, sans-serif;
	font-size: 75%;
	}

div {
	background: #758181;	
	border: 1px solid #404848;
	margin: 20px 0  0 20px;
	padding: 0;
	width: 350px;
	}

h1 {
	background: #fff url(../images/logo350x70.png) 0 95% no-repeat;
	height: 100px;
	text-indent: -19999px;
	text-align: left;
	width: 350px;
	}

h2 {
	color: #fff;
	font-size: 140%;
	text-align: left;
	padding: 20px 0 20px 4px;
	}
	
p {
	color: #95bb2d;
	margin: 10px 0 0 370px;
	}

a {
	color: #fff;
	}
	
a:hover {
	color: #404848;
	}
