@charset "utf-8";
/*  ----------------------------------------------------------------------------------- */
/*  This is the frontend CSS file for the text editor                                   */
/*  ----------------------------------------------------------------------------------- */
tr,td { /* this is already in the reset.css file, however it's also in this file to ensure the text editor displays table content properly */
	vertical-align:top;
}

/*  ----------------------------------------------------------------------------------- */
/*  Text styles                                                                         */
/*  ----------------------------------------------------------------------------------- */
html, body, tr, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	vertical-align:top;
}
html, body p,ul,ol {
	line-height: 18px;
}
p,ul,ol {
	margin-bottom: 15px;
}
a:link {
	text-decoration: underline;
	color: #4098DC;
}
a:visited {
	text-decoration: underline;
	color: #4098DC;
}
a:active {
	text-decoration: underline;
	color: #4098DC;
}
a:hover {
	text-decoration: underline;
	color: #4098DC;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
ul {
	margin-left: 2.5em;
	list-style: disc;
}
ol {
	margin-left: 2.5em;
	list-style: decimal;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

/*  ----------------------------------------------------------------------------------- */
/*  Title styles                                                                        */
/*  ----------------------------------------------------------------------------------- */
h1 {
	font-size: 28px;
	color:#4098DC;
	line-height: 22px;
	margin-bottom: 15px;
}
h1 a:link {
	text-decoration: underline;
	color: #333333;
}
h1 a:visited {
	text-decoration: underline;
	color: #333333;
}
h1 a:active {
	text-decoration: underline;
	color: #333333;
}
h1 a:hover {
	text-decoration: underline;
	color: #333333;
}


h2 {
	font-size: 18px;
	color: #4098DC;
	line-height: 22px;
	margin-bottom: 15px;
}
h2 a:link {
	text-decoration: underline;
	color: #4098DC;
}
h2 a:visited {
	text-decoration: underline;
	color: #4098DC;
}
h2 a:active {
	text-decoration: underline;
	color: #4098DC;
}
h2 a:hover {
	text-decoration: underline;
	color: #4098DC;
}


h3 {
	font-size: 14px;
	color: #4098DC;
	margin-bottom: 0px;
}
h3 a:link {
	text-decoration: underline;
	line-height: 22px;
	color: #4098DC;
}
h3 a:visited {
	text-decoration: underline;
	color: #4098DC;
}
h3 a:active {
	text-decoration: underline;
	color: #4098DC;
}
h3 a:hover {
	text-decoration: underline;
	color: #4098DC;
}


h4 {
	font-size: 12px;
	color: #4098DC;
	line-height: 22px;
	margin-bottom: 0px;
}
h4 a:link {
	text-decoration: underline;
	color: #4098DC;
}
h4 a:visited {
	text-decoration: underline;
	color: #4098DC;
}
h4 a:active {
	text-decoration: underline;
	color: #4098DC;
}
h4 a:hover {
	text-decoration: underline;
	color: #4098DC;
}