body 		{
	background-color: #FFFFFF;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: xx-large;
	font-weight: bolder;
	font-style: normal;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: oblique;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-weight: bold;
}
.oblique {
	font-style: oblique;
}
.pHantStyle {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}
		
hr 		{
	color: #000000;
	width: 60%;
}
.downONEsize {
	font-size: x-small;
}

.contact 	{display: none}

.hide		{display: none}

.floatcenter {
	text-align: center;
}
.floatleft {
	text-align: left;	
}
.floatright {
	text-align: right;	
}

.pagewidth	{width: 600px}
.smallCAPS {
	font-variant: small-caps;
}
#wrapper {
	text-align: left;
	margin: 10px auto auto;
	padding: 10px;
	width: 90%;
	border: none;
}
@viewport {
  width: device-width ;
  zoom: 1.0 ;
}