/* BlackOnWhite.css template (probably can be printable template as well)
  this builds on style.css and overrides the colors there, but uses the spacings already defined there.
  both should be called for the printable versioin
 */

body {
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
	}
p {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
a:active {color: #003399;}
a:link { color: #003399;}
a:visited {color: #003399;}
a:hover { color: #990000}

.inmainboxhome {
	margin: 0px 10% 5px 10%;
	padding: 20px;
	background-image: url("layout/whitebackgroundhome.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	border: 3px solid #534942;
	text-align: left;
	}

.scrolly {
	background-image: none;
	height: .5em;
	}

#menu a:active { text-decoration: none; color: #003399}
#menu a:link { text-decoration: none; color: #003399}
#menu a:visited { text-decoration: none; color: #003399}
#menu a:hover { text-decoration: none; color: #990000}

.inmainbox {
	margin: 0px 10% 5px 10%;
	padding: 20px;
	background-image: none;
	border: 3px solid #534942;
	text-align: left;
	}

.payform fieldset {
	border: 1px solid #FFFFFF;
	}
	
	
	/* etc etc.. */