/* CSS Document */

html, body, p, img,
h1, h2, h3, h4, h5, h6, 
ul, li, ol, dl, dt,
form, fieldset, 
pre, blockquote{
	margin: 0px;
	padding: 0px;
}

:active, :focus{ /* remove dashed link outlines */
    outline: none;
}

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%; /* good base size for crossbrowser consistency */	
}

input, select{
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.8em;
}

p{
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0em;
	font-weight: bold;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 0.8em;
}

ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}

table{
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
}

th{
	text-align: left;
}

strong{
	font-weight: bold;
}