body {
	background-color: #ffeedd;
	margin:4;
	color: #993300;
}

table {
	width:100%;	
}

td {
	font-size:11pt;
	padding:1;
	vertical-align: top;
}

.head {
	font-size:35pt;
	background-image: url(graphic/scene.JPG);
}

.add {
	text-align:right;
	font-size: 9pt;
	background-image: url(graphic/scene.JPG);
}

.controls {
	font-size: 14pt;
	width: 120;
	height:503;
	background-image: url(graphic/lace.JPG);
}

.pics {
	text-align:center;
	width:130;	
}

div {
	position:absolute;	
}

.edge {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(graphic/edge.JPG);
	background-repeat:repeat-y;
	padding-left:33;
	padding-top:3;
}

.notice {
	border:0;
	color: #369;
	background: white;
	background-image: url(graphic/bgr.JPG);
	font-size: 11pt;
}

iframe {
	border:0;
	border-right: 1px solid #c96;
	border-bottom: 1px solid #c96;
}

.para {
	font-size:8pt;
	text-decoration: none;
}

textarea {
	background: white;
	background-image: url(graphic/bgr.JPG);
	font-size: 11pt;
	font-family:"times new roman";
	padding-top:3;
	color: #036;
	font-style:italic;
}

em {
	font-size: 10pt;
	color: #036;
}

img {
	border:0;
	border-right: 1px solid #c96;
	border-bottom: 1px solid #c96;
}

a:link {
	color: #639;
	text-decoration: none;
	border:0;
}

a:visited {
	color: #639;
	text-decoration: none;
}

a:hover {
	color: #c30;
	text-decoration: none;
}