body {
	margin:0; 
	padding:0; 
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	vertical-align:top;
}

img {
	border-color: #cc0000;
}

h1 {
	font-size:100%;
	font-weight:bold;
}

.button{
	background-color:#efcf2e;
	color:#663300;
}

/*********main table**************/
#table781{
	text-align:left;
	width:781px;
	margin:66px auto; /*centers the main part of the page. 13px top and bottom, left and right equal */
	background-color:#ffffff;
	padding:0 0 0 0;
}
/*********end main table**************/

.centerTable{
	
}
.centerTable td{
	text-align:center;
}
/***************footer links*****************/

#copyright{
	font-size:11px;
	color:#545454;
}

#copyright a:link{
	color:#545454;
	text-decoration:none;
}
#copyright a:visited{
	color:#545454;
	text-decoration:none;
}
#copyright a:hover{
	color:#545454;
	text-decoration:underline;
}
/***************end footer links*****************/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	text-align:center;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFFF33;
	padding: 8px 8px 4px;
	background: url(img/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(img/bubble.png) bottom right;
}

.doit {
	background-color:#cccccc;
}
.didit {
	background-color:#ffffff;
}