/* värit 
#FBE18F keltainen,vaalea 
#F8CB01 keltainen,tumma */

/* body */
body				{ background-color: #FBE18F; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0 0 0 0;}

/* table, tr, td */
td					{ font-size: 12px; line-height: 15px; }
td.reunaviiva		{ border-left: 1px solid #F8CB01; }
td.alaviiva			{ border-bottom: 1px solid #F8CB01; }

/* tekstit */
h1			{ font-size: 16px; color: #000000; font-weight: bold; line-height: 16px; }
h2			{ font-size: 14px; color: #000000; font-weight: bold; line-height: 14px;}
h3			{ font-size: 12px; color: #000000; font-weight: bold; line-height: 14px;}
.otsikko2			{ font-size: 14px; color: #000000; font-weight: bold; line-height: 16px;}
.otsikko3			{ font-size: 12px; color: #000000; font-weight: bold; line-height: 24px;}
.pvm				{ font-size: 10px; color: #000000; font-weight: normal; }
.menuhead				{ font-size: 12px; color: #000000; font-weight: bold; }
.menu				{ font-size: 12px; color: #000000; font-weight: normal;}
.copy				{ font-size: 9px; color: #8C543A; font-weight: normal;}

/* linkit */
a:link				{ font-size: 12px; color: #CC0000; text-decoration: none}
a:visited			{ font-size: 12px; color: #CC0000; text-decoration: none}
a:active			{ font-size: 12px; color: #CC0000; text-decoration: none}
a:hover				{ font-size: 12px; color: #CC0000; text-decoration: underline}

a.pvm:link		{ font-size: 10px; color: #000000; text-decoration: none}
a.pvm:visited	{ font-size: 10px; color: #000000; text-decoration: none}
a.pvm:active	{ font-size: 10px; color: #000000; text-decoration: none}
a.pvm:hover		{ font-size: 10px; color: #000000; text-decoration: underline}

a.osasto:link		{ font-size: 14px; color: #CC0000; font-weight: bold; text-decoration: none}
a.osasto:visited	{ font-size: 14px; color: #CC0000; font-weight: bold; text-decoration: none}
a.osasto:active		{ font-size: 14px; color: #CC0000; font-weight: bold; text-decoration: none}
a.osasto:hover		{ font-size: 14px; color: #CC0000; font-weight: bold; text-decoration: underline}

a.otsikko:link		{ font-size: 11px; color: #000000; text-decoration: none}
a.otsikko:visited	{ font-size: 11px; color: #000000; text-decoration: none}
a.otsikko:active	{ font-size: 11px; color: #000000; text-decoration: none}
a.otsikko:hover		{ font-size: 11px; color: #000000; text-decoration: underline; background-color: #ffffff;}

a.otsikko2:link		{ font-size: 11px; color: #000000; text-decoration: none}
a.otsikko2:visited	{ font-size: 11px; color: #000000; text-decoration: none}
a.otsikko2:active	{ font-size: 11px; color: #000000; text-decoration: none}
a.otsikko2:hover	{ font-size: 11px; color: #000000; text-decoration: underline; background-color: #ffffff;}


/* napit, form, input */
input.nappi			{ font-family: Verdana,Arial,Helvetica; font-size: 8pt; font-weight: bold; color: #000000; border-color: #000000; border-style: outset; border-width: 1px; background-color: #cccccc; width: 90px; }
input.laatikko		{ font-family: Verdana,Arial,Helvetica;	font-size: 10pt; font-weight: normal; background-color: #FFFFFF; border-color: #000000; border-style: inset; border-width: 1px; color: #000000; }
textarea.palaute	{ font-family: Verdana,Arial,Helvetica; border: 1px solid #000000; overflow: auto; background-color: #FFFFFF; font-size: 12px; }


/* sekalaiset */
b 					{ font-weight: bold;}
hr					{ color: #EAEAEA; line-height: 1px;}
