/* 	
	Style Sheet
*/

input{font-size:12px;border:1px solid #333333;}
textarea, select{font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:12px;}

h1 {
	font-size: medium;
	margin-bottom: 4px;
}

body { 
	   margin-left: 8;
	   margin-top: 8;
	   margin-right: 8;
	   margin-bottom: 8;
	   font-family: Verdana, Arial, Sans-serif;
	   color: #800040; 
	   background-color: #ffffff;
	 }
			
#navigation {
			float: left;
			background-color: #fff; color: #333; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 84%; 
			}

div#navigation a 	{
					font-size: 84%; 
					display: block; 
					background-color: transparent; color: #305896;
					margin: 0; padding: 0.1em; 
					letter-spacing: 0px; 
					/* font-weight: bold; */
					text-decoration: none; 
					}

.endCat		{
			margin-bottom: 15px; 
			border-bottom: 1px dashed #000;
			}

/* link colours */

div#navigation a:link {color: #000000; background-color: transparent;}
div#navigation a:visited {color: #000000; background-color: transparent;}
div#navigation a:active {color: #000000; background-color: transparent;}
div#navigation a:hover {background: #eee; color: #c02e2e;}

div.index {
	text-align: left;
}
div.index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.thumbcell {
	width: 120px;
}