/*
 *  YLEISET 
 *
 ********************************************************/
body {
    scrollbar-face-color: #D3E4F7;
    scrollbar-highlight-color: #EDF5FD;
    scrollbar-arrow-color: #00318C;
    scrollbar-track-color: #EFF7FF;
    scrollbar-darkshadow-color: #2774D4;
    scrollbar-3dlight-color: #D3E4F7;
    scrollbar-shadow-color: #D3E4F7;
    font-family: verdana, arial, helvetica, geneva, "sans serif";
}

a {
          font-weight: 500;
          color: #000000;
          text-decoration:none;		  
}

a:visited {
          font-weight: 500;
          color: #000000;
          text-decoration:none;			 
}

a:hover { 
          color: #FF1100;
}

/*
 *  SELAUS
 *
 ********************************************************/
body.selaus { 
        font-family: Verdana, Arial, Helvetica, geneva, "sans serif"; 
        background-color: #FFFFFF; 
        } 

td.selaus {
         font-size: 8pt;   
         color : #000000;
         height: 20px;
}

.selaus a:hover {
         background-color:#D3E4F7; 
         color: #000000;;
}
		  
/*
 *  ARTIKKELI
 *
 ********************************************************/
body.artikkeli {
        background-color:#ffffff;
        font-family: Verdana, Tahoma, Arial, Sans Serif;	
        margin: 20px;	   		   
}
 
body.artikkeli hr { 
        height: 1px;
        color: #A2895D;
        width: 100%;
        margin-top: 5px;
}
 
p {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 16px;
        font-size: 80%;
        line-height: 150%;
        color: #000000;			
}       
 
div.ots1, div.ots2, div.ots3 {
        color: #000000;
}
 
div.ots1 {     
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 130%;
}
 
div.ots2 {     
       margin-left: 0px;
       margin-top: 2px;
       font-weight: 700;
       font-size: 80%;
}

div.ots3 {     
       font-weight: 700;
       font-size: 80%;
       margin-top: 4px;
}

div.paattynyt {     
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 100%;
		color:#ff0000;
}
  
li {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 16px;
        font-size: 80%;
        line-height: 150%;
        color: #000000;			
}       


