@charset "utf-8";
/* CSS Document */

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 11pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}

.container { 
	width:100%;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}

.contentContainer #contentArea {
	width:100%;}

.contentContainer #contentArea .template { 
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}

.contentContainer #contentArea h2 { 
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}

.contentContainer #contentArea a { 
	color:#0000ff;
	border-bottom:none;
	text-decoration:underline;
}

.header, 
.breadcrumbs,
.contentContainer #catTemp, 
.contentContainer #QL,
.contentContainer #res, 
#footer, 
.hrPadding,
hr {
  display : none;
}

