h1, h2, h3, h4 {
	padding: 4px 0;
	margin: 0;
}

img { border:0; }

p {
	margin-top: 0;
	margin-bottom: 6px;
	color: #222222;
}

p.single {
	margin: 0;
}

p strong, p b {
	color: #343434;
}

a { text-decoration:none; }

/* Headers */

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 { font-size: 24px;line-height:28px;font-weight: 500; }
h2 { font-size: 20px;line-height:26px;font-weight: 500; margin-bottom: 6px; }
h3 { font-size: 14px;line-height:20px;font-weight: }

h1.master { margin-top: 0 }

p, li, td, label, input, select, blockquote {
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #121212;
}

hr.t {
	border: none 0; 
	border-top: 1px solid #FFFDC0;
	border-bottom: 1px solid #ccc;
	height: 0;
	margin: 10px auto 6px 0;
	text-align: left;
}

/* Lists */

ul.simple {
	list-style: none;
}

ul.simple,
ul.simple li {
	margin: 0;
	padding: 0;
}

ul.h {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.h li {
	display: block;
	float: left;
}

/* Links */

/* Colors */

.required {
	color: red;
}

/* Notes - Comments */

span.comment,
p.comment {
	color: #696969;
}
	
/* Images */

img.flr {
	float:right;margin-left:8px;
}

img.fll {
	float:left;margin-right:8px;
}

.info {
	color: #616365;
}

img.right { float:right;margin-left:6px;margin-bottom:3px; }

img.center {
	display: block;
	margin: 12px auto;
}

/* Fix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */