@charset "UTF-8";
/* CSS Document */
	
.side-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 1.3em;
}

#FileLinkList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
	line-height: 1.2em;
	text-align: left;
}

#targetArea {
	clear: both;
	overflow: auto;
	z-index:2;
	background-color: #CCCCCC;
	height: 370px;
	padding: 10px;
}

#targetArea-s {
	clear: both;
	overflow: auto;
	z-index:2;
	background-color: #CCCCCC;
	height: 370px;
	padding: 10px;
}


#targetArea-c {
	clear: both;
	overflow: auto;
	z-index:2;
	background-color: #CCCCCC;
	height: 215px;
	padding: 10px;
}

#targetArea-f {
	clear: both;
	overflow: auto;
	z-index:2;
	background-color: #CCCCCC;
	height: 470px;
	padding: 10px;
}

	
.content-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}	

.targetArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.1em;
	padding: 10px;
}

a {
	color:#FFFFFF;
	}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

a:hover {
	color:#000000;
	}
	
a:active {
	color:#FF0000;
}

