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