body {
	margin: 0px;
	background-color:#E9F4F5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

table#tab_layout {background-color:ffffff;}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00006D;
	margin: 4px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000064;
	font-weight: bold;
	margin-left: 11px;
	margin-bottom: 4px;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 8px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 4px;
}

.copyright {font-size: 11px;
text-align:center;
color:#999999}
.copyright a {
color:#999999;
}

/* left side buttons only */

div#buttonA {
    margin-left: 0px;
}
div#buttonA ul {
list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 21px;
}
div#buttonA li {
    list-style-type: none;
    height: 25px;
    width: 160px;
    margin: 0px;
    text-align:right;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 0px;
}
div#buttonA li a:link {
    color: #000000; /* black text */
	background-image: url(../images/buttons/button_back.gif);
    background-color: #B1D5EB;
	padding-right:12px;
 
}
div#buttonA li a:visited {
    color:#000000; /* black text */
    background-color:#B1D5EB;  /* light blue background for buttons */
	background-image:url(../images/buttons/button_back.gif);
	padding-right:12px;
 
}
div#buttonA li a:hover {
    color: #000000; /* black text*/
	background-image: url(../images/buttons/button_hover2.gif);
	padding-right:12px;
  
}
div#buttonA li a:active {
    color: #000000;  /* black text*/
	background-image: url(../images/buttons/button_active2.gif);
    background-color: #666666;
	padding-right:12px;
}
