/* CSS Document */

body{
	margin:0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#tablemain{
	background-color:#FFFFFF;
	border: 3px solid #115A02;
}

.padding{
padding-left:30px;


}
.style1 {
	color: #006666;
	font-weight: bold;
}
.style2 {
	color: #0033CC;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
.style3 {
	color: #0033CC;
	font-size: medium;
}
#form1 div {
	background-image: url(../art/mainbody/listmenubg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

