html, body {
	min-height: 100% !important;
	height: 100%;
	border: none;
	background: #ffffff;
}
body {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #858585;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
}
#page_wrapper {
	position: relative;
	min-height: 100%;	
}

a				{	color: #369;		}
a 				{	display: block;		}
img 			{	display: block;		}
a.unbimg img	{	border: 0px;		}
h1 {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	padding: 0;
	margin: 0;	
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	padding: 0px 0px 7px 10px;
	margin: 0;	
}
ul {
	list-style-type: square;
}
li {
	margin-top: 10px;
	margin-bottom: 5px;	
}
p {
	text-indent: 0px;
	line-height: 1.25;	
}
.clear {
	clear: both;
}
.clear_and_indent {
	clear: both;
	height: 15px;
}
strong {
	font-weight: normal;
}
