/* acca-v.css: Standard Style sheet for Verdana pages
Created 25/3/05 for pmaps site, updated for acca site 7/06
New version with div statements 7/10
(c) 2006-10, Ian Byrne, Milton Keynes, England
*/

	body { background: url(acca-paper.gif);  text-align: center; }	
	body, p, h1, h2, h3, tr, td, ul, li { font-family: Verdana, Arial, Helvetica, sans-serif; }
	body, p, td, tr, ul, li { font-size: 10pt; }	
	body, form {margin:0; padding:0;}

/* Outer Wrapper */

	div.outback { width: 766px; background-color: #00039C;  text-align: center; margin: 10px auto; }

/* Inner Wrapper */

	div.wrapper { width: 758px; background-color: white;  margin: 4px; margin-top: 4px; margin-bottom: 4px; text-align: center; }

/* Main */

	div.main { width: 746px; background-color: white;  margin: 6px; margin-top: 4px; margin-bottom: 4px; text-align: left; }
	h1  { font-size: 16pt; font-weight: bold; margin-bottom: 0pt; text-align: left; color: #00039C; }
	h2  { font-size: 13pt; font-weight: bold;  margin-top: 0pt; margin-bottom: 0pt; text-align: left; }
	h3  { font-size: 12pt; font-weight: bold;  margin-bottom: 0pt; text-align: left; }
	h4  { font-size: 10pt; font-weight: bold;  margin-bottom: 0pt; text-align: left; }
	a:hover { color: red; }

/* Navig (Navigation menu) */
/* Schema for hyperlinks in navigation bar (class=navi) */

	span.navig  { font-family: Arial, Helvetica, sans-serif;  font-size: 10pt; text-align: center; font-weight: bold; color: yellow; text-decoration: none; }
	a.navi { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: yellow; text-decoration:none; font-weight: bold; }
	a.navi:link { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: yellow; text-decoration:none; font-weight: bold; }
	a.navi:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: yellow; text-decoration:none;  font-weight: bold; }
	a.navi:hover  { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: white; text-decoration:none; background: blue;  font-weight: bold; }

/* Thanks */
	span.thanks { font-size: 8pt; font-style: italic; }

/* Small Left */
	div.smalleft { font-size: 9pt; text-align: left; font-style: italic; margin-top: 4pt; }

/* Footer */
	div.footer { background-color: #00039C; color: white; padding: 0px; }


/* Copyright */
	div.cright  { font-size: 8pt; text-align: center; color: white; }
	a.crighty:link { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: yellow; text-decoration:underline; font-weight: normal; }
	a.crighty:visited { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: yellow; text-decoration:underline;  font-weight: normal; }
	a.crighty:hover  { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: white; text-decoration:underline; background: blue;  font-weight: normal; }

/* not generally used
*/
	span.smalltable { font-size: 8pt; text-align: left; }





