@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

a.links { text-decoration: none; color:#666666;}
a:hover.links { text-decoration:underline; color:#999999; font-weight: bold;}

a.linksbrown { text-decoration: none; color:#663300;}
a:hover.linksbrown { text-decoration:underline; color:#663300; font-weight: bold;}

a.linksorange { text-decoration: none; color:#d26b06;}
a:hover.linksorange { text-decoration:underline; color:#d26b06; }

a.linksyellow { text-decoration: none; color:#ffff99;}
a:hover.linksyellow { text-decoration:underline; color:#ffff99; font-weight: bold;}

.sloganorange {
	font-family: tahoma;
	color: #d26b06;
	font-size: 16px;
	
}

.menu {font-family: tahoma; color: #666666; font-size: 11px; font-weight: bold;}
.menuorange {font-family: arial; color: #d26b06; font-size: 16px; }
.arialreg {font-family: Arial; color: #ffffff; font-size: 13px;}
.ecoyellow {font-family: tahoma; color: #ffff99; font-size: 11px; font-weight: bold;}
.arialbrown {font-family: Arial; color: #663300; font-size: 14px; font-weight: bold;}
.arialorange {font-family: Arial; color: #d26b06; font-size: 11px; font-weight: italic;}
.arialsmall {font-family: Arial; color: #ffffff; font-size: 11px; font-weight: italic;}
.arialorangeunder {font-family: Arial; color: #d26b06; font-size: 11px; font-weight: bold; text-decoration:underline;}