	html{
		font-size: 100.01%;
		height: 100%;
	}

	body {
		height: 100%;
		padding: 0px;	
		margin: 0px; 
		font-family: Tahoma, Arial, Verdana, Serif;
		font-size: 10pt;
		background: url(/images/texture.gif) #ffffff;
		line-height: 1.5;
		text-align: center;
	}

	a img { border: none;}
	form { margin: 0px; }
	a {
		color: #2b67e2;
		text-decoration: underline;
	}
	a:hover{
		text-decoration: none;
	}
	a:focus { outline: none; }
	p{
		padding: 0px;
		margin: 5px 0px 5px 40px;
	}
	h1, h1 a {
		margin: 0px 0px 10px 10px;
		color: #ffffff;
		font-size: 18pt;
		font-family: Georgia;
		font-weight: bold;
	}
	h2, h2 a {
		margin: 10px 0px 5px 10px;
		color: #3c4a67;
		font-size: 16pt;
		font-family: Georgia;
		font-weight: normal;
	}
	h3, h3 a {
		margin: 10px 0px 5px 10px;
		color: #3c4a67;
		font-size: 12pt;
		font-weight: bold;
	}
	h1 a, h2 a, h3 a {
		text-decoration: none;
	}
	h1 a:hover, h2 a:hover, h3 a:hover {
		text-decoration: underline;
	}
	.wraper{
		background: #f7f7f7;
		width: 700px;
		margin: 10px auto;
		min-height: 90%;
		text-align: left;
		border: solid 1px #666666;
	}
	.footer{
		width: 700px;
		margin: -40px auto 0px auto;
		text-align: left;
		height: 40px;
		background: #666666;
		font-weight: bold;
		color: white;
	}
	.marginer{
		height: 40px;
		clear: both;
		
	}
	.footer .copy{
		line-height: 40px;
		padding-left: 20px;
	}
	.content{
		padding: 10px 10px;
	}
	.head{
		height: 40px;
		line-height: 40px;
		background: #666666;
		padding: 0 20px;
	}
	.head h1 {
		color: #f1f9ff;
	}
	.button{
		text-decoration: none;
		display:  table;
		padding: 3px 10px;
		background: #666666;
		color: white;
		font-size: 14pt;
		font-weight: bold;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.top-menu a{
		line-height: 25px;
		display: block;
		float: left;
		padding: 0px 10px;
		background: #e1e1e1;
		margin: 0px 3px 0px 0px;
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
	
	.top-menu a:hover, .top-menu a.sel{
		background: #666666;
		color: #f1f9ff;
	}
	.top-menu{
		height: 50px;
		
	}