body {
	
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #414141;
}

#content{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left: -400px;
	width: 800px;
	height: 600px;
	background-color: #FFFFFF

}

#center{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 60px;
	margin-top: -40px;
	margin-left: -30px;
	background-color: #666666;
}

.loading{
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/*
 * The small squares.
 */

#top_right{
	width: 10px;
	height: 10px;
	background-color: red;
	position: absolute;
	background-color: #666666;
	right: 3px;
	top: 3px;
}

#top_left{
	width: 10px;
	height: 10px;
	background-color: #666666;
	position: absolute;
	left: 3px;
	top: 3px;
	
}

#bottom_right{
	width: 10px;
	height: 10px;
	background-color: #666666;
	position: absolute;
	right: 3px;
	bottom: 3px;
	
}

#bottom_left{
	width: 10px;
	height: 10px;
	background-color: #666666;
	position: absolute;
	left: 3px;
	bottom: 3px;
}

h3{
	margin-top: 15px;
}


a.a{
	color: #414141;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.b{
	color: #F0D789;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.d{
	color: #EFFBFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.c{
	color: #C01A18;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}


