/* CSS Document */

*{  /* remove browser defaults */
	margin: 0;
	border: 0;
	padding: 0;
}

: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 */
}

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{
	margin: 1.2em 0em 1.2em 0em;
}

th{
	text-align: left;
}

strong{
	font-weight: bold;
}
