/* LAYOUT */

* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

body {
	background-image: url('../gfx/bg.png') ;
	background-position: top center ;
	padding: 0 ;
	margin: 0 ;
	text-align: center ;
}

#main {
	width: 744px ;
	margin: 0 auto ;
	text-align: center ;
}

#main_cnt {
	width: 744px ;
	margin: 0 auto ;
	text-align: center ;
}#hd0 {	width: 744px ;	height: 20px ;}

#hd {
	width: 744px ;
	height: 150px ;
	background-image: url('../gfx/hd1.png') ;
}

#hd2 {
	width: 734px ;
	height: 25px ;
	background-color: #007e00 ;
	border-bottom: 1px solid #007e00 ;
	text-align: left ;
	padding-left: 10px ;
	vertical-align: middle ;
	background-image: url('../gfx/hd2.png') ;
}

#hda {
	padding: 2px 2px ;
	margin: 0 ;
	width: 736px ;
	background-color: #fff ;
	border: 2px solid #007e00 ;
	color: #007e00 ;
	font-size: 12px ;
	font-weight: bold ;
	text-align: left ;
	vertical-align: middle ;
}

div.bd {
	width: 744px ;
	background-image: url('../gfx/hd3.png') ;
	background-repeat: no-repeat ;
}

#ft {
	width: 744px ;
	border-top: 2px solid #007e00 ;
	height: auto ;
	font-size: 11px ;
}

#ft a:link {
	color: #007e00 ;
}

#ft a:visited {
	color: #007e00
}

#ft a:hover {
	color: #007e00
}

table {
	font-size: 12px;
}

br.clear {
	clear: both;
}

a:link {
	color: #007e00;
	text-decoration: none;
}

a:visited {
	color: #007e00;
	text-decoration: none;
}

a:hover {
	color: #f70;
	text-decoration: underline;
}

/* BODY BODY BODY */

#main div.bd div.body {
	width: 724px;
	height: 100%;
	vertical-align: top;
	padding: 0 10px ;
	font-size: 12px;
	text-align: left ;
}

#main div.bd div.body h2 {
	margin: 0px;
	padding-top: 5px ;
	padding-bottom: 5px;
	color: #007e00;
	font-size: 18px;
	text-decoration: underline ;
	width: 100%;
}

#main div.bd div.body p {
	font-size: 12px;
}

/* COMMON COMMON COMMON */

p.autdat {
	margin: 0;
	padding: 2px 0px;
	text-align: right;
	color: #999;
}

td.tl {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

td.tr {
	text-align: left;
	vertical-align: top;
}

input.button {
	border: 1px solid #999;
	background-color: #ddd;
	width: auto;
	height: 23px;
	padding: 2px 2px 2px 2px;
	margin: 0px;
}

/* FOTO FRAME */

div.frm_photo {
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 170px;
	height: 177px;
	background-image: url('../gfx/frm_photo.png');
	background-repeat: no-repeat;
	text-align: left;
}

div.frm_photo div.pp {
	width: 104px;
	height: 104px;
	position: relative;
	left: 53px;
	top: 35px;
	border: 1px solid #bbb;
	padding: 0;
	margin: 0;
}

div.frm_photo div.pp img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 104px;
	height: 104px;
}

div.frm_photo div.pp a {
	border: 0;
	margin: 0;
	padding: 0;
	width: 104px;
	height: 104px;
}