#content {
	font-family: "CorporateS-Regular";
}

#content p,
#content li,
#content ul,
#content ol,
#content td {
	line-height: 150%;
}

#content p {
	margin: 0;
	color: black;
}

#content em {
	font-style: italic;
}

#content h1 {
	font-family: "CorporateS-Demi";
	font-weight: normal;
	font-size: 180%;
	line-height: 135%;
	color: #e63329;
	margin: 15px 0 10px 0;
	padding: 0;
}

#content h2 {
	font-family: "CorporateS-Demi";
	font-weight: normal;
	font-size: 135%;
	margin: 10px 0 5px 0;
	padding: 0;
}

#content h3 {
	font-family: "AGaramond-Italic";
	font-weight: normal;
	font-size: 150%;
	margin: 10px 0 5px 0;
	padding: 0;
}

#content h5 {
	font-family: "CorporateS-Demi";
	font-weight: normal;
	font-size: 100%;
	background-color: #CCC;
	border: 1px solid white;
	margin: 20px 0 10px 0;
	margin-top: 25px;
	padding: 3px 5px;
}

#content h1:first-child,
#content h2:first-child,
#content h3:first-child,
#content h5:first-child {
	margin-top: 0;
}

#content a {
	text-decoration: underline;
	color: black;
}

#content a.rot {
	color: #e63329;
}

#content span.rot {
	color: #e63329;
}

#content li {
	font-size: inherit;
}

#content ol {
	padding: 0;
	margin: 0;
	margin-left: 26px;
	list-style: lower-alpha;
}

#content ol li {
	padding-left: 0px;
	font-size: inherit;
}

#content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#content ul li {
	padding-left: 11px;
	background-image: url(/_local/images/list.gif);
	background-repeat: no-repeat;
	background-position: 0 13px;
}

#content table td {
	font-family: inherit;
	font-size: inherit;
	vertical-align: top;
}

#content input,
#content select {
	font-family: inherit;
}

#content strong {
	font-family: "CorporateS-Demi";
	font-weight: normal;
}

#content a.formbutton {
	text-decoration: none;
	border: 1px solid #888;
	padding: 3px 1px;
	background-color: white;
}

#content a.formbutton:hover {
	background-color: #fac761;
}

#content a.formbutton span {
	background-image: url("/__/frontend/images/forms/button-bg.gif");
	background-color: white;
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 2px 10px;
}
