body{
background-color: #fff;
background-image: url(bg.jpg);
}

table.body{
}

td.body{
padding:20px;
}

td{
	font-family: "Tw Cen MT", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006;
	font-size: 12pt; 
	text-align: left;
}

p{
	color: #006;
	font-size: 12pt; 
}

div.frame-left{
width: 350px;
height: 400px;
padding: 40px 20px 20px 20px;
background: #fff;
border: 1px solid #e9e9e9;
margin:20px 40px 0px 70px;
}

div.frame-right{
width: 520px;
height: 370px;
padding: 20px;
background: #fff;
border: 1px solid #e9e9e9;
margin:20px 0px 0px 20px;
}

a {
	text-decoration: none;
	color: #006;
}

a:hover {
	text-decoration: underline;
}

