/*

	RESET STYLES - mainly to reset browser defaults to a stable base 
	
*/

body {
	margin:0; 
	padding:0;
	font-family: Arial, sans-serif;
}


/* Add 1em bottom margin to text related block elements */
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
fieldset,
blockquote {
	margin: 0 0 1.3em 0;
}

/* Tables */
table {
	empty-cells:show;
	border-collapse:collapse;
}

td,
th {
	padding:4px;
	border:1px solid #CCC;
	vertical-align:top;
}



.module td,
.module th {
	padding:4px;
	border:1px solid #FFF;
	vertical-align:top;
	background:#FFF;
}



.module .chart td,
.module .chart th {
	padding:8px;
	border:1px solid #FFF;
	vertical-align:top;
	background:#ececec;
}


.module .chart th  {
	padding:8px;
	border:1px solid #FFF;
	vertical-align:top;
	background:#aa64aa;
	color:#FFF;
}


th {
	font-weight: bold;
}

object {
	display:block;
	outline:none;
}




/* 

	GENERAL TYPOGRAHPY STYLES
	 
*/

body {
	font-size:75%;
	line-height:1.5;
	font-size: 13px;
	color:#333333;
}

body,
textarea,
input,
select,
option {
	// font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	
}

textarea,
input,
select,
option,
table {
	font-size:0.9em;
	// font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;

}

/* Links */
a {
	outline:none;
	// color:#ea5454;
	color: #39B54A;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Unordered Lists */

ul {

	list-style-position: outside;
	margin:0;
	margin-bottom:1.3em;	
}

.body ul {

    list-style:none;
	list-style-position:outside;
	margin:0;	
}


.module ul {
	list-style-image:url(/images/dash.png);
	margin-bottom:1.3em;	
	list-style-position: outside;
    margin-left: 20px;
}




/* Headings */
h1 {
	font-size: 24px;
	margin-bottom:15px;
}

h2 {
	font-size: 20px;
	margin-bottom:10px;
}

h3 {
	font-size: 13px;
    margin-bottom: 5px;
}

h4 {
	font-size: 13px;
	margin-bottom:5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:normal;
	// font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight:bold;
	color:#444444;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration:none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration:underline;
}