@import url(./ACAP_advance.css);
@import url(./ACAP_fontsize.css);
@import url(./ACAP_variants.css);
@import url(./ACAP_filters.css);
@import url(./ACAP_cmsfix.css);

body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	background:#CCC;
	color:#484270;
	text-align: left;
}
#page-wrapper {
	background-color:#FFF;
}
h1 {
	color: #FFCD62;
	padding-bottom:5px;
	font-weight:normal;
	line-height:110%;
}
h2 {
	padding:5px 0;
	font-weight:bold;
	line-height:110%;
}
h3 {
	background-color:#FFCD62;
	padding:3px 15px;
	color:#453f6f;
	font-weight:bold;
}
h4 {
	font-weight: bold;
	color:#FFCD62;
	padding:10px 0 5px;
}
p {
	padding-bottom:7px;
	line-height:130%;
}
ol,
ul {
	padding-left:15px;
	margin-bottom:1em;
}
li {
	margin-bottom:0.1em;
}
a:link,
a:visited,
a:active {
	color:#2B72DB;
	text-decoration:none;
}
a:hover {
	color: #FFCD62;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
fieldset {
	border:none;
	margin:1.3em 0;
}