body, table {
	font-size: 12px;
	font-family: sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-weight: bold;
	color: Maroon;
	font-size: 16px;
	font-family: sans-serif;
}
.h2inv {
	font-weight: bold;
	padding: 3px;
	background: Maroon;
	color: #FFFFFF;
	font-size: 16px;
	font-family: sans-serif;
}

h3 {
	font-weight: bold;
	color: Maroon;
	font-size: 14px;
	font-family: sans-serif;
}

b, strong {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: sans-serif;
}

.tinybox {
	/*width: 100pc;*/
	width: auto;
}

.tinyboxheadline {
	/*width: 100pc;*/
	width: auto;
	padding: 3px;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: sans-serif;
	background: #B8860B;
	color: White;
}

.tinyboxcontent {
	/*width: 100pc;*/
	width: auto;
	padding: 3px;
	background: #F0E68C;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: sans-serif;
	color: Black;
}

table#contenttable {
	border: dashed Maroon;
	border-spacing: 5px;
}

table#contenttable th {
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	background: Maroon;

}

.f12 { font-family:Verdana, Arial; color:#000000; font-size:12px; line-height: 16px; }
.f12b { font-family:Verdana, Arial; color:#000000; font-size:12px; line-height: 16px; font-weight:bold; }
.f12i { font-family:Verdana, Arial; color:#000000; font-size:12px; line-height: 16px; font-style:italic; }
.f12bi { font-family:Verdana, Arial; color:#000000; font-size:12px; line-height: 16px; font-weight:bold; font-style:italic; }

.dgrey12 { font-family:Verdana, Arial; color:#454545; font-size:12px; line-height: 16px; font-weight:normal; }
.dgrey12b { font-family:Verdana, Arial; color:#454545; font-size:12px; line-height: 16px; font-weight:bold; }
.dgrey14b { font-family:Verdana, Arial; color:#454545; font-size:14px; line-height: 20px; font-weight:bold; }
.dgrey16b { font-family:Verdana, Arial; color:#454545; font-size:16px; line-height: 24px; font-weight:bold; }

.dmaroon13b { font-family:Verdana, Arial; color:Maroon; font-size:13px; line-height: 16px; font-weight:bold; }

/*
table {
	border: 6px dashed Maroon;
}
tr , td {
border: thin solid;
}
*/