/****************************************************************************************
																   >> General Selectors << 
*****************************************************************************************/
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	color: #000;
	font: 12pt/1.4 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none; 
	color: #000;
}
a:hover {text-decoration: none;}
p {
	margin-bottom: 1.5em;
	line-height: 1.6;
}
ul, ol, dl {
	margin: 0 0 1.5em;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
abbr {border-bottom: 0;}
:focus {outline: 0;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
h1 {
	margin: 0 0 0.30em;
	color: #CA611F;
	font: bold 20pt Arial, Helvetica, sans-serif;
}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.30em;
	font: bold 18pt Arial, Helvetica, sans-serif;
	color: #ff7f00;
}
h3,h4,h5,h6 {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #8b8b8b;
}
h4,h5,h6 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #999;
}

/*-------------------------------------------CSS3---*/

/****************************************************************************************
																		  >> Structure << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
.hide {display: none;}

/*-------------------------------------------Show Elements---*/
#wrapper {width: 100%;}

#header {
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
}
	#header h1 {
		margin: 0;
		font-size: 28pt;
	}
	#header h1 a {
		color: #000; 
		text-decoration: none;
	}
	
#main_content {margin: 30px 0 45px 0;}
	
#footer {
	border-top: 1px solid #666;
	padding-top: 5px;
}
	#footer p {
		margin: 0;
		font: normal 10pt Arial, Helvetica, sans-serif;
		color: #666;
		line-height: normal;
	}

/****************************************************************************************
																		  	 >> Tables << 
*****************************************************************************************/
	
/****************************************************************************************
																		  	   >> Forms << 
*****************************************************************************************/
	
/****************************************************************************************
												  						>> Misc Classes << 
*****************************************************************************************/

