/*****************************/
/*** Core html setup stuff ***/
/*****************************/

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #0b0c0a;
}

a {
	text-decoration: none;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/* headers */
h1 {
	margin: 0;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	margin: 5px;
	padding-bottom: 5px;
	text-align: left;
}

h2, .contentheading{
	padding: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	vertical-align: bottom;

	margin-top:10px;
}

h3, .componentheading {
	margin: 0;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding-left: 0px;
	margin-bottom: 5px;
	text-align: left;
}

img.leftimg {
	position: relative;
	left: -10px;
	float: left;
}

img.rightimg {
	position: relative;
	float: right;
	right: -10px;
}