/* ---------------- Paragraph Styles ---------------- */

p {
	color: #fff;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	word-spacing: 0.075em;
	line-height: 1.45em;
	text-decoration: none;
	margin: 0;
	padding: 0 3px 0 0;
	}
	

/* ---------------- End Paragraph Styles ---------------- */








/* ---------------- Link Styles ---------------- */

a:link {
	color: #bfde4d;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}
	
a:visited {
	color: #bfde4d;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #eef9fd;
	text-decoration: none;
	font-weight: bold;
	}
	
a:active {
	color: #bfde4d;
	text-decoration: none;
	font-weight: bold;
	}
	
/* ---------------- End Link Styles ---------------- */




	
	
	
/* ---------------- Heading Styles ---------------- */

h1 {
	font-size: 1.2em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.1em;
	margin: 0 0 3px 0;
	padding: 0 8px 0 0;
	color: #fff;
	}
	
h2 {
	font-size: 0.85em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.2em;
	margin: 0 0 3px 0;
	padding: 0 8px 0 0;
	color: #bfde4d;
	}
	
/* ---------------- End Heading Styles ---------------- */






/* ---------------- Span & Horizontal Rule Styles ---------------- */

hr {
	text-align: center;
	width: 100%;
	margin: 8px 0 12px 0;
	border-top: 0.01em solid #e9f3c1;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	}
	
/* ---------------- End Span & Horizontal Rule Styles ---------------- */







/* ---------------- List Styles ---------------- */

ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	}
	
li {
	color: #004d70;
	font-size: 0.75em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	background-image: url(../img/bullet14px.png);
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 0 3px;
	padding: 1px 0 0 16px;
	list-style-type: none;
	}
	
/* ---------------- List Styles ---------------- */


/*End Text*/
