

body {			
	line-height: 130%;
  font-size: 10px;	
  font-family: Verdana;
  color: #FFFFFF;
  background-color: #000000;
  margin: 0px;	
}

form{
  display:inline;
}

td {
	font-size: 10px;
}

td p {
	margin: 0px;
}


h1 { 
	 margin-top: 15px; 
     font-family: Arial;
     font-size: 17px;
     color:#FFFFFF;      
}

h2 { font-family: Arial;   font-size:13px;    /*font-size: medium;*/     color: #E78F20;
}

h3 { font-family: Arial;   font-size:16px;      /*font-size: medium;*/     color:#000000;       
}

h4 { 
      font-family: Arial;      font-size:11px;      /*font-size: small;*/  
      color:#a4c02d;  margin-top: 0px; margin-bottom: 0px;
}


h5  { 
      font-family: Arial;      font-size: 11px;      font-weight: bold;  
      color: #5CA1D0; margin-top: 2px; margin-bottom: 2px;
}


li {  
     list-style-image:url(../img/odd1.png); padding-top: -1px; }

a {  font-weight: normal;   color: #E78F20; text-decoration: none;
}

a:hover {   
   font-weight: normal; color: #E78F20;
   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; 		  
 }