/*

  EDMMAINE CSS

*/



 /* General page style. */

body {

	background-color: #4A71C6;

}



/* General font families for common tags */

li, font, th, td, p { font-family: Arial, Helvetica, sans-serif }

a:link, a:active, a:visited { color : #000000; }

a:hover		{ text-decoration: underline; color : #4A71C6; }

hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}



/* This is the border line & background colour round the entire page */

.bodyline	{ background-color: #4A71C6; border: 1px #336633 solid; }





/* General text */

.gen { font-size : 12px; }

.genmed { font-size : 11px; }

.gensmall { font-size : 10px; }

.gen, .genmed, .gensmall { color : #000000; }

a.gen, a.genmed, a.gensmall { color: #000000; text-decoration: none; }

a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #000000; text-decoration: underline; }

.genstart { font-size : 13px; font-weight: bold; }

li.gen { text-indent: 5px; }





/* Select */

.select			{ font-weight: normal; font-size: 10px ; letter-spacing: 1px; color : #8C6D21}



/* Bottom links */

.blink			{ font-weight: normal; font-size: 10px; color : #000000}

a.blink:link	{ font-weight: normal; font-size: 10px; color : #000000}

a.blink:hover	{ font-weight: normal; font-size: 10px; color : #000000}

a.blink:visited	{ font-weight: normal; font-size: 10px; color : #000000}



/* Copyright */

.copyright			{ font-weight: normal; font-size: 10px; color : #333333}

a.copyright:link	{ font-weight: normal; font-size: 10px; color : #333333}

a.copyright:visited	{ font-weight: normal; font-size: 10px; color : #333333}

a.copyright:hover	{ font-weight: normal; font-size: 10px; color : #333333}

.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000099;
	text-decoration: none;
}