/*

	RESET STYLES - mainly to reset browser defaults to a stable base 
	
*/
* {
	padding:0;
	margin:0;
}

html {
	overflow-y:scroll;
	font-size:100%;
}

body {
	cursor:default;
}

/* Add 1em bottom margin to text related block elements */
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
fieldset,
blockquote {
	margin:0 0 1em 0;
}

/* Tables */
table {
	empty-cells:show;
	border-collapse:collapse;
}

td,
th {
	padding:4px;
	border:1px solid #CCC;
	vertical-align:top;
}

th {
	font-weight: bold;
}

object {
	display:block;
	outline:none;
}

/* 
	GENERAL TYPOGRAHPY STYLES
*/

body {
	font-size:75%;
	line-height:1.5;
}

body,
textarea,
input,
select,
option {
	font-family:Arial, Helvetica, sans-serif;
}

textarea,
input,
select,
option,
table {
	font-size:1em;
}

/* Headings */
h1 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:normal;
}

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;
}

ul {
	margin-left: 2em;
}


.module td,
.module th {
	padding:0;
	border:0;
}


.module hr {
	border:none;
	height:1px;
	display:block;
	background:#ccc
	
}