h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #EEEEEE;
	background-color: #B8B8B8;
	border: 1px solid #999999;
	width: 95%;
	margin: 10px 5px;
	padding: 0px 4px;
}

h2
{
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	color: #444444;
	margin: 20px 10px 10px 10px;
}

i, em
{
	font-style: italic;
}

.textBodyHighlight
{
	color: #AD872C;
}

b, strong
{
	color: #AD872C;
	font-weight: bold;
}

.rightAlign
{
	float: right;
}

.tm
{
	font-size: 0.5em;
	vertical-align: super;
}