@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(backgrounds/gy_marble22.gif);
}
.HTMLcode {
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
}
/* CSS Document */

#outerTable {
	border: 4px double #000066;
	margin-right: auto;
	margin-left: auto;
}
li  {
	margin-bottom: 8px;
	line-height: 1.1em;
	font-size: .9em;
}
.subText {
	font-size: .85em;
}
.creditsTable {
	font-size: .7em;
}

a.shortButton {
	color: #000099;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 2px 4px;
	border: 2px outset #999999;
	background-color: #FFFFCC;
}
a.shortButton:hover {
	color: #FFFFCC;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 2px 4px;
	border: 2px inset #999999;
	background-color: #990000;
}

.copyrightDark {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Helv, Arial, sans-serif;
	font-size: 8pt;
	color: #000033;
	margin-left: 12px;
}
.buttonTable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 4px;
	font-size: 0.8em;
}
.buttonTable td {
	padding: 4pt 2pt;
}
.pageTitle {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	color: #990000
}
.currentButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.eggism {
	color: #000066;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}
.contentTable {
	background-color: #FFFFFF;
}
.contentTable .dividerRow {
	color: #990000;
	text-align: left;
	text-indent: 12px;
	font-size: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #600;
	border-bottom-color: #600;
}
.contentTable p {
	font-size: 0.95em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
.contentTable th {
	color: #990000;
	text-align: left;
	text-indent: 12px;
}
.contentTable td {
	padding-right: 4px;
	padding-left: 8px;
}
.mono {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
}
.redtext {  color: #CC0000}
.tinytext {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em
}

.subrow {
	font-size: 1em;
	font-weight: bold;
}
.subtitle1 {
	font-size: 1.2em;
	color: #660000;
	font-weight: bold;
}
#headerTable {
	margin-right: auto;
	margin-left: auto;
	margin-top: 48px;
}
.headerImage {
	margin-right: 6px;
}
.bannerTable {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: .9em;
}
#headBannerTable {
	color: #FFF;
	background-color: #000;
	margin-bottom: 1em;
}
#headBannerTable .headerText {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0em;
	text-indent: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
#headBannerTable .buttonTable {
	margin-right: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#headBannerTable a.shortButton {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px 4px;
	border: 2px outset #999999;
	background-color: #EEE;
	font-size: 8pt;
	white-space: nowrap;
}
#headBannerTable a.shortButton:hover {
	color: #FFF;
	text-decoration: none;
	padding: 2px 4px;
	border: 2px inset #999999;
	background-color: #600;
}
#headBannerTable .pageTitle {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0em;
	text-indent: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
	color: #EEE;
}

.centered {
	display: block;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
}

.mred {
	color: #E00;
}

.mblue {
	color: #00E;
}

.mgreen {
	color: #090;
}

.image_left {
	display: block;
	float: left;
	margin-right: 8px;
}

