html, body, #myAlternativeContent
{
  height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	margin: 0px;
	color:#FFF;
}
h1 {	
	font-size: 20px;
	color: #c1d72e;
}

h2{
	margin-top: 10px;
	font-size: 16px;
	color: #FFF;
}
h3{
	margin-top: 10px;
	font-size: 15px;
	color: #FFF;
}
p {
	font-size: 12px;
	margin-top: 10px;
}
strong{
	font-weight: bold;
	color: #c1d72e;
}

a {
	color: #fff;
}
#altContent{
	padding: 15px;	
}
html {
  height: 100%;
  overflow: hidden;
}

.back_table {
	background-image: url(../LOGO.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.imagem_link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.clear{
	clear:both;
}

.links{
	margin-top: 20px;
}
.content{
	margin-top: 20px;	
}

.content ul{
	font-size: 12px;
	padding-left: 20px;
	list-style-type:disc;
}
.footer{
	text-align: right;
	padding: 15px;
}
.copyright{
	float: right;
	font-size: 10px;
}

/* MESSAGE FLASH */

.message-container{border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; margin-bottom: 10px;}
.message-container .content{width: 465px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;}
.message-container .icon{width: 75px; float: left;}
.message-container .flash{padding-top: 20px;}
.message-container .message{width: 275px; float: left; font-family: Arial, sans-serif;}
.message-container .title{font-size: 14px; font-weight: bold; margin-top: 12px;}
.message-container .text{font-size: 12px; margin-top: 6px; line-height: 12px;}