@charset "utf-8";
/* CSS Document */
html {
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
#left-col {
	float:left;
	width:206px;
	text-align:justify;
}
#right-col {
	float:left;
	width:721px;
	padding-left:9px;
	text-align:left;
}
#footer {
	width:939px;
	clear:both;
	text-align:center;
	font-size:10px;
	padding-top:20px;
}

#footer a {
	color:#ff0000;
	display:inline;
}

.left-block {
	text-align:justify;
	font-size:11px;
	margin-bottom:6px;
}

h1 {
	font-size:20px;
	color:#0072c1;
	margin:44px 0px 10px 0px;
}

h1.first {
	font-size:20px;
	color:#0072c1;
	margin:10px 0px 10px 0px;
}


h2 {
	font-size:15px;
	color:#585858;
	margin:15px 0px 0px 0px;
}

ul#nav {
	padding:16px 0px 0px 0px;
	margin:0px;
	width:206px;
	height:384px;
	background:url(../images/nav.gif) no-repeat;
}

ul#nav li {
	color:#fff;
	margin-left:32px;
	font-size:18px;
	list-style-image:url(../images/heart_bullet.gif);
}

ul#nav li a {
	color:#fff;
}

a {
	color:#585858;
	text-decoration:none;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
}

#logo {
	float:left;
}

#topinfo {
	float:right;
	background:url(../images/tag.gif) no-repeat;
	width:643px;
	height:160px;
}

#topclear {
	clear:both;
}

/* CONTENT BODY ELEMENTS */

hr {
	margin:0px;
	padding:0px;
	background:#ff0000;
	color:#ff0000;
	height:1px;
	border:thin;
}

ul.biglist {
	margin-top:0px;
		
}

div.bodytxtbox {
	margin-top:20px;
	padding:0px 16px 0px 16px;
	text-align:left;
}

ul li {
	margin-bottom:7px;
	list-style-image:url(../images/arrow_bullet.gif);
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#0072c1;
	display:block;
	margin-top:30px;
	text-decoration:underline;
}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#0072c1;
	display:block;
	margin-top:-10px;
	text-decoration:underline;
}

a img {
	border:none;
}

span.note {
	font-style:italic;
	color:#ff0000;
}

.teste {
	margin-top:36px;
	color:#5e5e5e;
}

.teste_auth {
	display:block;
	margin:5px 0px 0px 0px;
	color:#0072c1;
}

#flash {
	width:720px;
	height:384px;
	border:solid 1px #000000;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
.article_pub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	color: #666;
}
.article_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #06F;
}

