/* links  */
a{
color : #6666FF;
text-decoration : none;
}
a:link{
color : #6666FF;
text-decoration : none;
}
a:visited{
color : #6666FF;
text-decoration : none;
}
a:hover{
color : #6666FF;
text-decoration : underline;
}
a:active{
color : #6666FF;
text-decoration : none;
}

/* body */
body				{ background-color : #FFFFFF; color : #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

/* tables, paragraphs, pre */
td,p,pre			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none;}
table.laatikko{
	border: 1px solid #000000;
} 

/* texts */
.headline			{ color : #000000; font-size : 18px; font-weight : normal; }
.normal				{ font-family: Arial, Helvetica, sans-serif; color : #000000; font-size : 12px; font-weight : normal; }
.copy				{ color : #000000; font-size : 10px; font-weight : normal;}
.extrasmall			{ color : #000000; font-size : 9px; font-weight : normal;}
.smallnote			{ color : #000000; font-size : 11px; }
.error				{ color : #CC0000; font-size : 12px; font-weight : bold; }
.currentpage		{ color : #000000; font-size : 16px; font-weight : bold; }
.timedate			{ color : #000000; font-size : 10px; font-weight : normal; }
.dptmenutext		{ color : #FFFFFF; font-size : 30px; }
.idcode				{ color : #000000; font-size : 10px; font-weight : normal; }

/* misc */
b 					{ font-weight: bold;}
i 					{ font-style: italic;}
hr					{
	color : #6666FF;
	line-height : 2px;
	width : 984px;
}


