﻿

	.CMSPage,
	.CMSPage:focus,
	.CMSPage div,
	.CMSPage p,
	.CMSPage ul,
	.CMSPage ol,
	.CMSPage table,
	.CMSPage dl,
	.CMSPage blockquote,
	.CMSPage pre,
	.CMSPage h1,
	.CMSPage h2,
	.CMSPage h3,
	.CMSPage h4,
	.CMSPage h5 {
		font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
		color: #484848;
	}

	.CMSPage code,
	.CMSPage pre {
		font-family: Menlo, Monaco, monospace, sans-serif;
	}

	.CMSPage,
	.CMSPage:focus,
	.CMSPage div,
	.CMSPage p,
	.CMSPage ul,
	.CMSPage ol,
	.CMSPage table,
	.CMSPage dl,
	.CMSPage blockquote,
	.CMSPage pre {
		font-size: 15px;
		line-height: 1.45em;
	}

	.CMSPage, .CMSPage:focus {
		position: relative;
		outline: none;
		box-shadow: none;
		padding: 15px;
		margin: 0;
		/*overflow: hidden;*/
		white-space: normal;
	}
	.CMSPage a {
		color: #15c;
		text-decoration: underline;
	}

	.CMSPage object,
	.CMSPage embed,
	.CMSPage video,
	.CMSPage img {
		width: auto;
		max-width: 100%;
	}
	.CMSPage video,
	.CMSPage img {
		height: auto;
	}

	.CMSPage div,
	.CMSPage p,
	.CMSPage ul,
	.CMSPage ol,
	.CMSPage table,
	.CMSPage dl,
	.CMSPage blockquote,
	.CMSPage pre {
		box-shadow: none;
		margin: 0;
		margin-bottom: 15px;
		border: none;
	}
	.CMSPage iframe,
	.CMSPage object,
	.CMSPage hr {
		margin-bottom: 15px;
	}
	.CMSPage blockquote {
		margin-left: 3em;
		font-style: italic;
		color: #777;
	}
	.CMSPage ul,
	.CMSPage ol {
		padding-left: 2em;
	}
	.CMSPage ul ul,
	.CMSPage ol ol,
	.CMSPage ul ol,
	.CMSPage ol ul {
		border: none;
		margin: 2px;
		padding: 0;
		padding-left: 2em;
	}
	.CMSPage dl dt { font-weight: bold; }
	.CMSPage dd { margin-left: 1em;}

	.CMSPage table {
		border-collapse: collapse;
		font-size: 1em;
	}
	.CMSPage table td {
		border: 0px solid #ddd;
		padding: 5px;
		vertical-align: top;
	}
	.CMSPage table thead td {
		border-bottom: 2px solid #000;
		font-weight: bold;
	}
	.CMSPage code {
		background-color: #d8d7d7;
	}
	.CMSPage pre {
		font-size: 90%;
		background: #f8f8f8;
		border: 1px solid #ddd;
		border-radius: 3px;
		padding: 1em;
		white-space: pre;
		overflow: auto;
	}
	.CMSPage hr {
	  display: block;
	  height: 1px;
	  border: 0;
	  border-top: 1px solid #ccc;
	}

	.CMSPage h1,
	.CMSPage h2,
	.CMSPage h3,
	.CMSPage h4,
	.CMSPage h5 {
		color: #484848;

	}

	.CMSPage h1 span,
	.CMSPage h2 span,
	.CMSPage h3 span,
	.CMSPage h4 span,
	.CMSPage h5 span {
		color: #484848;

	}

	.CMSPage h1 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.CMSPage h2 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.CMSPage h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.CMSPage h4 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.CMSPage h5 {
		font-size: 1em;
		margin-bottom: 10px;
	}
	.CMSPage ul li {
	    list-style-type: disc;
	    text-shadow: none;
	    color: #484848;
	    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	    font-size: 14px;
	    line-height: 1.6em;
	}
	.CMSPage ol li {
	    list-style-type: decimal;
	    text-shadow: none;
	    color: #484848;
	    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	    font-size: 14px;
	    line-height: 1.6em;
	}
