/*BACKROUND WITH VERTICAL LINES*/
.MainBack {
	background-color: #FFFFFF;
}
/*LIGHT BLUE BOX BACKGROUND*/
.BlueBox {
	background-color: #003399;
	font-size: 2px;

}
/*Navigation*/

.linksLEFT {
	font-family: verdana;
	font-size: 2.8mm;
	color: #003399;
	text-decoration: none;
	font-weight: bold; 

}

/*HEADING 2 (OTSIKKO)*/
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4mm;
	font-weight: bold;
	color: #003399;
}
/*MAIN TEXT*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3mm;
	color: #333333;
}
.textblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3mm;
	color: #003399;
}
/*BACKGROUND FOR BORDER TABLE*/
.MainBorder {
	background-color: #003399;
}
/*STYLE FOR NEWS HEADINGS*/
.NewsLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3mm;
	color: #003399;
	text-decoration: none;
	font-weight: normal;

}
/*STYLE FOR NEWS HEADINGS*/
a.NewsLinks:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*STYLE FOR NEWS HEADINGS*/
a.NewsLinks:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/*STYLE FOR NEWS HEADINGS*/
a.NewsLinks:active {

	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*STYLE FOR NEWS HEADINGS*/
a.NewsLinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;

}
a:link {
	color: #6699CC;
	text-decoration: none;

}
a:visited {
	color: #996666;
	text-decoration: none;

}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CCCCCC;
}
body {
	font-size: 3mm;
	background-color: #FFFFFF;
}
a.linksLEFT:link {
	font-family: verdana;
	font-size: 2.8mm;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a.linksLEFT:visited {
	font-family: verdana;
	font-size: 2.8mm;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a.linksLEFT:active {
	font-family: verdana;
	font-size: 2.8mm;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a.linksLEFT:hover {
	font-family: verdana;
	font-size: 2.8mm;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3mm;
}
td td td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3mm;
}
.RedBox {
	background-color: #CC0000;
	font-size: 2px;

}
.search {
	height: 18px;
	width: 100px;
	border: 1px solid #666666;
	font-size: 3mm;


}
.ingress {
	font-weight: bold;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.white {
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
}
a.white:visited,a.white:link,a.white:hover {
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
}

