body{
	background: url(../images/pageBg.jpg) repeat-y top center #d5cfbb;
	width: 100%;
}
p,li,button,select{
	font-size: .88em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
a{
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
li h1, li h2, li h3, li h4, li h5, li h6{
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size: 1.53em;
	line-height: 20px;
	font-weight: bold;
}
h2{
	font-size: 1.38em;
	line-height: 16px;
}
h3{
	font-size: 1.08em;
	line-height: 16px;
	font-weight: bold;
}
h4{
	font-weight: bold;
}
h5 {
	
}
h6 {
	font-size:138.5%;
	/*font-size: 100%;*/
	font-weight:bold;
	line-height:16px;
}
.heavy{
	color: #666666;
	font-weight: bold;
}
strong{ 
	font-weight: bold;
}
.noShow{
	display: none;
}
.show{
	display: block;
}
.clear{
	clear: both;
}	
