/**********************************************
Content 
***********************************************/
img {
	border: 0;
}

form {
	margin: 0;
}

h2, h3 {
	display: inline;
	margin: 0;
	padding: 0 4px;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #000;
}
h3 {
	color: #666;
}

h4 {
	margin: 0 0 14px 0;
	font-size: 18px;
	font-weight: normal;
	color: #999;
}

h5 {
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

p, ul {
	font-size: 12px;
	margin: 0 0 14px 0;
	color: #666;
	line-height: 19px;
}

ul {
	margin: -10px 0 14px 0;
	padding: 0 0 0 17px;
}

p.caption {
	font-size: 12px;
	color: #999;
	margin: 4px 0 0 6px;
}

p.light {
	color: #999;
}

p.dark {
	color: #333;
}

a {
	color: #cc3300;
	text-decoration: none;
}

a:hover {
	color: #ff6666;
	text-decoration: none;
}

a.arrow {
	background: transparent url(../images/bg_fwd.gif) no-repeat scroll right;
	padding-right: 8px;
}

div.hrule {
	clear: both;
	height: 45px;
	background: #fff url(../images/bg_hrule.gif) no-repeat;
}

div.hrule_sml {
	height: 1px;
	margin: 8px 0 14px 0;
	background: #fff url(../images/bg_hrule_sml.gif) no-repeat;
}

img.button {
	display: block;
	margin: 7px 0;
	width: 114px;
	height: 28px;
}