html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;	
	}
body {
	background: #becfd2 url(../gui/bg.jpg) no-repeat top center;
	color: #575757;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 13px;
	text-align: center;
	}
a { color: #d94769; text-decoration: none;}
a:hover { text-decoration: underline;}
form {
	padding: 0px;
	margin: 0px;
	}
input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #554c31;
	}
h1 {
	font: 1.8em Arial, Helvetica, sans-serif;
	margin: 0px;
	/*text-transform: uppercase;*/
	font-weight: normal;
	
	/*color: #d94769;*/
	/*border-bottom: 1px solid #00a022;*/
	}
h2 { font: 1.2em Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom: 3px; color: #222222; /*text-transform: uppercase;*/}


h3 { font-weight: bold; margin-bottom: 0; font-size: 1.1em;}

ul { padding: 0px;}
ul li { list-style: none; margin: 0px; margin-bottom: 5px; /*color: #ac7500;*/ padding: 0px 0px 0px 15px; background: url(../gui/arrow_1.gif) no-repeat 0px 4px; line-height: 13px;}