body {
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #464646;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color: #569DBD;
	font-size: 130%;
}

h2 {
	font-size: 170%;
	font-weight: normal;
	color: #000;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	color: #000;
}

h4 {
	font-weight: bold;
	font-size: 100%;
	color: #000;
}

a {
	color: #569DBD;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin:	0 12px 0 0;
}

img.right {
	float: right;
	margin:	0 0 0 12px;
}

form, 
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0 0 11px 0;
	padding: 1px 0;
}

.clear		{	clear:			both; 	}
.hide		{	display:		none;	}
.bold		{	font-weight:	bold;	}

/* pullquote hack */
.pullquote-left {
}

.pullquote-right {
}

.highlight {
}

