
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

.bullet {color: #FF9900}

b
{
	color: #f60;
}

a:link{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a.text:link
{
	color: #f60;
	text-decoration: underline;
}

a.text:visited
{
	color: #f60;
	text-decoration: underline;
}

a.text:hover
{
	color: #f60;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000033;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Century Gothic;
 font-size: 12pt;
 color: #0000CC;
 margin: 0px;
 padding: 0px;
}
h6 a:link{
	color: #0000FF;
	text-decoration: none;
}

h6 a:hover{
	color: #0000FF;
	text-decoration: none;
}

h7 {
 font-family: Century Gothic;
 font-size: 11pt;
 color: #000000;
 margin: 0px;
 padding: 0px;

}
ul{
 list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FC7F25;
}

#navBar{
	float: left;
	width: 171px;
	margin: 0px;
	padding: 0px;
	background-color: #F1F1F1;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb a{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	color: #990000;	
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 20px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 60%;
	font-weight: normal;
}

#siteInfo img{
/*	padding: 4px 4px 4px 10px; 
	vertical-align: middle;
	*/
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CDCDCD;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #dddddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
}


/*********** #sectionLinks2 styles ***********/

#sectionLinks2{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CDCDCD;
	font-size: 80%;
}

#sectionLinks2 h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks2 a {
	display: block;
	border-top: 1px solid #dddddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks2 a:hover{
	background-color: #fff1eb;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-bottom-color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.storyRed {
	clear: both;
	font-size: 70%;
	font-family: "Swis721 BT", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #990000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.storyBlue {

	clear: both;
	font-size: 70%;
	font-family: "Swis721 BT", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0000CC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.storyHome {
	clear: both;
	font-size: 65%;
	font-family: "Swis721 BT", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mioloEmail {
	clear: both;
	font-size: 13pt;
	font-family: "Century Gothic";
	font-weight: normal;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.mioloEmail a:link {
	clear: both;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #0000CC;
	font-weight: normal;
}

.mioloEmail a:hover {
	clear: none;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #0000CC;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
.relatedLinks a:hover {

	background-color: #e4f5fd;
}
.logodir img {
	float: left;
	background-position: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*******************  text styles  *******************/

.laranja_forte
{
	color: #f78018;
	font-weight: bold;
}

.form_table
{
	font-size: 12px;
	background-color: #eee;
	border-top: solid 5px #ddd;
	border-bottom: solid 5px #ddd;
	padding: 5px;
	margin-left: 10px;
}

.form_table td.left_col
{
	text-align: right;
	font-weight: bold;
	width: 140px;
	padding-right: 12px;
}

.white_col
{
	background-color: White;
}