@charset "ISO-8859-1";

/* Global def */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: tahoma, sans-serif;
	text-align: left;
	background-color: #999;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

input, select {
	border: 1px solid #0066cc;
	color: #0066cc;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
}


option {
	background-color: #fff;
	color: #0066cc;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
}

textarea {
	border: 1px solid #0066cc;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
}

td {
	font-weight: normal;
	color: black; 
	font-family: arial,tahoma,sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	text-align: left;
}

a {
	text-decoration: none;
	color: #84c700;
	font-weight: 600;
	font-size: 11px;
	
}

a:hover {
	text-decoration: none;
	background-color: #ffe300;
	font-weight: 600;
	color: #0066cc;
}

a:visited {
	
}

h2, .subtitle {
	font-weight: bold;
	color: #84c700;
	font-size: 12px;
	margin-bottom: 3px;
}

h1, .title {
	font-weight: 600;
	font-family: arial, sans-serif;
	color: #0066cc;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

form {
	padding: 0px;
	margin:0px;
}
/* End global def */




.layout-table {
	width: 770px;
	border: 0px;
	padding: 0px;
	
	
}

.layout-left {
	background-color: white;
	padding-top: 20px;
	width: 150px;
}

.layout-center {
	padding: 20px;
	background-color: #ffffff;
	width: 475px;
}

.layout-right {
	width: 145px;
	background-color: #ffffff;
	padding: 20px 0px 10px 0px;
}




.input-email {
	width: 140px;
}

.input-email-submit {
	background-color: white;
	border: 1px solid #0066cc;
}


.topmenu-table {
	border: 0px;
	height: 25px;
	width: 770px;
}

.topmenu-td {
	background-color: #ffe300;
	text-align: center;
	padding: 1px;
}

.sengine-input {
	width: 250px;
	border: 1px solid #0066cc;
	font-weight: bold;
	padding-left: 3px;
}

.sengine-submit, .submit {
	background-color: #fff;
	border: 1px solid #0066cc;
	font-size: 9px;
	font-weight: bold;
}

.sengine-td {
	background-color: #fff;
	text-align: center;
}




/* MENU ------------- */
.menutitle {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 1px;
	color: #000;
	width: 150px;
	padding: 3px 2px 2px 2px;
	background-color: #ffe300;
}

.menutitle:hover {
	color: #000;
	font-size: 11px;
}

.menuitem {
	font-family: tahoma, sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #0066cc;
	border: 0px;
	text-decoration: none;
	font-weight:bold;
	width: 150px;
}

.menuitem:hover {
	color: #000;
	background-color: #fff;
	font-weight:bold;
}

.submenu {
	margin: 0px;
	margin-bottom: 2px;
	width: 147px;
	color: #fff;
	background-color: #fff;
	padding: 0px 0px 4px 5px;
	border: 1px solid #ffe300;
}
/* Fim menu --------------- */