@CHARSET "ISO-8859-1";

.tMCE ol {
	padding: 0px 0px 0px 18px;
}
.tMCE a:hover {
		font-weight: bold;
		text-decoration: underline;	
}
.tMCE .intro {
	color: #359b32;
    font-weight: bold;
}
.tblHeader td,.tblLow td,.tblHigh td {
    padding: 3px 6px 3px 6px;
}
.tMCE td a, .tMCE td a:hover {
	color: #000;
	font-weight: normal;
	
}
.tblHeader td {
    color: #0085b6;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #e5f3f8;
}
.tblLow td,.tblHigh td {
    border-bottom: 1px #bfe0ed solid;
    border-right: 1px #bfe0ed solid;
}
.tblBody {
	border: 1px #bfe0ed solid;
	border-collapse: collapse;	
}
.tblHigh td {
    background: #e5f3f8;
}

h1 {
    font: 20px Tahoma, Verdana, Arial;
	color: #751215;
	font-weight: bold;
}
h2 {
    font: 12px Tahoma, Verdana, Arial;
	color: #751215;
	font-weight: bold;
}
.tMCE ul li {
	background: url('../img/list.gif') left 6px no-repeat;
	padding-left: 10px;		
}
.tMCE ol li {
	margin-left: 10px;		
}
/**
 * Links
 */
 
.tMCE a {
	color: #359b32;
	font-weight: bold;
	text-decoration: underline;	
}
.tMCE a.linkbl {
	color: #32B0D8;
	font-weight: bold;
	text-decoration: underline;
}
.tMCE a:hover.linkbl {
	color: #009CCF;
	font-weight: bold;
	text-decoration: underline;
}
.tMCE a.linkgr {
	color: #62B65E;
	font-weight: bold;
	text-decoration: underline;
}
.tMCE a:hover.linkgr {
	color: #2D9E28;
	font-weight: bold;
	text-decoration: underline;
}
.tMCE .mceFormError {
	border: 1px solid #500;
	padding-left: 18px;
	background-image: url('../img/icwarn.gif');
	background-position: 2px 0px;
	background-repeat: no-repeat;
}