.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #000000;
}
.topBar {
	background-color: dbdbdb;
}
#leftLoginBox {
	padding: 4px;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
}
#leftLoginBox td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}

#leftLoginBox #email {
	height: 20px;
	border: 1px solid #999999;
	width: 100px;
	background-image: url(../images/login_bg);
}
#leftLoginBox #password {
	height: 20px;
	border: 1px solid #999999;
	width: 100px;
	background-image: url(../images/login_bg);
}
