body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}
.navbar {
	background-image: url(../images/Green-Shadow.gif);
	background-repeat: repeat-x;
}
div#main {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
h1 {
	font-size: large;
	font-weight: normal;
}
div#copyright {
	font-size: x-small;
	color: #666666;
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
}
th {
	color: #FFFFFF;
	background-color: #298429;
	font-weight: normal;
	text-align: left;
}
.bg {
	background-color: #C9E2C9;
}
h2 {
	font-size: medium;
	font-weight: normal;
}
.bg_dark {
	color: #FFFFFF;
	background-color: #298429;
}
h3 {
	font-size: small;
	font-weight: bold;
}
#navbar a {
	background-image: url(../images/tabs/tab10_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 32px;
	width: 89px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
}
#navbar a:hover {
	font-weight: bold;
}
td h3, td h2, td h1 {
	margin: 0px;
	padding: 0px;
}
table { 
	border-collapse: collapse;
}

#demotip {
	display:none;
	background:url(../images/tooltip_bottom.png) no-repeat bottom;
	width:202px;
	padding:5px 5px 25px;
	border-top: 1px solid #333333;
}

/* override the arrow image of the tooltip */ 
#demotip.bottom {
	background:url(../images/tooltip_top.png) no-repeat top;
	padding-top:25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
} 