/* AJAX */
.toggleThis {
	line-height: 1em; 
}
.hide { 
	display: none;
}

/* Blocks */
body {
	color: #000000;
	font-size: 1.0em;
}
a { 
	text-decoration: none;
	color: #000080; 
}
h1 { 
	font-size: 1.5em;
	font-weight: bold; 
}
h2 { 
	font-size: 1.2em;
	font-weight: bold; 
}
td { 
	text-align: center; 
}
legend { 
	font-weight: bold;
	color: black; 
}
hr { 
	color: #B22222
}
img { 
	border: 0; 
}

/* Classes */
.content { 
	color: black;
	width: 640px; 
	height: 550px; 
	margin: 2px; 
	padding: 8px; 
	padding-left: 12px; 
	padding-right: 25px; 
}
.main {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1; 
	width: 640px;
	height: 550px;
}
.navbar {
	display: none;
}

.webmail { 
	text-align: left; 
}
.tablehead { 
	font-variant: small-caps; 
}
.centered { 
	text-align: center;
}
.leftlist {
	z-index: 3;
	position: absolute;
	top: 80px;
	left: 40px;
	font-size: 0.9em;
	width: 175px;
	height: 350px;
	line-height: 1.5em; 
}
.midlist {
	z-index: 3;
	position: absolute;
	top: 80px;
	left: 230px;
	font-size: 0.9em;
	width: 175px;
	height: 350px;
	line-height: 1.5em; 
}
.rightlist {
	z-index: 3;
	position: absolute;
	top: 80px;
	left: 420px;
	font-size: 0.9em;
	width: 175px;
	height: 350px;
	line-height: 1.5em; 
}
.tagline {
	display: none;
}
.exchange{
	display: none;
}
