body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
}
a:hover{text-decoration:none;}
.m_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#404243;
	}

.m1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#FFFFFF;
	}

.h_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#19395D;
	}

.h1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#1F4472;
	}
	
.l_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#1F4472;
	}

.l1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#FFFFFF;
	}

.l2_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#404243;
	}
	
.c_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#1F4472;
	}

.c1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#A1B1C4;
	}

.form
	{
		width:216px; height:22px; border-color:#73787C; border-width:1px; background-color:#ffffff; border-style:solid
	}
.form_div
	{
		height:25px; margin-top:-1px;
	}
		
	a.text{text-decoration:none;}	
	a.text:hover{text-decoration:underline;}

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss_box {
	 width: 275px;
	 background-color: #ffffff;
}

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}
.rss_items    { color: black; font-size: 100%; font-family: Tahoma; font-weight: normal; margin: 0px 0 }


.rss_items {
       list-style:none;
       margin:10;
       padding:0;
}

.rss_item  {
  font-size: xxx-small;
  margin-bottom: 8;;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {

	}

.rss_item a:hover { 

	}
	
.rss_date {
	font-size: xxx-small;
	}
.item-header a { font-size: small; }
.item-header {
  font-size: 11px;
}
.item-body {
  margin: 0px; font-size: 11px; font-color: black;
  visibility: hidden; height: 0px;
}

/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:0px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(mktree/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(mktree/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(mktree/bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 11; }
	ul.mktree  li ul li { font-size: 8pt; color: black}
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}
#topBar {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	height: 15px;	
	background-color: #008040;	
	margin: 0;
	border-bottom: 10px inset #C6EC8C;	
}

#navigation {	
	position: absolute;
	z-index: 1;
	width: 220px;
	padding-right:10px;
	padding-top: 0px;	
	top: 40px;
	left: 0%;	
	height:100%;	
	text-align:right;
	}

#centerDoc {
	position: absolute;		
	width:211;
	left: 0;
	top: 120px;	
	text-align:left;
	z-index: 10;	
	margin: 0px 0 20px 0px; /*top right bottom left*/
	display: block;	
	}
	
body {		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F9F9F9;
	margin:0; 
	padding:0;	
	}	
	
