html, body {
	margin:0px;
	padding:0px;
}
td {
	padding: 0px;
	text-align: justify;
}
body, input, select, textarea {
	background-color:#666666;
}
td, input, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	vertical-align: top; 
	line-height: 1.5;
}
a:link, a:active, a:visited  {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #CC3366;
	text-decoration: none;
	font-weight: bold;
}
.head { color: #752d49; font-size: 14px; font-weight: bold;}
.date { color: #f3acc8; font-size: 10px; font-weight: bold;}
td.void {
	padding: 15px;
}
table.main {
    border-collapse: collapse;
	width: 800px;
	height: 100%;
	background: #f3f6f8;
}
table.box {
    border-collapse: collapse;
	width: 800px;
	height: 100%;
}
table.tabl {
    border-collapse: collapse;
	width: 100%;
}
td.logoL {
     height: 214px;
    width: 570px;
    background: url(img/logoL.jpg) no-repeat top left;

}

td.logoR {
   height: 214px;
    width: 230px;
    text-align: center;
    vertical-align: middle; 
}
td.copy {
    height: 40px;
    width: 800px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}
td.l1 {
    width: 50%;
    height: 20px;
    vertical-align: middle;
    background: #EBF4E5;

    border-width: 1px 0px 1px 0px;
    padding: 0px 4px 0px 4px;
}
td.l2 {
    width: 50%;
    height: 20px;
    vertical-align: middle;
    background: #CECECE;
    border-width: 1px 0px 1px 0px;
    padding: 0px 4px 0px 4px;
}