/* egstyle.css */

body, td {
	color: #000000;
	font-size: 12px; 
	font-family: "arial", "sans-serif"; 
}

.header {
	font-weight:bold; 
	font-size:24px;
}

.menu {
	background-color: #186d84
}

a.menu:link, a.menu:visited, a.menu:active {
	background-color: #186d84; 
	color: #09cd35;
	font-size: 14px; 
	font-weight:bold;
	font-family: "arial", "sans-serif"; 
	text-decoration: none
}

a.menu:hover{
	background-color: #186d84; 
	color: #ffffff;
	font-size: 14px; 
	font-weight:bold;
	font-family: "arial", "sans-serif"; 
	text-decoration: none
}

.menuCurrent {
	background-color: #186d84; /* #015eff bright blue #FDFB43 elias yellow */
}

a.menuCurrent:link, a.menuCurrent:visited, a.menuCurrent:hover, a.menuCurrent:active {
	background-color: #186d84; 
	color: yellow; /* #ddca01 golden */
	font-size: 14px; 
	font-weight:bold;
	font-family: "arial", "sans-serif"; 
	text-decoration: none
}

a:link, a:visited, a:hover, a:active {
	color:000000;
	font-size: 12px; 
	font-weight:bold;
	font-family: "arial", "sans-serif"; 
	text-decoration: underline;
}
.headerTrans {
	opacity:.70; 
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70
}
.headerContactTrans {
	opacity:.80; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80
}

.imageTrans {
	opacity:.50; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50
}
.imageNoTrans {
	opacity:1.00; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1.00;
	// border-color: #ddca01;
}
.content {
	background-color: #ffffc0;
}

.highlightedTD {
	border-width:2px;
	border-color:red
}

.nonHighlightedTD {
	border-width:1px;
	border-color:000000
}