body {
	background-color: white;
	background-image: url(images/yellow.gif);
	background-repeat: repeat-y;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border-style: none;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 36px;
	margin-top: 20px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
	margin-left: 30px;
	margin-bottom: 0px;
}
p {
	margin-left: 30px;
	margin-right: 30px;
}
kbd {
	margin-left: 30px;
}
small {
	color: gray;
}
.fonts {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.textSmall	{ font-weight:normal; font-size:16px; line-height:85% }
.textMedium	{ font-weight:normal; font-size:17px }
.textBig	{ font-weight:normal; font-size:19px }

span.textWhite { color: white }
a.textWhite {
	color: white;
	display: block;
	text-decoration: none;
}
a.textWhite:link { color: white }
a.textWhite:visited { color: yellow }
a.textWhite:hover { color: red }
a.textWhite:active { color: red }
a.textWhite:focus { color: red }

.textBlack {
	color: black;
	display: block;
	text-decoration: none;
}
a.textBlack:link { color: black }
a.textBlack:visited { color: purple }
a.textBlack:hover { color: red }
a.textBlack:active { color: red }
a.textBlack:focus { color: red }

a#footer:link { color: gray }
a#footer:visited { color: gray }
a#footer:hover { color: red }
a#footer:active { color: red }
a#footer:focus { color: red }

/*	Mozilla aligns inline images on the baseline,
	IE aligns inline images on the bottom	*/
.imgBox td img {display: block}

.spacerCell { height: 9px }
.textBar { font-size: 16px }

.ruler {
	margin-left: 30px;
	margin-right: 30px;
}