body {
	margin:0;
	padding:0; 
	height:100%;
	background-color: #6c7487;
    scrollbar-arrow-color: #60636d;
    scrollbar-track-color: #393c43;
    scrollbar-shadow-color: #b2bacf;
    scrollbar-face-color: #b2bacf;
    scrollbar-highlight-color: #b2bacf;
    scrollbar-darkshadow-color: #b2bacf;
    scrollbar-3dlight-color: #b2bacf;
}

td img {
	display: block;
}

/* text CSS */
p {
	padding: 0px 5px;
}

.txt_title {
	color: #172031;
	font-weight: bold;
}

.txt_subtitle {
	color: #40454f;
	font-weight: bold;
}

/* other stuff */
.content {
	width: 641px;
	height: 544px;
	overflow: auto;
	z-index: 90;
}

.content p {
	font-size: 1em;
	color: #393939;
}

.content li {
	font-size: 1em;
	color: #393939;
}

.footer {
	float:right;
	font-size: 11px;
	text-align: center;
	color: #cacaca;
}

#load {
	width: 641px;
	height: 544px;
	position: absolute;
	background: #a7b0c4 url(../img/ajax-indicator.gif) no-repeat center;
/*	overflow:hidden; */
	float:left; 
	/* display:block; */
	z-index: 100; 
}
