/* begin general formatting issues */

body {
	width: 800px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15px;
}

p {
	font-size: 12px;
}
hr {
	width: 800px;
	color: Green;
}
hr._750 {
	width: 750px;
	color: #34915D;
}
/* end general formatting issues */


/* begin navigation */
a:hover {
	color: #FF4500;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.greentableline {
	border-bottom: 2px solid Green;
	width: 800px;
}

.nav {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 25px;
}
/* end navigation */


/* begin news related formatting  */
.newsarrow {
	color: Green;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
.news {
	font-size: 12px;
}
.newsdate {
	font-size: 11px;
	color: #3CB371;
	font-stretch: narrower;
	vertical-align: top;
}
/* end news related formatting  */

.reducedwidth_450 {
	width: 450px;
	text-align: justify;
	}
.bold {
	font-weight: bold;
}


/* begin formatting top block*/
td.upperblock {
	font-size: 11px;
}
/* end formatting top block*/

/* begin formatting content block*/
/* the vertical border should not dashed due to refresh issues*/
.texttablecontent {
font-size: small;
}
td.maincontent {
	border-left: 1px solid Blue;
	padding-left: 25px;
	width: 600px;
	vertical-align: top;
}
td.mainnewscontent {
	border-left: 1px solid Blue;
	padding-left: 25px;
	width: 480px;
	vertical-align: top;
	text-align: left;
}
/* begin formatting content block*/


/* begin formatting bottom block*/
.bottomblock {
	background-color: #34915D;
	line-height: 15px;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.updated {
	color: #A9A9A9;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* end formatting bottom block*/


.font12px {
	font-size: 12px;
}

/* begin general colour formatting */
.red {
	color: Red;
}
.maroon {
	color: Maroon;
}
.green {
	color: Green;
}
.white {
	color: White;
}
.navyblue {
	color: Black;
}
.blue {
	color: Black;
}
.grey {
	color: Gray;
}
/* end general colour formatting */


.pagetitle_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
.textmargin10 {
	margin-left: 10px;
}
.textmargin1 {
	margin-left: 25px;
}
.textmargin2 {
	margin-left: 60px;
}



/* font format */



/*  taken from projektit*/

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #008040;
	font-weight: bold;
	text-align: center;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #008040;
	font-weight: bold;
	text-align: center;
}
.underline {
	text-decoration: underline;
}


