tmp{

}
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body
{
	font-size:       62.5%;
	font-size:       62.5%;
	margin:          20px;
	padding:         0;
	background:      #FFFFFF url('../images/template/bg_body.gif') top left repeat-x;
	font-family:     'lucida grande', arial, tahoma, sans-serif;

	/*scrollbar*/
	scrollbar-track-color: #FFFFFF; /* cor da superficie background */
	scrollbar-face-color: #FAAA53; /* cor da barra */
	scrollbar-arrow-color: #FFFFFF; /* cor da seta */
	scrollbar-highlight-color: #FAAA53; /* brilho branco */
	scrollbar-3dlight-color: #FFFFFF; /* sobra escura à esquerda */
	scrollbar-shadow-color: #FFFFFF; /* sombra escura à direita */
	scrollbar-darkshadow-color: #FAAA53; /* sombra escura à direita à volta */
}

a:link, a:active, a:visited { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { text-decoration: none; border-bottom: 1px dashed #49515C; color: #49515C; }

acronym 
{ 
	cursor:          help;
	border-bottom:   1px dashed #999;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container
{
	margin:          0 auto;
	width:           800px;
	position:        relative;
	padding:         0px;
}

/*------------------------------------------------------------*
**  Menu
**------------------------------------------------------------*/	
#menu
{
	width:           100%;
	background:      #6C6E71;
	margin:          10px 0px;
	padding:         0px;
	border:1px solid #FFFFFF;
}

#menu ul
{
	margin:          0px;
	padding:         0px;
	background:      transparent url(none) top left repeat-x;
	text-align:      center;
}

#menu ul li
{
	margin:          0px;
	padding:         0px 10px;
	list-style:      none;
	display:         inline;
	line-height:     20px;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	margin:          0px;
	color:           #FFFFFF;
	padding:         0px;
	font-size:       1.0em;
	background:      transparent url(none) center left repeat-x;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
	border:          0px;
}

#menu ul li a:hover
{
	background:      transparent url(none);
    color:           #FAAA53;
	text-decoration: none;
}

/*------------------------------------------------------------*
**  Title
**------------------------------------------------------------*/
#insidetitle
{
	padding:         10px 10px 10px 25px;
	background:      transparent url(../images/template/logo_top.gif) top right no-repeat;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/

#content
{
	width:           100%;
	margin:          0px;
	background:      #FFFFFF url('../images/template/bg_content.gif') top left no-repeat;
	border:          1px solid #F1F1F1;
}

#tablecontent
{
	width:100%;
	height:100%;
}

#tablecontentleft
{
	width:0px;
	height:100%;
	vertical-align:top;
}

#tablecontentmiddle
{
	height:100%;
	vertical-align:top;
}

#tablecontentright
{
	width:300px;
	height:100%;
	vertical-align:top;
	background:#FAAA53;
	padding:10px;
}
#insidecontent
{
	padding:         10px 10px 10px 25px;
}

#insidecontent p
{
	margin:          0px 0px 10px 0px;
	color:           #767676;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.2em;
	line-height:     170%;
	text-align:      justify;
}

#insidecontent ol, #insidecontent ul
{
	margin-top:      0px;
	color:           #767676;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       12px;
	line-height:     170%;
	text-align:      justify;
}

#insidecontent ul li
{
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/template/bullet.gif);
}

#insidecontentimageleft
{
	float:           left;
	margin:          0px 10px 10px 0px;
}

#insidecontentimageright
{
	float:           right;
	margin:          0px 0px 10px 10px;
}

#firstletter
{
	font-weight:     normal;
	color:           #0181AE;
	color:           #FAAA53;
	font-size:       2em;
}

h1
{
	margin:          0px;
	font-weight:     bold;
	color:           #D0D0D0;
	font-size:       3.2em;
}

h2
{
	margin:          0px;
	display:         inline;
	position:        relative;
	top:             -1.0em;
	left:            2em;
	font-size:       1.8em;
	font-weight:     bold;
	color:           #6C6E71;
}

h3
{
	margin:          0px;
	font-size:       1.5em;
	font-weight:     bold;
	color:           #FAAA53;
}

#box {
	font-family:     arial, tahoma, sans-serif;
	background-color: #F5F5F5;
	border: 1px solid #ADB0C1;
	padding: 5px;
	color:#333333;
	text-align:justify;
	margin:10px;
}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar
{
	padding:         0 10px 10px 10px;
	float:           right;
	width:           210px;
	background:      #f6f6f6;
}

#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1em;
	line-height:     170%;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar a:hover
{
	text-decoration: none;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer
{
	margin:          10px 0px 0px 0px;
	width:           100%;
	text-align:      center;
	border:          0px solid white;
	font-size:       0.9em;
	color:           #6C6E71;
}

#footerlinks a:link, #footerlinks ul li a:active, #footerlinks ul li a:visited
{
	color:           #6C6E71;
}

#footerlinks a:hover
{
	color:           #FAAA53;
}

#footercopyright
{
	display:         block;
	position:        relative;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.0em;
	padding:         5px;
}

#subscription
{
	width:100%;
}

#subscription td
{
	border-bottom:   1px solid #FAAA53;
	padding:5px;
}

input, select
{
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       10px;
	color:           #565656;
	border:          1px solid #FAAA53;
}
.input_off
{

}

.input_on
{
	color:           #FFFFFF;
	background:      #B3D24E;
}

.hidden{
	display: none; visibility: hidden;
}


#insidetitleright
{
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	text-align:      center;
	border:          1px solid #FAAA53;
	background:      transparent url('../images/template/menuoff.png') center left repeat-x;
	font-size:       12px;
	font-weight:     bold;
	color:           #767676;
}

#insidecontentright
{
	font-family:     'lucida grande', arial, sans-serif;
	font-size:       1.0em;
	border:          1px solid #FAAA53;
	border-top:      0px;
	background:      #FFFFFF url(none) top left repeat-x;
	margin-bottom:   10px;
}

#insidecontentright ul
{
	margin:          0px;
	padding:         5px;
}

#insidecontentright ul li
{
	line-height:     20px;
	list-style-position: inside;
	list-style-image: url(../images/template/bullet.gif);
}

#insidecontentright ul li a:link, #insidecontentright ul li a:active, #insidecontentright ul li a:visited
{
	line-height:     20px;
	background:      #FAAA53 url(none) top left repeat-x;
	text-decoration: none;
	margin:          0px;
	color:           #767676;	
	padding:         2px;
	font-size:       1.0em;
	background:      transparent url(none) center left repeat-x;
	font-weight:     none;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

#insidecontentright ul li a:hover
{
	border:          1px dashed #FAAA53;
	color:           #FAAA53;
	font-weight:     bold;
}

.newsblock
{
	height:          200px;
}