@charset "UTF-8";
/* CSS Document */
 


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252525;
}
body {
	
	background-repeat: repeat;
	text-align: left;
	background-color: #FFF;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #252525F;

}
a:active {
	text-decoration: none;
	color: #999;
}
.studiestitle {
	color: #999;
	font-size: 11px;
}
.bold1 {font-weight: bold;
}
.datetime {font-size: 11px;
}
.footer {
	color: #999;
}
.separators {
	color: #FFF;
}
body {
	background-color: #EBEBEB;
	font-size: 11px;
}
a:hover {
	color: #252525;
	font-size: 11px;
}
body,td,th {
	color: #333;
}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 550px; overflow: hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}
		
	
		
		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: 0;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 550px;
			clear: both;
			background: 
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 800px;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 800px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px; 
			overflow-x: hidden;
			overflow-y: auto;
			width: 800px; 
			height: 550px;
			
		}
		
		.stripNav {display:none}


		
		.stripNavL, .stripNavR { /* The left and right arrows */
			display: none;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			
		

}
newstitle {
	font-size: 15px;
}
.newstitle {
	color: #B7BE32;
}
.italic {
	font-style: italic;
}
.nonscroll {
	width: 800px; 
	height: 40px;
}
