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

/* INÍCIO DAS CONFIGS GERAIS */

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

.site {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

img {
	border: 0px;
}

hr {
	color: #F4F8D3;
	background-color: #F4F8D3;
}

/* FIM DAS CONFIGS GERAIS */


/* INÍCIO DOS TÍTULOS */

h1 {
	font-weight: bold;
	color: #bacb23;
	font-size: 16px;
	margin: 35px 0px 20px 0px;
}

h2 {
	font-weight: bold;
	color: #bacb23;
	font-size: 16px;
	margin: 35px 0px 20px 0px;
}

h3 {
	font-weight: bold;
	color: #bacb23;
	font-size: 16px;
	margin: 35px 0px 20px 0px;
}

.text-grande {
	font-size: 24px;
}

/* FIM DOS TÍTULOS */

/* INÍCIO DO MENU */
#menu a:link {
	font-weight: bold;
	color: #bacb23;
	text-decoration: none;
}

#menu a:visited {
	font-weight: bold;
	color: #bacb23;
	text-decoration: none;
}

#menu a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

/* FIM DO MENU */

/* INÍCIO DO CONTENT 01 */

.content-1 img {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.content-1 img:hover {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background: #CCCCCC;
}

.content-1 a:link {
	color: #999999;
}
.content-1 a:visited {
	color: #999999;
}
.content-1 a:hover {
	color: #000000;
}

/* FIM DO CONTENT 01 */


/* INÍCIO DO CONTENT 02 */
.content-2 p {
	color: #A4B320;
}

.content-2 a:link {
	color: #999999;
}
.content-2 a:visited {
	color: #999999;
}
.content-2 a:hover {
	color: #000000;
}

.content-2 img {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.content-2 img:hover {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background: #CCCCCC;
}

/* FIM DO CONTENT 01 */

/* INÍCIO DO RODAPÉ */
#foot td {
	color: #FFFFFF;
}

#foot a {
	color: #FFFFFF;
}
/* FIM DO RODAPÉ */
