	* {
		border:0 none;
		font-family:inherit;
		font-size:100%;
		font-style:inherit;
		font-weight:inherit;
		margin:0;
		padding:0;	
	}
	body {
		padding:5% 10% 1% 10%;
		background-color:#F4F1EA;
		color:#474534;
		font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size:14px;
		line-height:24px;
	}
	a:focus, a:hover {
		border-bottom: 0 none;
		
	}
	a {
		color:#DA0A0A;
		text-decoration:none;
		border-bottom: 1px dashed #DA0A0A;
	}
	sup {
		color:#DA0A0A;
		margin-left:-5px;
	}
	h1,h2,h3 {
		/*color:#DA0A0A;*/
		font-size:36px;
		font-family:Georgia,"Times New Roman",Times,serif;
		margin: 25px 0px !important;
	}
	h3 {
		font-size:20px;
		font-family:Georgia,"Times New Roman",Times,serif;
		margin: 10px 0px !important;
	}
	.permb {
		width: 30%;
		font-size:150%;
		font-style:normal;
		font-weight:bold;
		color: #FFF;
		background-color:#DA0A0A;
		cursor:pointer;
		margin-left:20px;
		padding: 5px;
		}
	p {
		margin: 15px 0px !important;
	}
	textarea {
		width: 50%;
		border: 2px dashed #E1DDD3;
		padding: 10px;
	}
	input.u {
		width: 30%;
		border: 2px dashed #E1DDD3;
		padding: 5px;
		font-size:150%;
	}
	.move {
		padding-top:20%;
	}
	#menu {
		background: none;
		float: right;
		list-style: none;
	}
	ul#menu li {
		color: #909090;
		float: left;
		position: relative;
		text-transform: uppercase;
	}
	ul#menu li a {
		font-weight: bold;
		margin: 0px 13px 0px 7px;
	}
	.clear {
		clear:both;
	}
