A         { color: #000088; TEXT-DECORATION: underline}
A:hover   { color: #0000cc; text-decoration:none; }
A:link    { color: #000088 }
A:active  { color: #000033 }
A:visited { color: #000033 }

A.nav         { color: #ffffff; TEXT-DECORATION:none}
A.nav:hover   { color: #6b430c; text-decoration:underline; }
A.nav:link    { color: #ffffff }
A.nav:active  { color: #6b430c }
A.nav:visited { color: #6b430c }

div.body{
	position: absolute;
	margin-top:140px; 			
	margin-left:170px;
	width:615px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

}

body {
	background-image: url('bg.jpg');
	background-repeat: repeat-y;
	font-family: sans-serif;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}

img.top {
	position:absolute;
	top:0px;
	left:0px;

}

table.links{
	position:absolute;
	font-size: 12px;		
	background-color: #ffffff;
	margin-top:85px; 			
	margin-left:10px;
	margin-bottom:0px;
	margin-right:0px;
	height:30px;
	width:765px;
	text-align:center;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index:+1;
}

tr.links{
	background-color: #8fb814;
	box-sizing: border-box;
	-moz-box-sizing: border-box;}

table.side{
	position:absolute;
	margin-top:140px; 			
	margin-left:2px;
	width:140px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;;
	font-size: 11px;
	line-height:135%;		
	background-color: #526a0c;
	color: #ffffff;
	z-index:+1;
}

tr.shead{
	font-size: 13px;
	text-align:center;

	background-color: #6b430c;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;}

tr.trside{
	background-color: #8fb814;
	box-sizing: border-box;
	-moz-box-sizing: border-box;}


