body {
	font-family: Verdana,Geneva,Arial,sans-serif;
	font-size: 8.5pt;
	color: #000000;
}

#Container {
	width:750px;
	margin:0px auto; 
	margin-left:auto;
	margin-right:auto;
	padding:2px;
}

a {
	text-decoration:none;
	}

img {
  border: 1px solid black; 
}


.bl {background: url(images/bl_green.gif) 0 100% no-repeat #04CE34; width: 190px}
.br {background: url(images/br_green.gif) 100% 100% no-repeat}
.tl {background: url(images/tl_green.gif) 0 0 no-repeat}
.tr {background: url(images/tr_green.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 



a:link { }

a:visited {color:#blue;}

a:hover {
	text-decoration:underline;
} 

#content {
	width:540px;
	text-align:justify;
}

html, body { overflow-x: hidden; }   

td {
    font-family: Verdana,Geneva,Arial,sans-serif;
	font-size: 8.5pt; 
	padding:1pt;
	text-align:justify;
}

blockquote {
	text-align:justify;
	padding: 1em;
	margin: 2em; 
	border: solid 1px #0B496E;
	background-color: #F9FBFE;
	line-height:15px;
}

p {
    margin-top:0px;
	margin-bottom:0px;
	width:550px;
}

h1 {
	margin-top:0px;
	margin-bottom:0px;
    font-family:  Verdana, Arial, Sans-Serif;
/*	border-bottom: solid 1px #0B496E;*/
	padding-top: 2px;
	padding-left: 4px;
	margin-left: -5px;
	width: 550px;
    color: #122e57;
    font-size: 110%;
}

h1 a {
   color: royalblue;
   text-decoration: none;
   font-size: 120%;
}

h1 a:hover {
   color: royalblue;
   text-decoration:underline;
   font-size: 120%;
}

h2 {
    font-family: Verdana,Geneva,Arial,sans-serif;
	letter-spacing: 1pt;
	padding:0pt;
	font-size: 110%;
	margin-top:0px; 
	margin-bottom:0px;
}

h3 {
    font-family: Verdana,Geneva,Arial,sans-serif;
	letter-spacing: 1pt;
	padding:0pt;
	font-size: 100%;
	margin-top:0px;
	margin-bottom:0px;
}

h4 {
	margin-top:2px;
	margin-bottom:4px;
    font-family:  Verdana, Arial, Sans-Serif;
	
	padding-top: 2px;
	padding-left: 4px;
	margin-left:  5px;
	width:770px;
    font-size: 110%;	
}

h5 {
	margin-top:2px;
	margin-bottom:2px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14.5pt;
	letter-spacing: 2pt;
	padding:2pt;
	}


#tiny {
	margin-left:0px;
	font-size:9px;
	font-weight:bold;
 }


.TreeView 
{
    font: Verdana;
    line-height: 20px;
	cursor: pointer; 
	font-style: normal;
}

.TreeView LI
{
    /* The padding is for the tree view nodes */
    padding: 0 0 0 18px;
    margin-top:-4px;
    float: left;
    width: 100%;
    list-style: none;
}

.TreeView, .TreeView ul
{
    margin: 0;
    padding: 0;
}

LI.Expanded 
{
    background: url(images/minus.gif) no-repeat left top;
}

LI.Expanded ul
{
    display: block;
    margin-left:-14px;
}

LI.Collapsed 
{
    background: url(images/plus.gif) no-repeat left top;
}

LI.Collapsed ul
{
    display: none;

}

.Highlighted
{
    color: red;
}

.AlternateHighlight
{
    color: blue;
}


.preload2 {background: url(images/button4.gif);}
.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:40px; background:#fff url(images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#bbb; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#fff; background: url(images/button4.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(images/button4.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#fff; background: url(images/button4.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(images/button4.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(images/button4a.gif) no-repeat right top;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

