<style>
<!--

:hover 	{ 
			color:#cc0000; 
		}

:link	{	font-weight: normal;
			text-decoration:none;
			color: #0000ff;
		}
:active	{	font-weight: normal;
			text-decoration:none;
			color: #ff0000;
		}
:visited {	text-decoration:none;
		 }

.borda {	border-top-highlight: red;
			border-top-shadow: red;
			border-top: solid black;
			border-right: solid black;
			border-bottom: solid black;
			border-left: solid black;
			border-width: 1px;
		}	

.bordaTitulo {	border-top-highlight: Aqua;
			border-left-highlight: Aqua;
			border-right-shadow: #003399;
			border-bottom-shadow: #003399;
			border-top: solid #006699;
			border-right: solid #006699;
			border-bottom: solid #006699;
			border-left: solid #006699;
			border-width: 1px;
            background: #6699cc;
		}	

.bordaAzul {border-top: solid #cddded;
			border-right: solid #cddded;
			border-bottom: solid #cddded;
			border-left: solid #cddded;
			border-width: 2px;
		}	

input {	font-size: 10.5px;
		font-weight: normal;
		text-decoration: none;
		background: #f2f5f9;
		color: #003399;
		border-top: solid gray;
		border-right: solid gray;
		border-bottom: solid gray;
		border-left: solid gray;
		border-width: 1px;	
	  }	

select {	font-size: 10.5px;
		font-weight: normal;
		text-decoration: none;
		background: #f2f5f9;
		color: #003399;
		border-top: solid gray;
		border-right: solid gray;
		border-bottom: solid gray;
		border-left: solid gray;
		border-width: 1px;	
	  }	
      
Table 	{	
		font-family: Verdana, Arial, Helvetica, Geneva;
		font-size: 10.5px;
		color: #003366;
		}
		
body	{ 
		font-family: tahoma , Arial, Helvetica, sans-serif; 
		font-size: 10.5px;
		margin: 0px;
		background: #f2f5f9;
		scrollbar-face-color: #C6D6FD; 
		scrollbar-shadow-color: #ffffff; 
		scrollbar-highlight-color: #ffffff; 
		scrollbar-3dlight-color: #336699; 
		scrollbar-darkshadow-color: #333333;  
		scrollbar-arrow-color: #4D6185; 
		}

-->
</style>
			