/* All area elements */
body {
	background-color: #DDDDDD;
	color: #000000;
	margin: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
h1 {
	text-align: center;
}
A {
	text-decoration: none;
}
A, A:visited {
	color: Blue;
} 
A:Active {
	color: Red;
}
A:hover {
	background-color : #CCCCCC;
	color: Blue;
}
hr {
	color:#000080;
	height: 3px;
}
th {
	background-color : #AAAAAA;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
p.info {
	margin: 5px 7px 10px 7px;
	text-align: justify;
	font-family: Bookman Old Style, Arial;
}

/* IDs Page Laout */
#data {
	margin: 0 3px 3px 0;
	padding: 0 3px 0 0;
	width: 90%;
	background-color: #FFFFFF;
	text-align: center;
	border: solid;
	border-right-color: Gray;
	border-left-color: white;
	border-bottom-color: Gray;
	border-top-color: white;
}

#bottom {
	width: 200px;
	background-color: #EEEEEE;
	color: #888888;
	text-align: center;
	left: 0px;
	bottom: 0px;
	position: relative;
	z-index: 3;
}
	#bottom A {
	background-color: #EEEEEE;
	text-decoration: underline;
	color: #888888;
}