HTML, BODY, P, TABLE, TD, FORM, IMG, H1, H2, H3, H4, H5, H6, INPUT, SELECT, OL, UL, LI {
    font-size:1em;
    font-family:Tahoma,Verdana,Segoe,sans-serif;
    color:black;
    outline-color:invert;
    outline-style:none;
    outline-width:0pt;
}
BODY
{
    margin:0px;
    padding:0px;
    font-size:70%;
    background-color: white;
}
A
{
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}
/*OL,UL
{
    list-style-position:outside;
    list-style-type:none;
    line-height:200%;
    padding:0pt;
    margin:0pt;
}
LI
{
    border-bottom:1px solid #E9E9E9;
}*/

div#headerBar
{
    background-color: white;
    width:100%;
    height:24px;
    color:white;  
    text-align:center;    
}
.concurso
{
    font-family:Franklin Gothic Medium;
    padding: 0px 10px 0px 40px;
}
.concursoTitle
{
    font-size:16pt;
    font-weight:bold;
    color:black;
}

.TitleGrande
{
    font-size:12pt;    
    color:Black;
}

span.desc
{
    line-height:150%;
    width:80%;
    padding:0px 30px 0px 30px;
}

a.menu
{
    text-decoration: none;
    color:#666666;
}
a:hover.menu
{
    text-decoration: underline;
    color:#006CB7;
}

td.title
{
    line-height:170%;
    font-weight:bold;
	text-align: center;
}

td.titlelinha
{
    background:#FFFFFF url(../img/headerBar.png) repeat-x scroll 0pt 0px;
    width:100%;
    height:15px;
    color:white;  
    text-align:left;
    font-weight:bold;
}

td.ajuda
{
    float:left;
    padding:4px;
    vertical-align:top;
}
td.btHolder
{
    padding-right:30px;
    text-align:right;
}
td.gradientVerticalBTLine
{
    width:2px;
    background-image:url(../img/gradientVerticalBTLine.png);
    background-repeat:no-repeat;
    background-position:top;
}
td.gradientVerticalTBLine
{
    width:2px;
    background-image:url(../img/gradientVerticalTBLine.png);
    background-repeat:no-repeat;
    background-position:top;
}
td.gradientHorizontalLine
{
    height:2px;
    background-image:url(../img/gradientHorizontalLine.png);
    background-repeat:no-repeat;
    background-position:left;
}
input.botao
{
    background-image:url(../img/btBG.png);
    background-repeat:repeat-x;
    height:22px;
    border-left:solid 1px #999999;
    border-right:solid 1px #999999;
    border-bottom:0px;
    border-top:0px;
    color:Black;
}
.campoSpace
{   
    height:10px;
    white-space:nowrap;
    overflow:hidden;
    display:block;
}


.formLineFeed
{
    height:10px;
}

.titleCampo
{
    background-color: #DFDFDF;
    color: #333333;
    padding:8px 2px 2px 8px;
    white-space:nowrap;
    font-weight:bold;
}
.campo
{
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    height:22px;
    padding:2px;
    margin-left: 40px;
}
.campoDesabilitado
{
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    height:22px;
    padding:2px;
    background-color:#FFFFCC;
    font-weight:bold;
}

.titleBar
{
    width:730px;
    height:32px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../img/titleBar.gif);
    background-repeat:no-repeat;
}
