/* PADRÕES */
html, body {
	font: normal 12px Arial, Helvetica;
	color: #FFF;
}

body {
	text-align: center;
	margin: 0px;
	background-color: #000000;
	/*background: url(images/bg.jpg) repeat-x top left;*/
}

a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}

a img {
	border: 0px solid #ffffff;
}
a:hover img {
	border: 0px solid #ffffff;
}

a .imagem {
	border: 1px solid #FFFFFF;
}
a:hover .imagem {
	border: 1px solid #FFFFFF;
}

ul {
	padding-left: 20px;
}

li {
	line-height: 25px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.mini {
	font-size: 11px;
}


/* DIVISÕES ESPECIAIS */
#site {
	width: 760px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #ffffff;
	display: table;
}

.login {
	height: 65px;
	background: url(images/bg_login.gif) repeat-x top;
}

.topo {
	height: 240px;
	clear: both;
}

.menu {
	width: 150px;
	float: left;
}

.main {
	width: 570px;
	margin: 15px;
	float: right;
}

.box_news {
	border: 1px solid #ffffff;
	background: url(images/box_topo.gif) repeat-x top;
}

.input {
	font-size: 10px;
}
