body {
	font-family: Verdana, Arial, Helvetica, sans-serif;     /* Body text font family */
	font-size: 11px;					/* Body text font size */	
	color: #000000;						/* Body text font color */				
	background-color:  #1B5288;				/* Body background color */
}

body a {
	color: #0A246A;                 	/*Body link font color */ 
	text-decoration: underline;		/*Body link decoration */
}

body a:hover {
	color: #0A246A;                         /* Body link color when mouse is over*/
	text-decoration: none; 		        /* Body link text decoration when mouse is over */ 
}

/*************************************************************************** SiteAdmin styles */

.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	/* Header Text font family */
	font-size: 16px; 				    	/* Header Text font size */
	text-transform: none;				    	/* Header Text text transform */
	color: #0A246A;				            	/* Header Text color */
	font-weight: bold;				    	/* Header Text font weight */
}

.Text {	
	font-family: Verdana, Arial, Helvetica, sans-serif;  	/* Normal Text font family */
	line-height: 16px; 				    	/* Normal Text line height */	
	font-size: 11px; 				    	/* Normal Text font size */
	color: #0A246A; 				    	/* Normal Text font color */
	font-weight: 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: #000000;     		/* 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: #000000;			/* 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 */
}


#Skeleton {
	border: 2px solid #000000; 		/* Skeleton border, black*/
	background-color: #FFFFFF;		/* Skeleton background color */
}

#HeaderBox {
	background-color: transparent;   	/* Header Box background color */
}

#HeaderBox img{
	border-bottom: 5px solid #E5C56E;	/* Header Box bottom border */
}

#ColPlacementOuter {
	border-left: 260px solid #FFFFFF;	/* Left TextBox background color */
}

#MainContainerBox {
	background-color: transparent;		/* Whole content area background color */
} 

#LeftBox {
	background-color: transparent;		/* left Box background color */
}

#CenterBox {
	background-color: transparent;		/* Center Box background color */
}

#FooterBox {
	background-color: transparent;/* Power by tai Copyright -Background color */
}

/******************************************************************************** SAMenu -styles */

#SAMenu1_1_0 {
	background-color: transparent;			    /* SAMenu1 background color */
}

#SAMenu1 li a {	
	font-family: Verdana, Arial, Helvetica, sans-serif; /* SAMenu1 link font family */
	font-size: 11px;				    /* SAMenu1 link font size */	
	font-weight: bold;				    /* SAMenu1 link font weight */
	color: #0A246A; 			            /* SAMenu1 link font color */
	text-decoration: none;				    /* SAMenu1 link text decoration */	
	background: url(../img/dot.gif) left center no-repeat;/* SAMenu1 link background image, dot */
}

#SAMenu1 li a:hover {		
	color: #0A246A;					    /* 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: #0A246A;					    /* SAMenu1 link font color - when it is selected */
	text-decoration: underline;		            /* SAMenu1 link text decoration - when it is selected */
}

/* 2 LEVEL ***************/


/********************************************************************************* SA -styles */

/* Content-alueen tekstin linkin vari */
#SAContent1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;     /* Header Editable Area font family */
	font-size: 16px; 					/* Header Editable Area font size */
	color: #0A246A;						/* Header Editable Area font color */
	font-weight: bold;					/* Header Editable Area font weight */
}

#SAContent2 {
	font-family: Arial, Helvetica, Verdana, Sans-serif;     /* Editable Content area font family */
	font-size: 11px;				        /* Editable Content area font size */
	color: #0A246A;					        /* Editable Content area font color */
}

#SAArea1 { 
	font-family: Arial, Helvetica, Verdana, Sans-serif;     /* SAArea1 Content area font family */
	font-size: 11px;				        /* SAArea1 Content area font size */
	color: #0A246A;					        /* SAArea1 Content area font color */
}

#SAContent1 a, #SAContent2 a, #SAArea1 a{
	color: #0A246A;  					/* SAContent and SAArea link color */
	text-decoration: underline; 				/* SAContent and SAArea link text decoration */
}

#SAContent1 a:hover, #SAContent2 a:hover, #SAArea1 a:hover{
	color: #0A246A; 					/* SAContent and SAArea link color, when mouse is over */
	text-decoration: none;                                  /* SAContent and SAArea text decoration, when mouse is over */
}

#SAInclude1{
	color: #0A246A;						/* SAArea2 text color */
	text-align: center;					/* SAArea2 text alignment */
	font-weight: bold;					/* SAArea2 text font weight */
	font-size: 11px;					/* SAArea2 text font size */
	letter-spacing: 0.1em;					/* SAArea2 text letter spacing */
	border-bottom: 1px solid #0A246A;			/* SAArea2 text bottom border */
}