/* PHM Stylesheet */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E2468;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	font-size: 16px;
	color: #F48425/*#F26F1C*/;
	font-weight: bold;
}

.quick {
	font-size: 14px;
	color: #3E2468;
	font-weight: bold;
}

.sources {
	font-size: 9px;
	font-style: italic;
}

.sources1 {
	font-size: 9px;
}

a {
	color: #EE9933;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #EE9933;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #EE9933;
	font-weight: bold;
	text-decoration: underline;
}

.footer {
	font-size: 11px;
	color: #3E2468;
	font-weight: normal;
}
.footer a,
.footer a:link,
.footer a:hover {
	font-size: 11px;
	color: #3E2468;
	font-weight: normal;
	text-decoration: underline;
}
.reverse {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#title {
	font-size: 16px;
	color: #F48425;
	font-weight: bold;
}
#act, #act td, #act th {
	border: solid #3E2468 1px;
	border-collapse: collapse;
}