@charset "UTF-8";


a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #999;
}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	; 
}
.oneColFixCtr #container {
	width: 625px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 500px;
	overflow-x:hidden;
	overflow-y: auto;
}
.oneColFixCtr #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
}
.details {
	width: 625px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	background-color: #657699;
	font-size: 10.5pt;
	height: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25pt;
	letter-spacing: 1px;
}
.links {
	width: 625px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	word-spacing: 30px;
	font-size: 11pt;
	padding-left: 5px;
	padding-top: 10px;
	color: #999;
}
.detailsName {
	width: 625px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	background-color: #657699;
	font-size: 15pt;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25pt;
	letter-spacing: 1px;
}
.rightpic {
	float: right;
	padding-left: 15px;
}
.Leftpic {
	float: left;
	vertical-align: middle;
	padding-right: 15px;
}
.oneColFixCtr #printContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #999;
	height: 150px;
	padding-right: 15px;
	padding-top: 20px;
}
