
body 	{
	font-family: Verdana;
	background-color: #ffffff;
	font-size: 12pt;
	text-align: center;
	}

div.everything {
	position:relative;
	top: 10px;
	background-color: #ff7e47;
	border-style: ridge;
	width: 800px;
	padding: 14px 14px 14px 14px;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	}
	
div.title {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #000000;
	width:370px;
	z-index:2;
	}

div.text_line {
	clear:both;
	vertical-align:middle;
	display:block;
	padding:10px 0px;
	}

div.footer {
	position:relative;
	left:0px;
	bottom:0px;
	text-align:center;
	font-size: 10pt;
	}

div.menu_block_2 {
	position:absolute;
	left:10px;
	top:224px;
	z-index:2;	
	text-align: left;
	}

div.menu_block_1 {
	position:absolute;
	right:10px;
	top:224px;
	z-index:2;	
	text-align: left;
	}

div.button {
	position:relative;
	left:0px;
	top:0px;
	height:42px;
	width:170px;
	padding:0px;
	margin:0px;
	}	

div.button img	{
	position:absolute;	
	left:0px;
	top:0px;
	height:42px;
	width:170px;
	border:0px;
	z-index:1;
	padding:0px;
	margin:0px;
	}
div.button p {
	position:relative;	
	line-height:14pt;
	margin:0px;
	padding:0px; 
	left:23px;
	top:10px;
	font-size:10pt;
	text-align:center;
	background-color:#ffffff;
	z-index:2;
	width:134px;
	border: 1px solid #000000;
	}

div.button a {
	color: #000000;
	font-size:10pt;
	display:block;
	width:134px;
	font-weight:normal;
	text-decoration: none;
	}

div.button a:hover {
	color: #ffffff;
	background-color: #000000;
	font-weight:normal;
	text-decoration: none;
	}

div.button a:visited {
	font-weight:normal;
	text-decoration: none;
	}

img {
	border: 2px solid #000000;
	}

.center {
	border: 0px solid #000000;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	display:block;
	text-align:center;
	}
