/* =============================================== */
/* LucidEdge.com.au Stylesheet
/* Global Base Elements
/* Created by Ben Wakeford 2006 ( www.benwakeford.com )
/* =============================================== */


/* =============================================== */
/* Global Reset Hacks
/* =============================================== */

* {
	/* Global Reset */
	padding : 0;
	margin : 0;
	font-size : 100%;
	/*border : 1px solid Gray;*/
}

body {
	overflow : auto;
	background : #FFFFFF;
	text-align:center;
}


/* =============================================== */
/* Root Elements
/* =============================================== */

p {
	font-family : Georgia, Verdana, Arial;
	font-size : 70%;
	line-height : 170%;
	font-style : normal;
	color : Gray;
	background-color : transparent;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
}

strong {
	color : #859c85;
	background-color : transparent;
	font-weight : bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Georgia, Times New Roman, Times, serif;
	color : Gray;
	background-color : transparent;
}

h2 {
	font-size : 150%;
	font-style : normal;
	font-weight : lighter;
	margin : 0px 0px 5px 0px;
	padding : 0px 0px 5px 0px;
	border-bottom : 1px dashed #859C85;
	color : #859C85;
	background-color : transparent;
	letter-spacing : 0.3em;
}

h3 {
	font-size : 80%;
	font-style : oblique;
	font-weight : bold;
}

h4 {
	font-size : 70%;
	font-weight : normal;
}

a {
	color : #9FB123;
	background-color : transparent;
	border-bottom : 1px dashed #9FB123;
	padding : 0;
	margin : 0;
	line-height : 100%;
	text-decoration : none;
}

a:visited {
	color : #9FB123;
	background-color : transparent;
}

a:hover {
	color : #9FB123;
	background-color : #F5FAD5;
	text-decoration : none;
	border-bottom : 1px solid #9FB123;
}

ul {
	margin : 0px 0px 10px 10px;
	padding : 0px 0px 0px 0px;
}

li {
	font-family : Georgia, Verdana, Arial;
	font-size : 70%;
	line-height : 170%;
	font-style : normal;
	color : Gray;
	background-color : transparent;
	list-style : disc inside;
}
