body {
	background-image: url(../../Tavinfor/images/bg.jpg);
}
.title0  {
	color: #333333;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
}
.title1  {
	color: #333333;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
}
.title2  {
	color: #333333;
	font-family: Tahoma;
	font-size: 14px;
}
.title3  {
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
}
.titleNot  {
	color: #990000;
	font-family: Tahoma;
	font-size: 12px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}
.text1bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.text2 {
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	line-height: 20px;
}
.text2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.link_old {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
}	
.link {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	text-decoration: none;	
}	
.link:link {
	color: blue;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.link:visited {
	color: blue;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.link:hover {
	color: #E01415;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.formtitle   {
	font-family: Tahoma;
	color: #333333;
	font-weight: bold;
}
.formlabel {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
}
.formtextarea {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
}
.Copyright {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
}

.footer {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
}
.footer:link {
	color: #666666;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.footer:visited {
	color: #666666;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.footer:hover {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.title10 {
	font-size: x-large;
	font-weight: bold;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
}
.title11 {
	font-size: large;
	font-weight: bold;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
}


/*
---Menu vertical - Produtos ---
*/

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 180px; 				/*...180... Main Menu Item widths */
border-bottom: 1px solid #ffffff;		/* #ccc */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; 			/*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #FFFFFF;		/* #778 */
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #898990; 	/*--#012D58--background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #EC3233;	/*black*/
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 200px; 			/*..170...Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(/images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
