/* CSS Document */

.orange{color:#f97e02}
.maindiv{color:red; font-family:tahoma; font-size:10pt; text-decoration:none;}
.subdiv{color:red; font-family:tahoma; font-size:10pt; text-decoration:none;}
.submenu{color:#330000;}  
.mainmenu{color:#330000;} 


body{color: #002E3C; font-family: tahoma; font-size: 10pt;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#0f0f0f;
  scrollbar-shadow-color:#0f0f0f;
  scrollbar-face-color:#0f0f0f;
  scrollbar-highlight-color:#333333;
  scrollbar-dark-shadow-color:#0f0f0f;
  scrollbar-3d-light-color:#0f0f0f;}
  
a:link{color:#FFFFFF; font-family:tahoma; font-size:10pt; text-decoration:none;}
a:active{color:#FFFFFF; font-family:tahoma; font-size:10pt; text-decoration:none;} 
a:visited{color:#FFFFFF; font-family:tahoma; font-size:10pt; text-decoration:none;}
a:hover{color:#FF0000; font-family:tahoma; font-size:10pt; text-decoration:none;}

a.legals:link{color:#000000; font-family:tahoma; font-size:10pt; text-decoration:none;}
a.legals:active{color:#000000; font-family:tahoma; font-size:10pt; text-decoration:none;} 
a.legals:visited{color:#000000; font-family:tahoma; font-size:10pt; text-decoration:none;}
a.legals:hover{color:#000000; font-family:tahoma; font-size:10pt; text-decoration:underline;}

input,textarea {
			   background-color:#000000;
               border-style:solid;
			   border-width:1px;
			   border-color:#434343;
			   color: #FFFFFF;
			   font-size: 9pt; }

select, option {  
			   font-family:tahoma; font-size:9pt; color:#ff7028;
			   border-style:solid;
			   border-width:1px;
			   border-color:#434343;
			   background-color:#000000;}			   
			   
table,td,tr{font-family:tahoma; font-size:10pt; color:#FFFFFF;}

.cellshadow { background-color: #00638A; 
			color:#000000;
			font-weight:bold; 
			border: 1px #AC1E12 solid; 
			padding-top: 1px; 
			padding-right: 1px; 
			padding-bottom: 1px; 
			padding-left: 1px; 
			font-family: tahoma; 
			font-size: 10pt; 
			line-height: 1px }


