html {
	margin: 0;
	padding: 0;
}

body  {
	background-color: white;
	font-family: arial,helvetica,sans-serif;
   padding: 0;
   margin: 0;
	}

body.content
	{
	line-height: 120%;
	margin-left: 15px;
	margin-right: 20px;
	}	

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	color: #336633;
	border: solid #ffcc66;
	width: 100%;
	border-width: 0px 0px 2px 0px;
	text-decoration: none;
	display: block;
}

.header2 {
	display: block;
	// font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	// line-height: 100%;
	font-weight: bold;
	color: #336633;
	width: 100%;
	text-decoration: none;
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 150%;
	color: #336633;
}
	
h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	color: #336633;
}

.bodytext { 
	font-family: arial,helvetica,sans-serif; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	text-indent: 0%;
	text-align: left;
	font-style: normal;
}

.whitebodytext {  
	color: #FFFFFF; 
}

.red {
	color: #FF0000;
} 

p {
	font-family: arial,helvetica,sans-serif;
}
	
ul	{
	list-style-image: url("http://appsdev.intranet/inter/lotus_website_mockup5/images/green_arrow.gif");
	list-style-type: square; 
}



table.linksheet {
	width: 85%;
	border-collapse: collapse;
	background-color: #ffffcc;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	}
	
td.head {
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding-left: 7px;
	background-color: #993300;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	}
	
td.darker {
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #ffcc99;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	}
	
td.blank
	{
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	}
	
td.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;	
 	color: black;
	font-size: 80%;
}	



img.table_cap_top{
	vertical-align: bottom;
}

img.table_cap_bottom {
	vertical-align: top;
}



#local_navigation {
	width: 116px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 10;
}

#local_navigation a {
	display: block;
	color: #336633;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 65%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ccff99;
	border-style: solid;
	border-width: 1;
	border-color: #ffffcc #333300 #333300 #ffffcc
}

#local_navigation a:hover {
	background-color: #ffffcc;
}

#nav_graphics {
    width: 116px;
	position: relative;
	float: bottom;
	//border-style: solid;
	//border-width: 0;
	//border-color: #ccff99;
	z-index: 20;
}