/* container for closelink */
.wps_closewin_text 										{ padding:5px; text-decoration: none; text-align: center;}

.wps_popup  a:link										{ border-bottom: 1px dotted #1FE6F3;
																  color: #000000;
																  text-decoration: none;
																  white-space: nowrap;	
																  outline: none; }

																  																  
.wps_popup  a:visited 									{ border-bottom: 1px dotted #1FE6F3;
																  text-decoration: none;
																  white-space: nowrap;	
																  color: #000000;
																  outline: none; }
																  
.wps_popup  a:hover 										{ border-bottom: 1px dotted #1FE6F3;
																  white-space: nowrap;	
																  text-decoration: none;
																  color:#1FE6F3;
																  outline: none; }
																  
.wps_popup  a:active 										{ border-bottom: 1px dotted #1FE6F3;
																  white-space: nowrap;	
																  color: #000000;
																  text-decoration: none;
																  outline: none; }





/* container for content */
.wps_content 														{ 
																	  border:thin dotted black;
																	  padding:3mm; } 
																	  
.wps_body															{ padding:10px; }

.wps_popup 															{ -moz-border-radius: 5px;
																	  -webkit-border-radius: 5px; 
																	  border:thin solid #000000;
																	  padding: 5px;}

/* container for headline */
.wps_headline 														{ margin:0px 10px;
																	  clear: both; }
																	  
.wps_headline h2														{}
