body, p, div, td, .normal {
	font-family: Arial, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 135%;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 1.5em;
	padding-left: 0;
}

ol {
	margin-left: 2.2em;
}

ul ul, ol ol {
	margin-top: 0;
}

input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
}

td {
	padding: 0;
	vertical-align: top;
}

img {
	border: 0;
}

h1, h2 {
	color: black;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	font-size: 11px;
	text-transform: uppercase;
}

a:link, a:active, a:visited, a:hover {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #ED7919;
}



.buttonLine {
	background: url(../images/dash.png) repeat-x left bottom;
	padding-bottom: 1px;
	text-align: right;
	height: 18px;
	margin-bottom: 15px;
}

.buttonLine a:link, .buttonLine a:active, .buttonLine a:visited, .buttonLine a:hover {
	color: white;
	height: 18px;
	line-height: 18px;
	padding: 0 28px 0 5px;
	text-decoration: none;
	background: #53524D url(../images/button.png) no-repeat right top;
	display: block;
	float: right;
}

.buttonLine a:hover {
	background: #ED7919 url(../images/button-over.png) no-repeat right top;
}

.buttonLine a.down:link, .buttonLine a.down:active, .buttonLine a.down:visited, .buttonLine a.down:hover {
	background: #53524D url(../images/button-down.png) no-repeat right top;
}

.buttonLine a.down:hover {
	background: #ED7919 url(../images/button-down-over.png) no-repeat right top;
}
table.presentation{
	width:100%;
}
table.presentation th{
	font-weight:bold;
	background-color:#ee7919;
	color:white;
	padding:2px;
}
table.presentation td{
	padding:2px;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}
span.title{
	color:maroon;
}