 ul {margin:0; padding:0; list-style:none; line-height:18px;}
 li { padding-left:8px; background:url(images/point_1.gif) no-repeat left center}


table { 
	border:0px;
        border-top-style: outset;
        border-bottom-style: outset;
        border-left-style: outset;
        border-right-style: outset;
}






form{
 	margin:0px;
  	padding:0px;
	}
body{
 	margin:0px;
  	padding:0px;
	background-color:#FFFFFF;
	}



input.submit{
              font-size:10px;
              color:#444444;
              background-color:#EEEEEE;
              border-style:solid;
              border-color:#c4c4c4;
              border-width:1px;
}


button{
              font-size:10px;
              color:#444444;
              background-color:#EEEEEE;
              border-style:solid;
              border-color:#444444;
              border-width:1px;
}


td, input, textarea, select{
	font-size:12px;
        font-family:Tahoma;
	color:#43494E;
	line-height:13px;
	vertical-align:top;
}
.form_1 input, select{
	width:145px;
	height:20px;
	color:#5E5E5E;
	padding-left:5px;
}
.form_2 input{
	width:155px;
	height:21px;
	color:#5E5E5E;
	padding-left:5px;
}

a { 
    color:#1673B4;
    text-decoration: none; 
    
}




a:hover {

          font-family:Tahoma;
         
         
          color:#1673B4;        



}

.text{
	font-size:11px;
        font-family:Tahoma;
	color:#444444;
	line-height:13px;
}



.blue{  font-weight: bold;
        color:#1673B4;
}



.blue:hover{  font-weight: bold;
              color:#1673B4;
              font-size:12px;
             color:#949494;
	     text-decoration:none;


}



.formik{ font-weight: normal;
         font-size:11px;
         font-family:Tahoma;
         
         
         color:#1673B4;
}


.formik:hover { font-weight: normal;
                font-size:11px;
                font-family:Tahoma;
                color:#1673B4;
                text-decoration:underline;
}




.blue_d{
	color:#48657A;
}
.grey{
	color:#5E5E5E;
}
.blue_sm{
	font-size:10px;
	color:#1673B4;
	line-height:12px;
}
.light{
	font-size:10px;
	color:#9AA1A7;
	line-height:12px;
}
.small{
	font-size:10px;
	line-height:12px;
}
.menu a{
	font-size:12px;
	color:#43494E;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:underline;
}
.text a{
	color:#43494E;
	text-decoration:none;
}
.text a:hover{
	text-decoration:underline;
}


.table1
{
margin-left:1cm;
border: solid 1px grey;
border-collapse:separate;
border-style: double solid; 
outline-style: double;
}







table.tab
{

border: 1px #444444 solid;
border-collapse:separate;
border-style: double solid
outline-style: double;
}



table.tabgl
{

border: 1px #444444 solid;
border-collapse:separate;
border-style: double solid
outline-style: double;
}


table.tab td {
   border: 1px solid #c4c4c4;
}




.menugl{ font-weight: bold;
         font-size:14px;
         font-family:Tahoma;
          color:#cbd0d5;
         
}


.menugl:hover { font-weight: bold;
                font-size:14px
                font-family:Tahoma;
               color:#f2efef;
                text-decoration:underline;
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

