

body {			
	line-height: 130%;
  font-size: 62.5%;  /* 16px × 62.5% = 10px */ 

  font-family: Verdana;
  color: #333399;
  background-color : #FFFFFF;
  
  margin: 0px;	
}

form{
  display:inline; 
}

td {
	font-size: 11px;
}

h1 { 
	 padding: 5px 0px 8px 60px;      font-family: Arial;     font-size: 24px;     color: #3A4C88; 
	 background: url(../img/odd1.png) 0px 5px no-repeat;    
	 line-height: 95%;  
}

h2 { 
      font-family: Arial;      font-size: 16px;        
      color: #333399; line-height: 120%;
}

h3
{ 
      font-family: Arial;
      font-size:16px;        
      color: #333399;       
}

h4
{ 
      font-family: Arial;
      font-size: 14px; margin-top: 15px;
       line-height: 115%;  
      color: #333399; 
}






a {   
   font-weight: normal;
   color: #3A4C88;
   text-decoration: underline;
}

a:hover {   
   font-weight: normal;
   color: black;
   text-decoration: underline;
}


a.menu {   
   font-family: Tahoma;
   font-size: 10px;
   font-weight: bold;  
   color: black;
   text-decoration: none;
}

a.menu:hover {      
   color: black;
   text-decoration: underline;
}



/* tridy */




.floatright 
{ 
  float: right; 
  margin: 10px 10px 10px 10px; 
  border: 0px solid #666; 
  padding: 0px; 
} 

.floatleft
{ 
  float: left; 
  margin: 10px 10px 10px 10px; 
  border: 0px solid #666; 
  padding: 0px; 
} 




input{
     vertical-align:middle;
}

textarea{
	overflow:auto;
}

.textColor{
	color:#223D61;
}




/*--------------------------------*/



.resetovac
{
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/*--------------------------------*/



 /*-----------------------*/
 
 a.rs_edit {
 	position: absolute;
 	float: right; 
	color: black;	background-color: yellow; 	text-decoration: none;
 	border: 1px black solid;	padding: 3px;	  
	opacity: .5;
	filter: alpha(opacity=50);	
 }
  a.rs_edit:hover {
 	position: absolute;
 	float: right;
	text-decoration: underline; 		  
 }
