/* CSS Document */

select{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
				 
.table1	{
	color: black;
	background-image: url(images/cmsback1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
		 
.table2	{
	color: black;
	background-image: url(images/cmsback2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
}



     

