input {
		font-family: Tahoma, Arial, "Courier New";
		font-size: 8 pt;
		font-style: normal;
		color: #003399;
		background-color: ;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
        border: 1px #0000CC line;
		}

textarea {
		font-family: Tahoma, Arial, "Courier New";
		font-size: 8 pt;
		font-style: normal;
		color: #003399;
		background-color: ;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
        border: 1px #0000CC line;
		}

select {
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8 pt;
		font-style: normal;
		font-weight: bold;
		color: #003399;
		background-color: #FFFFFF
        border: 1px #0000CC line;
  }

th	{
		font-family:Tahoma, Arial,"Courier New";
		font-size:8 pt;
		color:#003399;
		font-style: normal;
		text-decoration: none;
		font-weight: bold;
		align=left
		}

td	{
		font-family:Tahoma, Arial, "Courier New";
 	    font-size:8 pt;
		color:#003399;
		font-style: normal;
		text-decoration: none;
		font-weight: normal;
		}

.azul { font-family: Arial, Tahoma, "Courier New"; font-size: 8 pt; color: #003399}

.logo {
  position: static;
  top: auto;
  left: auto;
  width: 765px;
  height: auto;
  clip:   rect(   )
  }
  
.login {
  position: absolute;
  top: 400px;
  left: 5px;
  width: 100px;
  height: auto;
  clip:   rect(   );
  background-color: none;
  }

.menu	{
  position: absolute;
  top: 150;
  left: 5px;
  width: 150px;
  height: auto;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8 pt;
  font-style: normal;
  font-weight: bold;
  clip:    rect(   );
  background-color: none
}

.conteudo	{
		position: absolute;
		top: 150;
		left: 5px;
		width:765px;
		height:auto;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8 pt;
		font-style: normal;
		font-weight: bold;
		clip:      rect(   );
		color: #003399;
		}

.admin	{
		position: absolute;
		top: 20;
		left: 10px;
		width: 100%;
		height:auto;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 8 pt;
		font-style: normal;
		font-weight: bold;
		clip:      rect(   );
		color: #003399;
		}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: underline;
	color: #0000CC;
}

hr {
    color: '#0000CC';
    width=100%;
    text-align=center;
    height: 1px;
}

ul {
    list-style-type: square
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #003399; */
width: 100%;
background-color: white;
/*background: url(chrometheme/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #003399;
width: 100%;
background-color: white;
/*background: url(chrometheme/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*color: #494949;*/
padding: 4px 7px;
margin: 0;
text-decoration: none;
background-color: white;
/*border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
/*border-right: 1px solid #003399; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*background: url(chrometheme/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #003399; /*THEME CHANGE HERE*/
/*border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #003399; /*THEME CHANGE HERE*/
/*border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
/*color: black;*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #EBF7FF;*/
/*background-color: #B5E2FE;
}
