﻿.body 
{
    margin:0px;
    background-image:url(imgs/fundo.jpg);
    background-position:top;
    background-repeat:repeat-x;
    background-color:White;
    
}

.font
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
}

.font2
{
    color: #2D5B7D;
    font-family: Arial;
    font-size: 12px;
}

.font3
{
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 12px;
    color: #8A8A8A;
    border: 1px solid #2C5A7C;
}

.font4
{
    color: #1D5785;
    font-family: Arial;
    font-size: 12px;    
}

.font5
{
    color: #2D5A7B;
    font-family: Arial;
    font-size: 12px;
}

.font6
{
    color: #787878;
    font-family: Arial;
    font-size: 12px;	
}

.font7
{
    color: #11426A;
    font-family: Arial;
    font-size: 18px;	
}



.input
{
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #2C5A7C;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
}



.aMenu
{
    color: #2D5A7B;
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
}

.aMenu:hover
{
    color: #2D5A7B;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}



.aMenu2
{
    color: #787878;
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
}

.aMenu2:hover
{
    color: #787878;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}



.tabNone
{
	border-style: none;
	border-width: 0px;
}


.tab
{
	border-style: none none none solid;
	border-width: 0px 0px 0px 1px;
	border-left-color: #dedede;
}

.tab2
{
	border-style: none solid none none;
	border-right-color: #dedede;
	border-width: 0px 1px 0px 0px;
}

.tab3
{
	border-style: solid none none solid;
	border-width: 1px 0px 0px 1px;
	border-left-color: #dedede;
	border-top-color: #dedede;
}

.tab4
{
	border-style: solid solid none none;
	border-right-color: #dedede;
	border-width: 1px 1px 0px 0px;
	border-top-color: #dedede;
}

