.brickredbg { background-color:#660000; }
.graybg { background-color:#CCCCCC; }
.darkgraybg { background-color:#333333; }
.blackbg { background-color:#000000; }
.tanbg { background-color:#9E6934; }

.header {
	font-family:Book Antiqua, Copperplate Gothic Bold, Times New Roman, serif;
	color: #FFFFFF;
	font-size: x-large;
	margin-bottom: 6px;
	margin-left: 68px;
	}
.maincontentdim {
	width: 1000px;
	margin-left: 20px;
}
.maincontent { 
	font-family: Arial, Helvetica, sans-serif;
        font-size: small;
}
.seriescell {
	color: white;
	font-size: medium;
	padding:1px;
	}
.graycell {
	background-color:#CCCCCC;
	color: #333333;
	font-size: small;
	padding: 12px;
}
.photocell {
	color: white;
	font-size: medium;
	text-align: center;
	padding: 1px;
}

a { color: #333333; }
a:hover { color: #9E6934; }

a.global {
	text-decoration:none;
	color: white;
	padding: 3px;
	font-size: medium;
	}
a.global:hover { color: #9E6934; }
.globalcurrent { color:#999999; padding: 3px; font-size:medium; }

.footer {
    font-family:Book Antiqua, Copperplate Gothic Bold, Times New Roman, serif;
	background-color: #333333;
	color: white;
	font-size: small;
	}
