@charset "UTF-8";
body {
	
	background-color: #999999;
	width: 1000px;
	margin: auto;
	margin-top: 25px;
}
th {
	background-image: url(assets/header_graphic/hd_graphic.jpg);
	text-align: right;
	padding-right: 50px;
	padding-bottom: 10px;
	height: 130px;
	background-repeat: no-repeat;
}
table {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#tablesml {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
}
.hd {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0066CC;
	font-size: 17px;
	text-align: left;
}
#highlight {
	text-align: center;
	vertical-align: top;
}
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0ox;
	margin-bottom: 5px;
}
td {
	padding-bottom: 10px
}
folio {
	padding-top: 25px;
	padding-bottom: 0px; 
}
#side_graphic {
	height: 90px;
	width: 50px;	
}
#main_graphic {
	margin-top: 20px;
	text-align: center;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: light;
	font-size: 18px;
	color: #0099FF;
	text-align: left;
}
#txt {
	vertical-align: top;
	padding-left: 50px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}