@charset "utf-8";
html {
	height: 100%;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size: 12px;
}

#page_bg {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.center {
	width: auto;
	margin: 0 auto 1em auto;
	background-color: #FFFFFF;
	text-align: center;
}


.d3tks {
	width: 300px;
	position: static;
	float: left;
	margin-top: -55px;
	margin-left: 10px;
	height: 50px;
	text-align: left;
	background-image: url(../images/d3tks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 0;
	margin-bottom: 0;
	overflow: hidden;
}

#box {
	margin: 0px;
	width: 100%;
	height: 100%;
}

#header {
	height: auto;
	background-color: #C5DA35;
	width: auto;
	text-align: left;
	padding-top: 60px;
}

#header table {
	height: 20px;
	margin-bottom: 0px;
	margin-left: 700px;
	font-size: 0.9em;
}
#header  table td  {
	vertical-align: top;
	padding: 0.25em;
}

a:link       {
	padding: 0.5em;
	text-align: left;
	color: #000000;
}

td, th {
	vertical-align: top;
	text-align: center;
}

table {
	margin: 0 auto 1em auto;
}

a:hover {
	color: #FF0000;
}

#container {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}

#footer {
	height: 60px;
	width: 100%;
	background-color: #000000;
	float: left;
	color: #CCCCCC;
	margin-bottom: 0px;
	padding-top: 10px;
}

#footer  a{
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCCCCC;
}

table.contenedor_formulario {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 1em;
	width: 650px;
	height: auto;
}
table.contenedor_formulario thead  th {
	color: #666666;
	font-size: 1.2em;
	border: 1px solid #999;
	font-weight: bold;
	padding: 10px;
}
table.contenedor_formulario  tbody td {
	vertical-align: top;
}

table.formulario, table.scroll {
	width: auto;
	border: 1px solid #999;
	margin: 0 auto 1em auto;
	background-color: #FFFFFF;
}

table.scroll  tbody td {
	padding: 0.5em;
	background-color: #232F01;
}

table.formulario thead th {
	color: #000;
	text-align: left;
	padding: 0.5em;
	background-color: #FFFFE1;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	line-height: 1em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.formulario tbody th {
	color: #FF0000;
	background-color: #f9f9f9;
	text-align: center;
	vertical-align: middle;
}
table.formulario tbody td, tbody th {
	font: .0.95em/1.4em Verdana, sans-serif;
	border-top: 1px solid #eee;
	text-align: left;
	padding: 0.5em;
}

table.formulario tfoot td, tfoot th {
	font: .7em/1.4em Verdana, sans-serif;
	color: #000;
	text-align: left;
	padding: 0.5em;
	border-top: 1px solid #eee;
	background-color: #99CC33;
}

table.formulario tbody  {
	font: .8em/1.4em Verdana, sans-serif;
	color: #666;
} 

#header th {
	color: #FF0000;
	font-weight: bold;
}

