@charset "UTF-8";
/* CSS Document */





/*  ----------------------------------------------------------------------------------- */
/*  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 {
	color: #666666;
}
html, body p,ul,ol {
	line-height: 18px;
}
p,ul,ol {
	margin-bottom: 18px;
}
a:link {
	text-decoration: underline;
	color: #443A3A;
}
a:visited {
	text-decoration: underline;
	color: #443A3A;
}
a:active {
	text-decoration: underline;
	color: #443A3A;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
ul {
	margin-left: 4.5em;
}
ol {
	margin-left: 4.5em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

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


h2 {
	font-size: 14px;
	color: #6a4c75;
	line-height: 22px;
	margin-bottom: 15px;
}
h2 a:link {
	text-decoration: underline;
	color: #bcb4b4;
}
h2 a:visited {
	text-decoration: underline;
	color: #bcb4b4;
}
h2 a:active {
	text-decoration: underline;
	color: #bcb4b4;
}
h2 a:hover {
	text-decoration: underline;
	color: #bcb4b4;
}




h3 {
	font-size: 10px;
	color: #443A3A;
	font-weight:bold;
	line-height: 22px;
	text-transform:uppercase;
	margin-bottom: 0px;
}
h3 a:link {
	text-decoration: underline;
	color: #bcb4b4;
}
h3 a:visited {
	text-decoration: underline;
	color: #bcb4b4;
}
h3 a:active {
	text-decoration: underline;
	color: #bcb4b4;
}
h3 a:hover {
	text-decoration: underline;
	color: #bcb4b4;
}


blockquote {
	color: #666666;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
margin: -15px 0 0 17px;
padding: 0px;
}




p.user-message-error {
	color: #ffffff;
	font-weight: bold;
	background-color: #990000;
	padding: 10px 14px 10px 14px;
}
p.user-message-success {
	color: #ffffff;
	font-weight: bold;
	background-color: #00CC33;
	padding: 10px 14px 10px 14px;
}
