/* tänne kaikki yleiset määrittelyt ja luokat jotka halutaan näkyvän sivustolla ja editorissa */
body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;

}
h3 {
	font-family: Trebuchet, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #990000;


}



h4 {
	font-family: Trebuchet, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #990000;

}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	vertical-align: top;
	font-weight: normal;



}
a:link{
	color: #990000;
	text-decoration: none;
	font-weight: bold;

}
a:visited{
	color: #990000;
	text-decoration: none;
	font-weight: bold;

}
a:hover{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;

}
hr {
	color: #999999;
	height: 1px;
	border-style: solid;
	border-width: 1px 0 0 0;

}

img {
	border-color: #990000;

}
.ingressi {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.formborder {

	border-color: #FFFFFF;
	border-collapse: collapse;
	vertical-align: top;


}