/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* ------------------------ */
/* RESET DEFAULT ATTRIBUTES */
/* ------------------------ */

html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, h6, p, blockquote, q, table, tr, td, caption, fieldset, legend, address, site, samp, img, ul, ol, li, dl, dt, dd, 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: .8em/1.4em Helvetica, Arial, sans-serif;	
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dd, table, address, cite, samp {
		margin-bottom: 20px;
		}
	blockquote, ul, ol {
		margin-left: 30px;
		margin-right: 30px;
		}
	blockquote {
		font-style: italic;
		}
	cite {
		display: block;
		}
	h1 {
		font-size: 2em;	
		line-height: 1.25em;	
		font-weight: normal;	
		}
	h2 {
		font-size: 1.4em;
		
		line-height: 1.25em;				
		}
	h3 {
		font-size: 1.1em;			
		}
	h4 {
		font-size: 1em;		
		}	
	h5 {
		font-size: 1em;		
		}
	h6 {
		font-size: 1em;
		margin-bottom: 0;		
		}	
	ul {
		list-style-type: square;		
		}
	ol ol { /* Nested ordered list */
		list-style-type: lower-alpha;
		}	
	hr {
		height: 1px;		
		margin: 10px 0 20px 0;	
		}
	address {
		font-style: normal;
		}		
	caption {
		padding-bottom: 3px;
		text-align: left;
		font-weight: bold;
		}
	table {		
		word-wrap: break-word;
		}	
	th {
		text-align: left;
		padding: 3px;	
		}
	td {
		empty-cells: show;
		padding: 3px 20px 3px 3px;
		vertical-align: top;							
		}	
	fieldset {		
		margin-bottom: 15px;
		padding: 15px;		
		}
	
/* -------------------------- */
/* COMMON SPECIFIC ATTRIBUTES */
/* -------------------------- */

.hidden {
	visibility: hidden;
	}
.end {
	clear: both;
	}
/* Author of a citation */
.author {
	margin-right: 20px;
	margin-left: 20px;	
	text-align: right;
	}
/* Note */
.note {
	font-style: italic;
	}
/* Publications */
.pub {
	font-style: italic;
	}
/* Generic Floats */
.f1 {
	float: left;
	margin: 5px 15px 5px 0;
	}	
.f2 {
	float: right;
	margin: 5px 0 5px 15px;
	}	
/* Types of lists */
li.pdf {
	list-style-image: url(../../images/icons/pdf.gif);
	}
li.msword {
	list-style-image: url(../../images/icons/word.gif);
	}
li.jpeg {
	list-style-image: url(../../images/icons/jpeg.gif);
	}
li.rss {	
	list-style-image: url(../../images/icons/rss.gif);
	}