* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	font-size: 100%;
}

p {
	margin: 0 0 1.3em 0;
}

img {
	border: 0;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	color: #7b7777;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 .7em 0;
	line-height: 1.3em
}

h1 {
	margin-bottom: 0.5em;
	font-size: 110%
}

h2 {
	font-size: 110%;
	color: #104d64;
}

h3 {
	font-size: 120%;
	text-transform: uppercase;
	color: #00aeef;
}

h4 {
	font-size: 110%
}

h5 {
	font-size: 110%
}

h6 {
	font-size: 110%
}

.ptitle{
	display: block;
	margin: 5px 0;
}
p.small{
	font-size: 7pt;
	line-height: 9pt;
}


/* Tables */

td, th {
}

/* Lists */

ul {
	padding-left: 15px;
}
