/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	}

body {
	background: url(../img/body_bkgrd.gif) top left repeat-x #797979;
	}
	
table#main tr td.spacer {
	height: 20px;
	}
	
/*******************************************************************************
   Content
*******************************************************************************/
table#content {
	font-size: 12px;
	line-height: 1.46em;
	background-color: #FFFFFF;
	}
	
table#content tr td {
	padding-left: 10px;
	padding-right: 10px;
	}

table#content,
table#content * {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	color: #584D47;
	}

table#content p {
	font-size: 1.0em;
	line-height: 1.46em;
	padding: 0.3em 0em 0.3em 0em;
    margin: 0;
	}

table#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	}

table#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	}

table#content a {
	color: #CC3300;
	}

table#content a:hover {
	color: #993300;
	text-decoration: underline;
	}
	
table#content ul {
	margin-left: 22px;
	}
	
table#content ol {
	margin-left: 22px;
	}