body{
	margin-top: 0px;
	background-color: #D3D3D3;
	font-family: arial,verdana;
	font-size: 11px;
	color: #4B483D;
}
span.inv_bl{
	font-size: 0px;
   color: White;
}
h1{
	font-size: 12px;
   color: #4B483D; 
}

A:link    {text-decoration: none;font-family: Arial;font-size: 11px; color: #000168;}
A:visited {text-decoration: none;font-family: Arial;font-size: 11px; color: #000168;}
A:active  {text-decoration: none;font-family: Arial;font-size: 11px; color: #000168;}
A:hover   {text-Decoration: none;font-family: Arial;font-size: 11px; color: red;}

A:link.tx1    {text-decoration: none;font-family: Arial;font-size: 11px; color: #4B483D;}
A:visited.tx1 {text-decoration: none;font-family: Arial;font-size: 11px; color: #4B483D;}
A:active.tx1  {text-decoration: none;font-family: Arial;font-size: 11px; color: #4B483D;}
A:hover.tx1   {text-Decoration: none;font-family: Arial;font-size: 11px; color: red;}

A:link.m1    {text-decoration: none;font-family: Arial;font-size: 11px; color: #4B483D;font-weight: bold;}
A:visited.m1 {text-decoration: none;font-family: Arial;font-size: 11px; color: #4B483D;font-weight: bold;}
A:active.m1  {text-decoration: none;font-family: Arial;font-size: 11px; color: #4B483D;font-weight: bold;}
A:hover.m1   {text-Decoration: none;font-family: Arial;font-size: 11px; color: red;font-weight: bold;}

input.txt{
	   font-family: Arial;
		font-size: 10px;
		background-color: #DADADA;
		height: 13px;
		border: 1px;
}
textarea.txt{
	   font-family: Arial;
		font-size: 9px;
		background-color: #DADADA;
		height: 100px;
		border: 1px;
}
input.submit{
	   font-family: Arial;
		font-size: 9px;
		color: #313131;
		background-color: #FFA4A4;
		height: 16px;
		border: 1px;
}
#marqueecontainer{
position: relative;
width: 190px; /*marquee width */
height: 230px; /*marquee height */
background-color: white;
overflow: hidden;

padding: 2px;
padding-left: 4px;
}
