html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a img {
	margin:0;
	padding:0;
	border:0;
}
html {
	overflow:hidden;
	height:100%;
}
body {
	margin:0 auto;
	height:100%;
	color:#fff;
	font:1em Arial, Helvetica, sans-serif;
	background:#000000; /* url(../img/bg-pag.png) center bottom repeat-x;*/
	height:100%;
}
a {
	color:#35ad1c;
	text-decoration:none;
}
a:hover {
	color:#61e045;
	text-decoration:underline;
}
h1{
	font-weight:lighter;
}
/* 
----------------------------------------------- 
*/
.cb{
	clear:both;
}
.dn{
	display:none;
}
.cn{
	text-align:center;
	margin:0 auto;
}
.gs{
	text-align:justify;
}
.splash{
}
/* 
----------------------------------------------- 
*/
#flashcontent {
	margin:0 auto;
	
}
#msg {
	width:80%;
	margin:0 auto;
	padding:40px 0 100px 0;
	
}
#msg h1, #msg h2, #msg h3, #msg h4 {
	font-weight:normal;
	margin:0 auto;
	padding:10px 0 5px 0;
}
#msg p {
	line-height:normal;
	padding:20px 0;
}
#msg h1, #msg h2 {
}
#hr {
	height:1px;
	background:#0f4e0f;
	margin:15px 0 15px;
}
#hr hr {
	display:none;
}

