/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* RESET DEFAULT ATTRIBUTES */
html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, h6, p, blockquote, table, tr, td, caption, fieldset, legend, address, img, ul, ol, li, hr {
	margin: 0;
	padding: 0;	
	}
div, td, caption, fieldset, legend /* th */ {
	text-align: left;	
	}
table, img {
	border: none;
	}	
table {
	border-spacing: 0;
	border-collapse: collapse;
	}
	
/* DEFINE NEW ATTRIBUTES */
body {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em; /* Overwritten */	
	/* REM letter-spacing: 1px; */
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, table, address {
		margin-bottom: 10px;
		}
	blockquote, ul, ol {
		margin-left: 50px;
		margin-right: 50px;
		}
	h1 {		
		font-size: 1.6em; /* Overwritten */	
		}
	h2 {
		font-size: 1.4em; /* Overwritten */			
		}
	h3 {
		font-size: 1em; /* Overwritten */
		margin-bottom: 2px;			
		}
	h4 {
		font-size: 1em;	
		font-weight: normal;
		font-style: italic;		
		}	
	h5 {
		font-size: 1em;
		margin: 0;
		}
	h6 {
		font-size: .9em;
		margin: 0;
		}
	ul {
		list-style-type: square;		
		}	
	hr {		
		height: 1px;		
		margin: 10px 0 20px 0;
		}
	address {
		font-style: normal;
		}		
	caption {
		padding: 3px;
		text-align: left;
		font-weight: bold;
		}		
	fieldset {		
		margin-bottom: 15px;
		padding: 15px;		
		}	
	
/* SET SPECIFIC ID/CLASS STYLES */
.hidden {
	visibility: hidden;
	}
.end {
	clear: both;
	}