/* page content elements */ @import url("pages.css");


body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #8FBD40;
}

td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


a:link	{
	color: #408080;
	text-decoration: none;
}

a:active	{
	color: #408080;
	text-decoration: none;
}

a:visited	{
	color: #408080;
	text-decoration: none;
}

a:hover	{
	color: #408080;
	text-decoration: underline;
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}

li	{
	/*font-size: 16px;*/
	font-weight: bold;
	margin-top: 3px;	
	margin-left: 44px;
	margin-bottom: 1px;
}
.leftMarg	{
	/*font-size: 16px;*/
	margin-top: 3px;	
	margin-left: 10px;
	margin-bottom: 1px;
}
.tbflat  {
	font-size : xx-small;
	font-family : Verdana,Arial;
	border-width : 1;
	border-style : solid;
	border-color : #008080;
}
.tbflatB  {
	font-size : xx-small;
	font-family : Verdana,Arial;
	border-width : 1;
	border-style : solid;
	border-color : #008080;	
	background-color : #D1E6E7;
} 

.cmdflat  {
	font-size : xx-small;
	font-family : Verdana,Arial;
	background-color : #483d8b;
	color : #ffffff;
	font-weight : bold;
	border-width : thin;
}
h1	{
	/*font-size: 16px;*/
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2	{
	/*font-size: 14px;*/
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3	{ 
	/*font-size: 13px;*/ 
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4	{
	/*font-size: 12px;*/
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {border:0;}
.ulu {margin-left: 0px;}
.ulu li	{
	/*font-size: 16px;
	font-weight: bold;*/
	margin-top: 3px;	
	margin-left: 14px;
	margin-bottom: 1px;
}
.uluNB li	{
	/*font-size: 16px;*/
	margin-left: 0px;
	font-weight: normal;
	margin-top: 3px;	
	margin-left: 14px;
	margin-bottom: 1px;
}
#menu {width:600px;position:relative; height:77px; margin:2em auto;}
#menu a:visited, #menu a {text-decoration:none; color:#d00; font-weight:bold;}
#menu a:visited img, #menu a img{filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 -moz-opacity: 0.40; opacity:0.4;
}
#menu a:hover {background-color:transparent; color:#06a;}
#menu a span {display:none;}
#menu a:hover span {display:block; position:absolute; top:50px; left:0; font-size:12px; height:18px; padding:4px; font-weight:normal; color:#06a;}

#menu a:hover img { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
 }
 * html #menu{
margin-left: 100px;
}
