@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
}


h1 {
	font-size: 16pt;
	line-height: 20pt;
}

h2 {
	font-size: 14pt;
	line-height: 18pt;
}


h3 {
	font-size: 11pt;
	line-height: 13pt;
	margin-bottom: 8pt;
}		

#outerWrapper {
	background-image: none;
}

#outerWrapper #contentWrapper #content {
	border-left: none; 
	border-right: none;
	border-top: none;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	width: 608px;
}

#content,
#content p,
#content td,
#content li {
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
	color: #000;
}

#content .node p,
#content .node td {
	font-size: 9pt;
	line-height: 11pt;
	color: #000;
}

#content .node h1 {
	font-size: 11pt;
}

#content .node h2 {
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 10pt;
}


#outerWrapper #contentWrapper #leftColumn {
	display: none;
}

#outerWrapper #contentWrapper #rightColumn {
	display: none;
}


#outerWrapper #footer {
	display: none;
}


#emailForm #emailContainer {
	display: none;
}