body, table {
	font-family: Helvetica, sans-serif, Verdana, Ariel;
	font-size: 11px;
	color: #333333;
}

body.mceContentBody { 
    background-color: transparent;
}

table {
	font-size: 1.0em;
}

table td {
	vertical-align: top;
}

.tableBorder, .tableBorder td, .tableBorder th { 
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.tableNoBorder, .tableNoBorder td, .tableNoBorder th {
	border: none;
}

a {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #26c4fc;
}

p {
	margin: 0px;
	line-height: 16px;
}

.headline, h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.headlineSub, h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1eb2e7;
	margin: 0px;
	margin-bottom: 5px;
}

.headlineSub2, h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

hr, .hrclass img {
	background-color: #000000;
	color: #000000;
	height: 1px;
	width: 100%;
	border: 0px;
}

.fileDownloadClass img {
	vertical-align:middle;
}