/*gloabal Styles*/

*{margin:0; padding:0;}

body 
{
	font-family:verdana;
	font-size:11px
}

table 
{
	font-family:verdana;
	font-size:11px
}
td
{
	font-family:verdana;
	font-size:11px
}



div.header
{
	margin:1px 0 0 1px;
	padding:0px 0px 0px 0px;	
	width:810px
}

div.menu a
{
	color:white;
	text-decoration:none;
}

div.menu a:hover
{
	text-decoration:underline;
	color:#D3D3D3;
}

th.tableHeader1
{
	border:solid 2px #cccccc;
	background-color:#DDA0DD;
	color:white;
	margin:1px 0 0 1px;
	padding:1px 1px 1px 1px;	
	width:810px
}

th.tableHeader2
{
	border:solid 2px #cccccc;
	background-color:#ADD8E6;
	color:white;
	margin:1px 0 0 1px;
	padding:1px 1px 1px 1px;	
	width:810px
}












@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:10px; 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(images/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet {  cursor: pointer; background: url(images/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(images/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: 10pt; }
	ul.mktree  li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}
	
.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	white-space: nowrap;
}
.tree img {
	border: 0px;
	height: 18px;
	vertical-align: text-bottom;
}
.tree a {
	color: #000;
	text-decoration: none;
}
.tree a:hover {
	color: #345373;
}
	
	
	
div.body a
{
	color:#808080;
	text-decoration:none;
}

div.body a:hover
{
	color:#191970;
        text-decoration:underline; 
        
}	
	
div.body
{
	border:solid 2px #cccccc;
	padding:2px 2px 2px 2px;
	width:800px
}
	
div.footer
{
    background-color:#6495ED;
    border:solid 2px #cccccc;
    padding:2px 2px 2px 2px;
    width:800px
}
	
div.menu
{
	border:solid 2px #cccccc;
	background-color:003366;
	padding:3px 3px 3px 3px;	
	width:800px
}	

div.offices
{
  	border:solid 2px #cccccc;
  	padding:3px 3px 3px 3px;	
	width:800px
}
 
	
	
	
