/* ---------------------------------------------------------------------- BASE */

body,td,th {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0065cd;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0065cd;
}

a:hover {
	text-decoration: underline;
	color: #cd6500;
}

a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li ,form{
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

/* ---------------------------------------------------------------------- ID */

#conteiner {
	background-color: #000000;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #0F0F0F;
}

#flash {
	background-color: #000000;
	width: 960px;
	height: 640px;
}

#footer {
	width: 972px;
	height: 9px;
	font-size: 1px;
	line-height: 1px;
	text-align: left;
}


.f_title {color: #666666;}

.f_color_glay {color: #333333}
