@charset "utf-8";
/* CSS Document */

#conteiner {
	height: 768px;
	width: 1024px;
	margin-left: AUTO;
	margin-right: AUTO;
}
#conteiner #head {
	height: 69px;
	width: 1024px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: right;
	color: #666666;
}
#conteiner #body {
	height: 699px;
	width: 1024px;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	overflow: auto;
}
#conteiner #body form p label {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}
