/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* RESET DEFAULT ATTRIBUTES */
html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, h6, 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;
	}
table {
	border-spacing: 0;
	border-collapse: collapse;
	}
	
/* DEFINE NEW ATTRIBUTES */
body {	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #333;
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, table, address {
		margin-bottom: 20px;
		}
	blockquote, ul, ol {
		margin-left: 30px;
		margin-right: 30px;
		}
	h1, h2, h3, h4, h5, h6 {
		font-family: "Times New Roman", Times, serif;
		letter-spacing: 1px;
		text-transform: uppercase;			
		}
	h1 {
		font-size: 1.6em;
		}
	h2 {
		font-size: 1.4em;
		}
	h3 {
		font-size: 1.2em;
		}
	h4 {		
		font-size: 1.1em;					
		}	
	h5 {
		font-size: .9em;		
		}
	h6 {
		font-size: .9em;
		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;
		}	
	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;
	}
li.pdf {
	list-style-image: url(/images/icons/pdf.gif);
	}
li.msword {
	list-style-image: url(/images/icons/word.gif);
	}