/* CSS Document */


/* CUSTOM FONTS LOAD */

@font-face {
    font-family: Lucida Sans Unicode;
    /* font-style:  normal;
    font-weight: normal; */
    src: url(include/LUCIDAS0.eot);
  }

/* END CUSTOM FONTS */
 
body {
	background:url(images/img_bg.gif); 
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Lucida Sans Unicode;
    font-size: 12px;
	color:#cccccc;
}

.heading {
	font-family: Lucida Sans Unicode;
    font-size: 12px;
	color:#FFFFFF;
}

/* TAB + BOX + TEXT SETTINGS */
.tabheading {
	font-family: Lucida Sans Unicode;
    font-size: 10px;
	color:#FFFFFF;
}

.fptext {
	font-family: Lucida Sans Unicode;
    font-size: 11px;
	color:#cccccc;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}
 
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}
/* END FEATURE PROJECT TEXT SETTINGS */
