/* CSS Document */

body	{
	margin: 10px;
	background-color: #f9f9fc;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content	{
	background-color: #d8d8d6;
	font-family: Arial, Helvetica, sans-serif;
	margin: 7px 10px 10px 10px;
	min-height: 800px;
	}

a	{
		color: #b42829;
		text-decoration: underline;
		font-weight: bold;
	}
			
#nav	{
	background-color: #b8b691;
	margin: 5px;
	line-height: 1.5em;
	color: #b42829;
	width: 130px;
		}
		
#nav a	{
		color: #b42829;
		text-decoration: none;
		font-size: 10pt;
		font-weight: normal;
		}
		
#nav a:link	{
		color: #b42829;
		text-decoration: none;
		font-weight: normal;
		}
		
#nav a:hover	{
		color: white;
		}
		
#nav a:visted	{
		color: #b42829;
		text-decoration: none;
		font-weight: normal;
		}
		
h1, h2, h4, h5	{
	color: #b42829;
	}
	
H1	{
	font-size: 1.25em;
	text-transform:uppercase;
	}
	
H2	{
	font-size: 1.15em;
	}
	
H3	{
	font-size: 1.10em;
	color: #666440;
	}
	
H4	{
	font-size: 1.05em;
	}
	
H5	{
	font-size: 1em;
	margin: 0;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 150%;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 150%;
}
ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 150%;
}
.tableText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 150%;
}
.tableHead {
	font-weight:bold;
	color:#666440;
	text-transform:uppercase;
	text-align:center;
}
		
#footer	{
	background-image: url(images/icom_15.gif);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	height: 39px;
	}
	
#footer p	{
	margin-top: 20px;
	font-size: 9pt;
	color: white;
	text-align: center;
	}
	
#footer a	{
	color: white;
	text-decoration; underline;
	}

#agenda_table td {
	font-size: .75em;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	text-align: left;	
}	
#agenda_table p {
	font-size: 1em;
	line-height: 130%;
}	
#agenda_table h1	{
	font-weight: bold;
	color: black;
	text-transform:none;
	margin: 0;
	}
	
#agenda_table h3, h5	{
	margin: 10px 0 0 0;
	text-align: left;
	}
#agenda_table ol {
	font-size: 1em;
	line-height: 130%;
}
	
.td	{
	vertical-align: top;
	}



