body, p, div, td, .normal {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 135%;
}

hr{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-attachment:scroll;
	background-color:#ED7919;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	border-bottom-color:-moz-use-text-color;
	border-bottom-style:none;
	border-bottom-width:0;
	border-left-color-ltr-source:physical;
	border-left-color-rtl-source:physical;
	border-left-color-value:-moz-use-text-color;
	border-left-style-ltr-source:physical;
	border-left-style-rtl-source:physical;
	border-left-style-value:none;
	border-left-width-ltr-source:physical;
	border-left-width-rtl-source:physical;
	border-left-width-value:0;
	border-right-color-ltr-source:physical;
	border-right-color-rtl-source:physical;
	border-right-color-value:-moz-use-text-color;
	border-right-style-ltr-source:physical;
	border-right-style-rtl-source:physical;
	border-right-style-value:none;
	border-right-width-ltr-source:physical;
	border-right-width-rtl-source:physical;
	border-right-width-value:0;
	border-top-color:-moz-use-text-color;
	border-top-style:none;
	border-top-width:0;
	color:#ED7919;
	height:1px;
	left:-6px;
	position:relative;
	width:703px;
	}

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;
}

ul{
	list-style:square;
}

input, textarea, select {
	font-family: Verdana, 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%;
	empty-cells:show;
}
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;
	empty-cells:show;
}
