@charset "iso-8859-1";

  body {
	padding:		2em 1em 2em 35px;
	margin:			0;
	font-family:		arial;
	color:			#000000;
	background:		#ff9900;
	background-position:	top left;
	background-attachment:	fixed;
	background-repeat:	no-repeat;
	background-image:	url(/images/logo.png);
  }

  a {
	text-decoration:	none;
	color:			#000000;
  }

  a:hover {
	color:			#FFFFFF;
  }

  img {
	border-color:		#FFFFFF;
	border-style:		solid;
	border-width:		2px;
  }

  .nb {
	border-style:		none;
  }

  blockquote {
	background:		#FF7F50;
	padding:		3px;
	font-size:		14px;
	border-bottom:		2px solid #FFFFFF;
  }

  .banner {
	font-weight:		bold;
	font-size:		xx-large;
	font-family:		arial;
	font-variant:		normal;
	font-style:		italic;
	text-align:		center;
  }
  .mid {

	text-align:		center;
  }

