body
	{
	margin: 0px;
	padding: 0px;
	background-color: rgb(120,124,127);
	background-color: rgb(245,245,245);
	background-image: url(pics/bg-page.jpg);
	background-repeat: no-repeat;
	}
	
div, span, a, li, sup
	{
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	color: rgb(51,51,51);
	line-height: 16px;
	}
	
div
	{
	position: absolute;
	margin: 0px;
	padding: 0px;
	}
	
a
	{
	text-decoration: none;
	color: rgb(160,160,160);
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
sup
	{
	font-size: 11px;
	font-weight: normal;
	}
	
ul
	{
	margin: 0px;
	margin-left: 16px;
	padding: 0px;
	}
	
ol
	{
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	}
	
li
	{
	margin-bottom: 5px;
	color: rgb(150,142,57);
	}
	
span.black
	{
	color: rgb(51,51,51);
	font-weight: normal;
	}
	
.oliv
	{
	color: rgb(150,142,57);
	}
	
span.red
	{
	color: rgb(153,0,0); 
	}

	
	
/*--- PULLDOWN MENUES -----------------------------------------------------------------------------------------------*/

div.menubullet
	{
	width: 102px;
	height: 28px;
	top: 67px;
	background-image: url(pics/bullet102-2.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
	/*padding-left: 12px;*/
	cursor: hand;
	}	
	
div.pd
	{
	top: 95px;
	background-color: rgb(235,235,235);
	visibility: hidden;
	display: none;
	}	

td.pulldown
	{
	padding-left: 5px;
	vertical-align: bottom;
	}

td.connector
	{
	background-color: rgb(255,255,255);
	}
	
img.pdBorderLR
	{
	width: 7px;
	height: 18px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
