/* 

Author: Robert Mooney
Created: 27/09/2005

*/

body, html
{
	font: 0.9em/1.4em 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

h1 { font-size: 1.5em; }

h2 { font-size: 1.2em; }

h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,p,table,fieldset { margin: 1em 0; }

a
{
	color: #00f;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
input { margin: 0; }
blockquote { margin: 1em 2em; }
ul,ol { padding: 0; }
li { margin: 0.5em 0 0.5em 2em; }
dd { margin: 0 0 0.5em 2em; }
dt { margin: 0 0 0 2em; }
ul li { list-style: disc; }
ul li li { list-style: circle; }
ul li li li { list-style: square; }
dt { font-weight: bold; }
em { font-style: italic; }
strong { font-weight: bold; }
big { font-size: 1.2em; }
small { font-size: 0.8em; }

hr
{
	border-style: solid;
	border-width: 1px;
}

a img,:link img,:visited img { border: none; }
address { font-style: normal; }

table, td, th
{
	border-collapse: collapse;
	border: 0px solid #ccc;
}

td, th
{
	vertical-align: top;
	padding: 0.5em 0.2em;
	margin: 0;
	
}

th
{
	text-align: left;
	background-color: #eee;
}

form { margin: 0; }
form table { margin: 0 auto; }

form table, form th, form td
{
	border: none;
	vertical-align: bottom;
}

form th, form td
{
	padding: 0.5em;
}

label { font-weight: bold; ]

form th, form td { padding: 0.5em; }

/* miscellaneous formatting classes */
.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }
.floatleft { float: left; }
.floatright { float: right; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.hide { display: none; }
.clear { clear: both; }
