body {
	font-family: Verdana, Arial, Helvetica, Sans-serif; 	/* Body text font family */
	font-size: 10px;					/* Body text font size */
	color: #000000;						/* Body text font color */
	background-color: #FFFFFF;				/* Body background color */				
}

body a {
	color: #00376E;						/*Body link font color */ 
	text-decoration: underline;				/*Body link decoration */
}

body a:hover {
	color: #00376E;						/* Body link color when mouse is over*/
	text-decoration: none;					/* Body link text decoration when mouse is over */ 
}

/*************************************************************************** SiteAdmin styles */

.Header {
	font-family: Arial,Verdana, Helvetica, sans-serif;  	/* Header Text font family */
	font-size: 16px; 				    	/* Header Text font size */
	line-height: 20px;				   	/* Header Text line height */
	text-transform: none;				    	/* Header Text text transform */
	color: #2275C2;				            	/* Header Text color */
	font-weight: bold;				    	/* Header Text font weight */
}


.SubHeader {
	font-family:  Arial,Verdana, Helvetica, sans-serif;	/* SubHeader font family */
	line-height: 16px; 					/* SubHeader line height */
	font-size: 12px; 					/* SubHeader font size */
	color: #2275C2; 					/* SubHeader font color */
	font-weight: bold;					/* SubHeader font weight */
}


.Text {
	font-family: Arial,Verdana, Helvetica, sans-serif;   	/* Normal Text font family */
	line-height: 16px; 				    	/* Normal Text line height */	
	font-size: 12px; 				    	/* Normal Text font size */
	color: #000000; 				    	/* Normal Text font color */
	font-weight: normal;					/* Normal Text font weight */
}

/*************************************************************************** General styles */

.txtCopyright a {
	font-family: Verdana;					/* Power by tai Copyright -link font type */
	font-size: 10px;					/* Power by tai Copyright -link text size */
	color: #00376E;						/* Power by tai Copyright -link color */
	font-weight: normal;					/* Power by tai Copyright -link text font weight */
	text-decoration:none;					/* Power by tai Copyright -link text decoration */	
}

.txtCopyright a:hover {
	font-family: Verdana;					/* Power by tai Copyright -link font type, when mouse is over */
	font-size: 10px;					/* Power by tai Copyright -link font size, when mouse is over */
	color: #00376E;						/* Power by tai Copyright -link font color, when mouse is over */
	text-decoration: underline;				/* Power by tai Copyright -link text decoration, when mouse is over */
}

.Blue {
	color: #2275C2;						/* Blue text color, which is on the left */
}


#Skeleton {
	background-color: #FFFFFF;				/* Skeleton background color */
}

#HeaderBox {
	background-color: transparent; 				/* Header Box background color */
	border-bottom: 10px solid #2275C2;			/* Header Box bottom border */ 	
}

#MainContainerBox {
	background-color: transparent;				/* MainContainerBox background color */
} 

#LeftBox {
	background-color: transparent;				/* LeftBox background color */
}

#CenterBox {
	background-color: #FFFFFF;              		/* Center Box background color */
}

#FooterBox {
	color: #00376E;						/* Power by tai Copyright -color */
	font-family: Verdana;					/* Power by tai Copyright -font family */
	font-size: 10px;					/* Power by tai Copyright -font size */
	background-color: #2275C2; 				/* Power by tai Copyright -Background color */
}

/******************************************************************************** SAMenu -styles */

#SAMenu1_1_0 {
	background: url(../img/menuline.gif) bottom left repeat-x;	/* SAMenu1 background image, bottom dot line */
	background-color: transparent;				 	/* SAMenu1 background color */			    			   
}

#SAMenu1 li a {
	font-family:  Arial,Verdana, Helvetica, sans-serif; 		/* SAMenu1 link font family */	
	font-size: 14px;						/* SAMenu1 link font size */
	font-weight: bold;						/* SAMenu1 link font weight */
	text-decoration: none;						/* SAMenu1 link text decoration */
       	color: #000000; 						/* SAMenu1 link font color */			    	
}

#SAMenu1 li a:hover {
	color: #000000;							/* SAMenu1 link font color - when mouse is over */
	text-decoration: underline;					/* SAMenu1 link text decoration - when mouse is over */
}


#SAMenu1 li a.Selected, #SAMenu1 li a.AtWay, #SAMenu1 li a.Selected:hover, #SAMenu1 li a.AtWay:hover {
	color: #2275C2;							/* SAMenu1 link font color - when it is selected */
	text-decoration: none;						/* SAMenu1 link text decoration - when it is selected */
}

/* 2 LEVEL ***************/


/********************************************************************************* SA -styles */

/* Content-alueen tekstin linkin vari */
#SAContent1 a, #SAContent2 a, #SAArea1 a{
	color: #00376E; 						/* SAContent and SAArea link color */
	text-decoration: underline; 					/* SAContent and SAArea link text decoration */
}

#SAContent1 a:hover, #SAContent2 a:hover, #SAArea1 a:hover{
	color: #00376E;							/* SAContent and SAArea link color, when mouse is over */
	text-decoration: none;						/* SAContent and SAArea text decoration, when mouse is over */
}


