* {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	border: none;
	border-width: 0;
}

a 		{ color: #C52126; }
a:hover { text-decoration: none; }

hr { 
	clear: both; 
	height: 20px; 
	display: block;
	color: #fff; 
	background-color: #fff;
	margin: 0;
	padding: 0;
}

html {
	padding: 0 0 0;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 13px;
	text-align: center;
	position: relative;
	padding: 0;
} 

h1, h1 a {
	width: 44px;
	display: block;
	text-decoration: none;
} h1 {
	margin: 26px 0 0 0;
	float: right;
} h1 a {
	background-image: url( /images/gthlogo.png );
	background-repeat: no-repeat;
	height: 52px;
	font-size: 8px;
	text-indent: -9999px;
} h1 a span {
	visibility: hidden;
}

h2 {
	text-align: left;
	padding: 0 0 20px 0;
	font-size: 14px;
	color: #C52126;
}
h3 {
	font-size: 13px;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: left;
}

p {
	background: #fff;
	text-align: justify;
	line-height: 1.2em;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
p strong {
	color: #C52126;
}
a {
	color: #C52126;
	text-decoration: underline;
} a:hover {
	text-decoration: none;
}

div#top {
	width: 100%;
	min-width: 840px;
	background-color: #fff;
	text-align: left;
	border-bottom: 11px solid #C52126;
}
div#topcenter {
	width: 840px;
	margin: 0 auto 0 auto;
	background-image: url( /images/blackdot.png );
	background-repeat: repeat-y;
	background-position: 290px 0;
	background-color: #fff;
}
div.clearing {
	clear: both;
	font-size: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
}
div#left {
	background-color: #fff;
	width: 278px;
	float: left;
	text-align: right;
	padding: 0 9px 0 0;
}

div#main {
	background-color: #fff;
	margin: 0 0 0 292px;
	_margin-left: 289px;
	padding: 46px 50px 30px 50px;
	float: none;
	width: 448px;
}
div#bottom {
	width: 840px;
	margin: 0 auto 0 auto;
	height: 200px;
	clear: both;
	background-image: url( /images/blackfade.png );
	background-repeat: no-repeat;
	background-position: 290px 0;
	background-color: #fff;
}
div#bottomLeft {
	background-color: #fff;
	width: 278px;
	height: 30px;
	padding: 5px 9px 0 0;
	float: left;
	text-align: right;
}
div#bottomMain {
	text-align: left;
	height: 238px;
	width: 548px;
	float: none;
	margin: 0 0 0 292px;
	_margin-left: 289px;
}
div.langLinks {
	font-size: 12px;
	font-weight: bold;
}
div#copyright {
	text-align: right;
	line-height: 18px;
	margin-bottom: 50px;
}


div#left ul {
	margin: 96px 0 26px 0;
}
div#left ul li {
	font-weight: bold;
	font-size: 12px;
}
div#left ul a.novo {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #C52126;
}
div#left ul a {
	color: black;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
div#left ul a.active {
	color: #C52126;
}
div#left ul a:hover {
	color: #C52126;
}

div#left ul ul {
	margin: 0 0 0 0;
}
div#left ul ul li {
	font-weight: normal;
	font-size: 11px;
}
div#left ul ul li a {
	font-size: 11px;
	line-height: 16px;
}


div.langLinks a {
	color: black;
	text-decoration: none;
}
div.langLinks a:hover {
	color: #C52126;
}




