* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 1px;
}

body {
	color: #005221;
	font: 12px/1.5em Arial, Verdana, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #005221;
}

a:hover {
	text-decoration: none;
	color: #002f13;
}

#content, #content_prod, #content_home {
	text-align: justify;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #999999;
}

#content_prod {
	color: #999;
}

h1, .contentheading {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	margin-bottom: .3em;
	line-height: 1.3em;
}

h2 {
	color: #99CF16;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin-top: .3em;
	margin-bottom: .5em;
}

p {
	margin-top: 1em;
}

.logo {
	color: #063169;
	font-weight: bold;
}

#sub_menu {
	margin-bottom: 20px;
	display: block;
	clear: both;
}

#sub_menu span {
}

#submenu span a {
	color: #626262;
	text-decoration: none;
	width: 150px;
	text-align: center;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	float: left;
	background: url(../images/bg_submenu.gif) no-repeat;
}

#submenu span a:hover {
	background: url(../images/bg_submenu_over.gif) no-repeat;
	color: #fff;
}

#submenu span#currentpage a {
	background: url(../images/bg_submenu_over.gif) no-repeat;
	color: #fff;
}

/* Core Stuff */
.contentpaneopen {
}

.article_seperator {
	display: block;
	height: 40px;
}

/* CERTIFICADOS */

.certificados {
	width: 550px;
}

.certificados td {
	padding: 2px 4px;
	text-align: center;
	background-color: #fff;
	font-size: 11px;
	color: #666;
}

.certificados td.head {
	color: #f4f4f4;
	background-color: #808080;
	font-size: 12px;
}

/* CERTIFICADOS END */

/* CONTATO */

.formFields {
}

.formFields .inputbox {
	background-color: #edfff4;
	border-width: 0;
	padding: 2px;
	width: 250px;
}

.performs_required {
	color: #4c4c4c;
}

/* CONTATO END */

