body {
	background-image: url(images/bg.gif);
	background-color: #ebe8d7;
}
td {
	font: normal 11px Tahoma, Arial;
	color: #000000;
    font-size: 16px;
}

h1, h2, h3, h4, h5 {
    color: #000000;
    font-weight: bold;
    margin: 0px;
}
ul {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}
h3 {
    font-size: 12px;
}

p {
	margin: 0px;
	padding: 0px;
}
a {
font: normal 16px Tahoma,Arial;
}

.footer {
	font: normal 11px Tahoma, Arial;
	color: #444b5d;
	padding: 20px;
}
.footer a {
	padding: 15px;
	font: normal 11px Tahoma, Arial;
	color: #444b5d;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.grey {
	color: #4e595d;
	font-size: 14px;
}
.grey2 {
	color: #4e595d;
	text-decoration: underline;
	}
.greyNews {
	color: #4e595d;
	font-size: 11px;
	}

.redLL {
	color: #910101;
}

.blye {
	color: #566882;
text-decoration: underline;
}

.blye2 {
	color: #566882;
}
.orange {
	color:#be4808;
	font-size: 12px;
	}
.orange2 {
color:#be4808;
text-decoration: underline;
}
.footer2 {
 color:#444b5d;
 text-decoration: underline;
 }	
	
.yelow {
	color: #b09d2b;
	text-decoration: none
	}
.yelow2 {
	color: #ffff00;
	text-decoration: underline;
	}
.greenkight2{
	color: #87b921;
	text-decoration: underline;
	
}
.greenkight1{
	color: #87b921;
	text-decoration: none;
	
}

.red
{
	color: #B63D00;
}



.green {
	color: #4b6f00;
text-decoration: underline;
}

.green2 {
	color: #4b6f00;

}
.black {
	color: #000000;
	text-decoration: none;
}
.black2 {
	color: #000000;
	text-decoration: underline;
	}
ul {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	list-style: none;
}


a.whitelink {	
	text-decoration: none;
	color: #FFFFFF;

}
a.whitelink2 {	
	text-decoration: underline;
	color: #FFFFFF;
	}
a:whitelink:hover {
	text-decoration: none;
}
.red { 
color:#d31a00;
text-decoration: underline;
}
.red2 { 
color:#d31a00;
text-decoration: none;
}


 /* START THE CODE FOR THE MENUS */

.menu		{ font-family: arial, verdana, helvetica, sans;
		  font-size: 12pt;
		  height: 24px;
		  width: 150px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 16pt;
		  text-align: center;
		  display: block;
		  border: #FFFFFF 0px solid; }


a.menu:link 	{ color: white;
		  background:darkblue;
		  background-image: url("picts/menu.gif");
		  border-bottom: #B48243 1px solid;
		  border-right: #B48243 1px solid; }


a.menu:visited 	{ color: white;
		  background:darkblue;
		  background-image: url("picts/menu.gif");
		  border-bottom: #B48243 1px solid; 
		  border-right: #B48243 1px solid; }


a.menu:active 	{ background:blue;
		  background-image: url("picts/menuon.gif");
		  color: #FFFFFF; }


a.menu:hover 	{ background:blue;
		  background-image: url("picts/menuon.gif");
		  color: #FFFFFF; }
