﻿/* =============================== */
/* == 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, 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: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #333;
	}
	h1, h2, h3, h4, h5, p, blockquote, ul, ol, table {
		margin-bottom: 15px;
		}
	blockquote, ul {
		margin-left: 20px;
		margin-right: 20px;
		}
	h1 {
		font-size: 2em;			
		}
	h2 {
		font-size: 1.2em;		
		margin-bottom: 0; /* Site-specific */
		}
	h3 {
		font-size: 1.8em;
		font-weight: normal;			
		}
	h4 {
		font-size: 1.5em;
		font-weight: normal;		
		}
	h5 {
		font-size: 1em;		
		margin-bottom: 0;
		}
	ul {
		list-style-type: square;		
		}	
	hr {
		height: 1px;		
		margin: 10px 0 20px 0;	
		}		
	caption {
		text-align: left;
		font-weight: bold;
		}
	th {						
		text-align: left;					
		}
	td {		
		empty-cells: show;							
		}	
	fieldset {		
		margin-bottom: 15px;
		padding: 15px;		
		}
	
/* SET SPECIFIC ID/CLASS STYLES */
.hidden {
	visibility: hidden;
	}
.break {
	clear: both;
	}
p.quote, p.source {					
	font-style: italic;	
	}
p.q { /* FAQs */
	font-style: italic;
	color:#7100B4;
	}
p.ptext
{
    color:#7100B4;
}
p.a
	{/* FAQs Answers */
	    
	}
