.sas_font{
	font-family: verdana;
	font-size: 11px;
	color:#000000;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	line-height:13px;
}
.sas_red{
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	color:#ef1010;
}				
.sas_h1{
	font-family: verdana;
	font-size: 18px;
	color:#000000;
	letter-spacing:2px;
	line-height:20px;
}
.sas_h2{
	font-family: verdana;
	font-size: 16px;
	color:#000000;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.sas_h3{
	font-family: verdana;
	font-size: 11px;
	color:#000000;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.sas_bold{
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.sas_img {
	 border-color:#C0C0C0;
     border-style:outset;
     border-width:2px;
	}
.move_pic_class{
		border:1px solid #000000;	
}
.sas_transparent{
	background-color:transparent;
}
.link
	{
	color:#333333;
	text-decoration:none;
	}
	
.linkOver
	{
	color:#FF0f0f;
	text-decoration:none;
	}

/* Width of max window in SAS */		
#sas_content_background
	{
	width:800px;
	height:450px;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	overflow:hidden;
	padding:0px;
	position:absolute;
	left:8px;
	top:8px;
}
/* Background textarea SAS */		
.int_background{
		background-color:#FFFFFF;
		width:350px;
		height:65px;
}
/* Width of working area in SAS.
   this is the viewable size and added 
   by "sas_rest" to the full width of
   "sas_content_background".
   The config parameter project width 
   needs to be set to the real width
*/		
#sas_content
	{
	position:absolute;
	top:0px;
	left:0px;
	width:610px;
	height:100%;
	padding:0px;
	overflow:auto;
	}
#sas_rest{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:1px;
	padding:0px;
	overflow:auto;
	border-left:#FFFFFF 1px solid;
	background-color:#000000;	
}