/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*

   Chandos Styles

   Authors:
	   Name  : Hugh Field-Richards, Ian Field-Richards
	   Email : hsfr@hsfr.org.uk, ifr@sevenseventyfour.com

-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

   Version   Date                   Who        Changes
   ==========================================================================

   0.0.0     1st August 2007        HSFR       Created

*/

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Default document styles
*/
	
body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link { color: #660000; text-decoration: none }
a:visited { color: #660000; text-decoration: none }
a:hover { a:hover { color: white; text-decoration: none; background-color: #A84E1D; } }
a:active { color: #660000; text-decoration: none }

h1 {
   font-family: Georgia,times,serif;
   color: rgb( 102, 0, 0 );
   font-style:italic;
   font-size: 120%;}

h2 {
   font-family: Georgia,times,serif;
   color: rgb( 102, 0, 0 );
   font-style:italic;
   font-size: 100%;}

h3, h4, h5, h6 {
	color: #996633;
}

#printContentPanel {
	background-color: white;
	color: black;
   width: 620px;
   height: 600px;
	padding: 10px 20px 10px 20px;
	line-height: 150%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
}

p a:link { color: #660000;  text-decoration: none }
p a:visited { color: #660000;  text-decoration: none }
p a:hover { a:hover { color: white; text-decoration: none; background-color: #A84E1D; } }
p a:active { color: #660000;  text-decoration: none }



