/* header formatting */

h1	{ font-size: 24pt;
	  font-style: italic;
	  font-family: Verdana, Arial, Helvetica, sans-serif; }

h2	{ font-size: 18pt;
	  font-style: italic;
	  font-family: Verdana, Arial, Helvetica, sans-serif; }

h3	{ font-size: 14pt;
	  font-style: italic;
	  font-family: Verdana, Arial, Helvetica, sans-serif; }

h4	{ font-size: 12pt;
	  font-style: italic;
	  font-family: Verdana, Arial, Helvetica, sans-serif; }

h5	{ font-size: 10pt;
	  font-style: italic;
	  font-family: Verdana, Arial, Helvetica, sans-serif; }

h6	{ font-size: 8pt;
	  font-style: italic;
	  font-family: Verdana, Arial, Helvetica, sans-serif; }

/* paragraph, font, dl, dt, dd, ul, ol, li formatting */

p, font, dl, dt, dd, ul, ol, li		{ font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* code, pre, tt formatting */
code, pre, tt	{ font-size: 12pt; font-family: "Courier New", Courier, monospace; }

/* cite, em formatting */
cite, em	{ font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* line-height = 2 */
.lh2	{ line-height: 2; }

.lh4	{ line-height: 4; }

/* default: font=3 or 12pt */
/* font=1 */
.p8	{ font-size: 8pt; }

/* font=2 */
.p10	{ font-size: 10pt; }

/* default: font=3 */
.p12	{ font-size: 12pt; }

/* font=4 */
.p14	{ font-size: 14pt; }

/* font=5 */
.p18	{ font-size: 18pt; }

/* font=6 */
.p24	{ font-size: 24pt; }

/* font=7 */
.p36	{ font-size: 36pt; }

/* forty-eight points */
.p48	{ font-size: 48pt; }

/* tables */

/* bgcolor = hex 666666 */

table.logotable { background-color: #a9a9a9; }
td.logocell { background-color: #cccccc; color: #000000; }

table.spacertable { background-color: #666666; }
td.spacercell { background-color: #666666; }

table.lefttable { background-color: #a9a9a9; }
td.leftcell { background-color: #FFDAB9; color: #000000; }

table.contenttable { background-color: #a9a9a9; }
td.contentcell { background-color: #cccccc; color: #000000; }

table.imagetable { background-color: #a9a9a9; }
td.imagecell { background-color: #000000; }

table.imagespacertable { background-color: #000000; }
td.imagespacercell { background-color: #000000; }

table.outertable { background-color: #a9a9a9; }
td.outercell { background-color: #cccccc; }

table.innertable { background-color: #cccccc; }
td.innercell { background-color: #cccccc; color: #000000; }

table.innerspacertable { background-color: #cccccc; }
td.innerspacercell { background-color: #cccccc; }

/*  LAX, VPYF, Rockbusters */

table.laximgtable { background-color: #7CFC00; }
td.laximgcell { background-color: #000000; }

table.vpyfimgtable { background-color: #FFD700; }
td.vpyfimgcell { background-color: #000000; }

table.rockbcontenttable { background-color: #ffd700; }
td.rockbcontentcell { background-color: #254545; }

table.rockbimgtable { background-color: #254545; }
td.rockbimgcell { background-color: #254545; }

/* VHS bgcolor = hex ffffbb */

table.vhslefttable { background-color: #006400; }
td.vhsleftcell { background-color: #FFFFE0; color: #006400; }

table.vhsspacertable { background-color: #ffffbb; }
td.vhsspacercell { background-color: #ffffbb; }

table.vhscontenttable { background-color: #006400; }
td.vhscontentcell { background-color: #FFFFE0; color: #006400; }

table.vhsoutertable { background-color: #006400; }
td.vhsoutercell { background-color: #FFFFE0; }

table.vhsinnertable { background-color: #FFFFE0; }
td.vhsinnercell { background-color: #FFFFE0; color: #006400; }

/* Chaut bgcolor = hex 0000cc */

table.chautspacertable { background-color: #0000cc; }
td.chautspacercell { background-color: #0000cc; }

table.chautcontenttable { background-color: #0000cc; }
td.chautcontentcell { background-color: #0000cc; color: #ffffff; }

table.chautoutertable { background-color: #a9a9a9; }
td.chautoutercell { background-color: #0000cc; }

table.chautinnertable { background-color: #000099; }
td.chautinnercell { background-color: #0000ff; color: #ffffff; }

/* McM bgcolor = hex 0000cc */

table.mcmlefttable { background-color: #0000cc; }
td.mcmleftcell { background-color: #ffffff; color: #0000cc; }

table.mcmspacertable { background-color: #0000cc; }
td.mcmspacercell { background-color: #0000cc; }

table.mcmoutertable { background-color: #ffffff; }
td.mcmoutercell { background-color: #0000cc; }

table.mcminnertable { background-color: #ffffff; }
td.mcminnercell { background-color: #0000cc; color: #0000cc; }

table.mcmcontenttable { background-color: #0000cc; }
td.mcmcontentcell { background-color: #0000cc; color: #0000cc; }
