/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET browser defaults */


a:link { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: none; color: white; }
a:active { text-decoration: none; color: #360; }

body {
	background-color: #021f02;
	background-image: url(../images/bg_relva.jpg);
	height: 100%;
	text-align:center;
}
body,td,th {
	color: #FFFFFF;
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#container {
	height: 100%;
	margin: 40px auto 0 auto;
	text-align: left;
	width:750px;
}

#topbar {
	float:left;
	height:15px;
	width:750px;
}

#header {
	background-color: #91cf0b;
	border-bottom: 2px solid  #91cf0b;
	float:left;
	height:238px;
	width:750px;
}

#content {
	background-color: #91cf0b;
	background-image: url(../images/sidebar_bg.gif);
	border-left: 6px solid  #91cf0b;
	border-right: 6px solid  #91cf0b;
	float:left;
	width:738px;
}

#maintext {
	background-color: #29271c;
	border-right: 2px solid  #91cf0b;
	float:left;
	width:550px;
}

#txtstart {
	border-bottom: 1px solid #494725;
	float:left;
	margin: 22px 10px 0 10px;
	padding-bottom: 14px;
	width:508px;
}

#sidebar {
	float:right;
	width:186px;
}

#sidebar .flag_portugues, #sidebar .flag_english {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

#txtcenter1 {
	float:left;
	margin: 11px 0px 15px 10px;
	width:244px;
}

#txtcenter2 {
	float:left;
	margin: 11px 10px 15px 10px;
	width:244px;
}

#txtend {
	border-top: 1px solid #91cf0b;
	float:left;
	margin: 0 10px 25px 10px;
	padding-top: 8px;
	width:508px;
}

#footer {
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	float:left;
	text-align: center;
	width:750px;
	padding-top: 3px;
	height: 40px;
}

#end {
	width: 400px;
	height: 30px;
}

.browntext {
	color: #29271c;
	font-weight: bold;
	overflow: hidden;
}

.browntext a:link { text-decoration: none; color: #666666; }
.browntext a:visited { text-decoration: none; color: #666666; }
.browntext a:hover { text-decoration: underline; color: #666666; }
.browntext a:active { text-decoration: none; color: #666666; }


.green{
	color: #91cf0b;
	font-weight: bold;
}
.grey {
	color: #bcbcbc;
}
.txtbigwhite {
	font-size: 14px;
	line-height: 22px;
}
.txtbiggreen{
	color: #91cf0b;
	font-size: 14px;
	line-height: 22px;
}

#address {
	font-size: 13px;
}

