body {
    margin:0px;
    background-color:#FFFFFF;
	background: url(images/background.gif) fixed repeat-y top left;
	padding-left: 198px;
    color:Black;
    font-family:Tahoma, Verdana, Arial, Helvetica, Geneva, Helv, Sans-Serif;
    font-size:10pt;
    font-weight:normal;
}

a:link, a:active, a:visited {
	color:#E93D00;
	text-decoration: underline;
}

a:hover {
	background-color:#E93D00;
	color:White;
	text-decoration:none;
}

table {
	margin-left: auto;
	margin-right: auto;
}

td {
    font-size:10pt;
    font-weight:normal;
}

div {
	margin-bottom:0px;
}

ul {
	margin: 0px 0px 0px 18px;
	list-style-image: url(images/diamond.gif);
}

p {
	margin-top:0px;
}

hr {
	border-top:solid 1px #E93D00;
	height:1px;
}

img {
	border: none;
}

li {
	padding-bottom: 1em;
}


.tagline {
	text-align: center;
	font-size: 10pt;
}


.normal {
	font-size:10pt;
	font-weight:normal;
}

.normalBOLD {
	font-size:10pt;
	font-weight:bold;
}

.amerex {
	padding: .5em;
	border: solid 1px #E93D00;
}

.tdNORMAL {
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #dddddd;
	font-size: 8pt;
	font-weight: normal;
}

.tdBOLD {
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #dddddd;
	font-size: 8pt;
	font-weight: bold;
}


