/* <![CDATA[ */
	
	/*
	|---------------------------------------------------------------
	| base.css
	|---------------------------------------------------------------
	*/
	
	/*
	|---------------------------------------------------------------
	| RESET
	|---------------------------------------------------------------
	*/
	HTML, BODY, DIV, UL, LI, P, SPAN, H1, H2, H3, H4, H5 {
		margin: 0px;
		padding: 0px;
	}
	
	/*
	|---------------------------------------------------------------
	| BODY
	|---------------------------------------------------------------
	*/
	BODY {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
	}
	
	/*
	|---------------------------------------------------------------
	| Links
	|---------------------------------------------------------------
	*/
	A, A:link {
		text-decoration: none;
	}
	
	A:hover {
		text-decoration: underline;
	}
	
	A IMG {
	    border: 0px;
	}
	
	/*
	|---------------------------------------------------------------
	| Headings
	|---------------------------------------------------------------
	*/
	H1 {
		font-size: 2em;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	H2 {
		font-size: 1.6em;
		margin-top: 13px;
		margin-bottom: 10px;
	}
	
	H3 {
		font-size: 1.3em;
		margin-top: 15px;
		margin-bottom: 8px;
	}
	
	H4 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	
	H5 {
		font-size: 1.1em;
		margin-bottom: 5px;
	}
	
	/*
	|---------------------------------------------------------------
	| Paragraph
	|---------------------------------------------------------------
	*/
	P {
		margin-bottom: 5px;
		margin-top: 10px;
	}
	
	.align-center {
	    text-align: center;
	}
	
	.align-left {
	    text-align: left;
	}
	
	.align-right {
	    text-align: right;
	}
	
	.align-justify {
	    text-align: justify;
	}
	
	/*
	|---------------------------------------------------------------
	| UL
	|---------------------------------------------------------------
	*/
	UL {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 15px;
	}
	
/* ]]> */
