/* CSS Document */

#thepage h1 {
	position: relative;

	text-align:right;
	
	border:0px;
	margin:0px;
	padding:0px;
	
	margin-top:0.55em;
	
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-weight: 100;
	font-style:normal;
	color: #CCCCCC;
}

#thepage h1 span.bold{
	color: #99CCFF;
	font-weight: 900;
}
#thepage h2 {
	position: relative;

	text-align:right;
	
	border:0px;
	margin:0px;
	padding:0px;
	
	margin-top:-0.75em;
	margin-bottom:3em;
	
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 100;
	font-style:normal;
	color: #CCCCCC;	
	}


#thepage #content h3 {
	position:relative;
	text-align:right;
	
	border:0px;
	margin:0px;
	padding:0px;
	
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: 100;
	font-style:normal;
	color: #99CCFF;
	
	margin-bottom:0.2em;
}

#thepage #content h4 {
	position:relative;
	text-align:left;
	
	border:0px;
	margin:0px;
	padding:0px;
	
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	font-style:normal;
	color: #99CCFF;
	
	margin-top:0.2em;
	margin-bottom:0.1em;
}