/* HUOM!!! 									*/
/* Jos muokaat pohjaväriä tai fontin väriä niin muuta sama myös editorin 	*/
/* tyylitiedostoon: /yllapito/edit/editor/css/fck_editorarea.css 		*/


@media print
{
table.runko
 {
 width: 640px;
 height: 99%;
 }
}

@media screen
{
}

body
 {
 vertical-align:top;
 padding:0;
 margin: 0;
 background-color: #5E5D5D;
 color: #ffffff;
 font-family: arial, sans-serif;
 font-size: 12px;
 height: 100%; 
 }
html
 {
 height: 100%; 
 }
h1
 {
 font-size: 18px;
 text-align:center;
 }
h2
 {
 font-size: 14px;
 }
h3
 {
 font-size: 13px;
 }
a
 {
 color: #898F3A;
 text-decoration: none;
 }
a:hover
 {
 color: #BE4768;
 text-decoration: underline;
 }
img
 {
 border-style: none;
 }
input
 {
 font-size: 8pt;
 }
select
 {
 font-size: 8pt;
 }
textarea
 {
 font-size: 9pt;
 font-family: arial, sans-serif;
 }
.bold
 {
 font-weight: bold;
 }
.normal
 {
 font-family: arial, sans-serif;
 font-size: 14px;
 vertical-align:top;
 }
.cursor
 {
 cursor: hand
 }
table
 {
 }
td
 {
 }