/***********  General CSS *************************/
body {
	color: #BCBCBC;
	background: url(../img/essiebg.gif) left top repeat-y;
	/*background-color: #EF1216;*/
	background-color: #000;
	scrollbar-3dlight-color:#000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-face-color:#EF1216;
}

body a {
	color: #EF1216;
	text-decoration: none;
}

body a:hover {
	color: #EF1216;
	text-decoration: underline;
}


#SAContent1 a, #SAContent2 a,#SAContent3 a, #SAContent4 a {
	color: #EF1216;	
	text-decoration: underline;
}

#SAContent1 a:hover, #SAContent2 a:hover,#SAContent3 a:hover, #SAContent4 a:hover {
	color: #EF1216;	
	text-decoration: none;
}

/**********  SAMenu CSS *********************************/

#SAMenu1_-1_1 {
	color: #EF1216;
	background: url(../img/redseperator.gif) 485px 15px no-repeat;
	/*background-color: #F6CCE4;*/
	background-color: #000;
}

#SAMenu1 li a {
	color: #EF1216;
}

#SAMenu2 li a {
	color: #BCBCBC;
}

#SAMenu2 li a:hover {
	color: #BCBCBC;	
}

#SAMenu2 li a.Selected, #SAMenu2 li a.Selected:hover, #SAMenu2 li a.AtWay, #SAMenu2 li a.AtWay:hover {
	color: #EF1216;
}

#SAMenu2 ul li a {
	color: #EF1216;
	background: url(../img/reddot.gif) 3px 5px no-repeat;
}

#SAMenu2 ul li a:hover {
	color: #EF1216;
	background: url(../img/reddot.gif) 3px 5px no-repeat;
}

#SAMenu2 ul li a.Selected, #SAMenu2 ul li a.Selected:hover, #SAMenu2 ul li a.AtWay, #SAMenu2 ul li a.AtWay:hover  {
	color: #EF1216;
	background: url(../img/reddot.gif) 3px 5px no-repeat;
}

/********** SA -text CSS ********************************/
.Otsikko {
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 21px;
	font-weight: normal;
	color: #EF1216;
}	


