/****************************************************************************************
																  			>> Generics << 
*****************************************************************************************/
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	color: #000;
	font: 12pt/1.5 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none; 
	color: #000;
}
a img {border: 0;}
form {
	margin: 0;
	padding: 0;
}
p {margin: 0 0 1.5em;}
ul, ol, dl {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font: normal 12pt/1.5 Georgia, "Times New Roman", Times, serif;
}
table td p {margin: 0;}
table td h1,table td h2,
table td h3,table td h4,
table td h5,table td h6 {margin: 3px 0 3px 0;}
abbr {border-bottom: 0;}
blockquote {
	font-weight: bold;
	color: #454754;
	font-style: italic;
}
hr {
	color: #454754;
	border-style: dotted;
	border-width: thin;
}
h1 {
	color: #3F4650;
	margin: 0 0 0.90em;
	font-size: 18pt;
}

h2, h3, h4, h5, h6 {
	margin: 0 0 0.20em;
	font-weight: bold;
	font-size: 16pt;
	color: #3F4650;
}

h3 {color: #454754; margin: 12px 0 12px 0;}
h4 {font-size: 15pt; color: #31447D; margin: 12px 0 12px 0;}
h5 {font-size: 14pt; color: #546776; margin: 12px 0 12px 0;}
h6 {font-size: 12pt; color: #657B8D; margin: 12px 0 12px 0;}

/****************************************************************************************
																		     >> Layout << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
.hide,
table.titleTable td.tabLeft,
#footer img.footerShadow,
#footer a img.cornerstoneLogo {display: none;}

/*-------------------------------------------Show Elements---*/
#center {width: 100%;}

#main #pageTitle {
	padding: 30px 0 3px;
	border-bottom: 2px solid #3F4650;
}
table.titleTable {width: 100%;}
table.titleTable td.pageTitle {
	font: bold 19pt Verdana, Arial, Helvetica, sans-serif;
	color: #3F4650;
	text-transform: uppercase;
}

#contentArea {padding: 20px 0;}

#footer {
	border-top: 1px solid #666;
	padding: 5px 0 0 5px;
}
	#footer p {
		margin: 0;
		font: normal 9pt Arial, Helvetica, sans-serif;
		color: #666;
		line-height: normal;
	}

