/* CSS definition file containing site wide stylesheets */

.Heading {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: 24px;
 	color: rgb(255,0,0);
 	font-weight: bold
}

BODY {
	background-image: url( "../assets/images/bg.gif" );
 	background-repeat: repeat-y;
 	background-position: top
}

.RedLineBox {
	border: 1pt solid rgb(255,0,0);
 	padding: 4pt
}

.RedBGBox {
	background-color: rgb(255,230,230);
 	border: 1pt solid rgb(255,0,0);
 	padding: 8pt
}

.WhiteOnRed {
	color: rgb(255,255,255);
 	background-color: rgb(166,37,0)
}

.Heading2 {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: 17px;
 	font-weight: bold
}