body, td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
td.border-bottom {
	border-bottom: 1px solid #cccccc;
	font-size: 0.9em;
}
th {
	text-align: left;
	background-color: #cccccc;
	font-size: 0.9em;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h1 {
	letter-spacing: -1px;
	font-size: 1.8em;
}
h2 {
	letter-spacing: -1px;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}
h2.left-column {
	 margin-top: 2em;
	 margin-bottom: 5px;
}

div.timestamp {
	font-size: 0.7em;
}
div.separator {
	margin: 10px 0px;
	border: 0px solid white;
}

p, li {	
	font-family: Georgia, Times New Roman, Times, sans-serif;
	font-size: 0.9em;
}

p {
	line-height: 125%;
	text-align: justify;
	margin-top: 5px;
}
p.left-column, p.menu, div.menu {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 125%;
}
p.left-column, div.left-column {
	font-size: 0.8em;
}

div.infocard {
	float: right;
	text-align: left;
	border: 2px solid #CCCCCC;
	padding: 5px;
	margin: 5px;
	font-size: 0.8em;
}

div.left-column {
	margin-bottom: 5px;
}


div.menu0, div.menu1 {
	margin: 15px 0px 0px 0px;
}

div.menu2 {
	font-size: 0.8em;
}

li {
	margin-bottom: 5px;
}

a.menu {
	text-decoration: none;
	text-transform: capitalize;
}

a.menu:link, a.menu:visited {
	color: black;
}


a.menu:hover {
	color: red;
	text-decoration: underline;
}

span.menu-label {
	color: red;
	text-transform: capitalize;
}

.caption {
	font-size: 0.8em;
	text-align: center
}

.fill-width {
	width: 99%;
}

.u {
	text-decoration: underline;
}