body	{
		margin:0px;
		padding:0px;
		background:url(images/all_bg.jpg) top left; 
		}
form 	{
		margin:0px;
		padding:0px;
		size:auto;
		}
td		{
		color:#838282;
		font-family:tahoma;
		font-size:11px;
		}
ul		{
		margin:0px;
		padding:0px;
		list-style:none;
		}
ul li 		{
		height:14px;
		background:url(images/list1.gif) bottom left no-repeat;
		padding:0 0 0 9px
		}
ol		{
		margin:0px;
		padding:0px;
		list-style:none;
		}
ol li	{
		height:14px;
		background:none;
		padding:0 0 0 9px
		}
a	{
		color:#790000;
		text-decoration:underline;
		}
a:hover	{
		text-decoration:none;
		}
textarea{
		width:159px;
		height:101px;
		border-style:solid;
		border-width:1px;
		border-color:#67737D;
		color:#67737D;
		font-family:tahoma;
		font-size:11px;
		overflow:auto;
		padding-left:3px
		}
input	{
		width:159px;
		height:19px;
		border-style:solid;
		border-width:1px;
		border-color:#67737D;
		color:#67737D;
		font-family:tahoma;
		font-size:11px;
		padding-left:3px
		}
.more	{
		color:#1F1F1F;
		}



.anylinkcss {                /*  drop down menu specs  */
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	font-color: #006699;
	text-decoration: none;
	line-height: 16px;
	z-index: 5000;
	background-color: #cc9;
	width: 150px;
	left: 180px;
	/*  top: -22px;    */
}
.anylinkcss a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid black;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
font-color: #006699;
text-indent: 5px;
}
.anylinkcss a:hover{            /*  hover background color  */
COLOR: #fff; BACKGROUND-COLOR: #69c
}
.anylinkcss a:highlighted {
COLOR: #fff; BACKGROUND-COLOR: #369
}

