/*
Ei tarvitse määrittää samaa fonttia useampaan kohtaan.
Tämä tehdään ainoastaan silloin kun haluaa määrittää
erityisen fontin esim. tekstille tai vastaavalle.
Jos voiait pitää tämän rakenteen yllä, kun sitä on helpompi lukea.
*/

body  {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	direction: ltr;
	unicode-bidi: embed
}
a:link, a:visited  {
	color: #006400;
	font-size: 14px;
	text-decoration: none;
}
a:hover  {
	color: #00ae01;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}
.img {
	border: 0px;
}
.frame, .frameset {
	border: none;
}
.text1  {
	color: #004080;
	font-size: 12px;
}
.text2  {
	font-size: 14px;
}
.text3  {
	font-size: 12px;
}
.btext  {
	color: #006400;
}
.ctext  {
	color: #004080;
}

.small  {
	font-size: x-small;
}
.bg1 {
	background-color: #00008B;
}
.bg2 {
	background-color: #EEF1FF;
}
.bg3 {
	background-color: #CAD7F6;
}
.bg4 {
	background-color: White;
}
.button, .select, .text {
	background: #F5F5F5 top;
	border: 1px solid #6D6D6D;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 14px;
}
.sid {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	color: #004080;
}
h2 {
	color: #004080;
	font-size: 24px;
	font-weight: normal;
}
a.linki1  {
	color: #004080;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}
.text2S  {
	color: #004080;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.text1Vi {
	font-size: 12px;
	font-weight: bold;
	color: #CC3399;
}
.text4 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	font-variant: normal;
	line-height: normal;
}
.text1B {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

