/* Using monospace here is important because the codes that the software produces are then nicely lined up with each other
*/

body  {
	font-family: monospace;
	font-size: 90%;
	color: #606060;
	background : transparent;
	margin-top: 2px;
	text-align: center;
			
	}


/* This is used to control the width of all the pages - much easier to control 
- the text-align: center; in the body
- the text-align: left; in the wrapper are crucial
*/
#wrapper {
	width: 760px;
	margin: 1px auto auto auto;
	border: 1px solid #888;
	text-align: left;
	background-color : White;
	}


#ie5fix		{
	height: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: none;
	}
	
/*	
a:link,a:visited,a:active {
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight : lighter;
	}
*/	
	
.menu {
	color: black; 
	font-size: 100%; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	}
	
	
td.menu {
	background: #cccccc;
	}


td.highlight1 {
	color: black; 
	background: #ffff99;
	font-weight: bold;
	text-align: center;
	width: 4%;
	}
	
td.highlight2 {
	color: red; 
	font-weight: bold;
	text-align: center;
	width: 4%;
	}
	
	
	
a.menu {
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight : lighter;
	}
		

/* Keep using monospace here to allow lining up of characters */	
p {
	color: black;
	font-size: 100%; 
	text-align: left;
	font-family: monospace;
	}
	
p.foot {
	color: red; 
	font-size: 9pt; 
	text-align: center;
    font-family: arial,sans-serif; 
	font-weight: bold;
	}
	


textarea	{	
	width: 640px;
	height: auto;
	margin-left: 4%;
	padding-left: 6px;
	border: 2px outset #666666;
	font-size: 100%;
	color: blue;
	font-family: Courier New, fixed-pitch;
	background-color : #dddddd;
	}

h1 {
	color: #f33; 
	font-size: 180%; 
	font-weight : lighter;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	

h2   {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 160%;
	color: blue;
	font-weight : lighter;
	background-color : #ECECEC;
	border-bottom-style : dashed;
	border-bottom-width : 1px;
	padding-bottom : 12px;
	margin-top: 0px;
	text-indent : 1em;
	margin-bottom: 2em;
	padding-top : 6px;
	 }

  
	
h5 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 140%; 
	color: red; 
	font-weight : lighter;
	margin-left: 1.0em; 
	}

h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: 	navy;
	margin-left: 2.0em;
	margin-right: 1.0em;
	font-weight: lighter;
	}
	
.imagehead {
	width: 100%;
}


.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: White;
	font-size : 300%;
	background-image : url(colossus.jpg);
	color : Black;
}



/* Use this for brief labels and instructions - especially for tick boxes */
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : green;
	font-size : 100%;	
}
