@charset "utf-8";
.cms_content {
	font-size: 100%;
}

.cms_content_small {
	font-size: 93%;
}

.cms_content_xsmall {
	font-size: 85%;
}

.cms_content_xxsmall {
	font-size: 77%;
}

.cms_content_normal {
	letter-spacing: normal;
}

.cms_content_tight {
	letter-spacing: -1px;
}

	.cms_content strong, 
	.cms_content b {
		font-weight: bold;
	}
	
	.cms_content em, 
	.cms_content i {
		font-style: italic;
		font-weight: inherit;
	}
	
	.cms_content u {
		text-decoration: underline;
	}
	
	.cms_content p {
		padding-bottom: 10px;
	}

	.cms_content a:link, 
	.cms_content a:active, 
	.cms_content a:visited { 
		text-decoration: underline;
		color: #484848;
	}

	.cms_content a:hover { 
		text-decoration: none;
		color: #484848;
	}

	.cms_content ol {
		padding-left: 35px;
		text-align: left;
		margin-bottom: 10px;
		clear: both;
	}

		.cms_content ol li {
			list-style: decimal;
			list-style-type: decimal;
		}

	.cms_content ul {
		padding-left: 35px;
		text-align: left;
		margin-bottom: 10px;
		clear: both;
	}

		.cms_content ul li {
			list-style: disc;
			list-style-type: disc;
		}
	
	.cms_content h1 {
		font-size: 131%;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.cms_content h2 {
		font-size: 123.1%;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.cms_content h3 {
		font-size: 116%;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.cms_content h4 {
		font-size: 108%;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.cms_content h5 {
		font-size: 100%;
		font-weight: bold;
		padding-bottom: 10px;
	}

	.cms_content h6 {
		font-size: 93%;
		font-weight: bold;
		padding-bottom: 10px;
	}

