/* CSS Document */



.body { 

color: black; 

font-family: "arial"; 

font-size: 9pt; 

font-weight: regular; 

} 



.bold { 

color: black; 

font-family: "arial"; 

font-size: 9pt; 

font-weight: bold;

} 



.italic { 

font-style: italic;

color: black; 

font-family: "arial"; 

font-size: 9pt; 

font-weight: regular; 

} 



.body2 { 

color: black; 

font-family: "arial"; 

font-size: 10pt; 

font-weight: regular; 

} 



.bold2 { 

color: black; 

font-family: "arial"; 

font-size: 10pt; 

font-weight: bold;

}



.italic2 { 

font-style: italic;

color: black; 

font-family: "arial"; 

font-size: 10pt; 

} 



.boldunderline2 { 

text-decoration: underline;

color: black; 

font-family: "arial"; 

font-size: 10pt; 

font-weight: bold; 

} 



.bolditalic2 { 

font-style: italic;

color: black; 

font-family: "arial"; 

font-size: 10pt; 

font-weight: bold; 

} 



.footer { 

text-decoration: none; 

color: black; 

font-family: "arial"; 

font-size: 8pt; 

font-weight: heavy; 

} 



a.link3:link { 

text-decoration: underline; 

color: black; 

font-family: "arial"; 

font-size: 8pt; 

font-weight: heavy; 

} 



a.link3:hover { 

text-decoration: underline; 

color: white; 

font-family: "arial"; 

font-size: 8pt; 

font-weight: heavy; 

} 



a.link3:visited { 

text-decoration: underline; 

color: black; 

font-family: "arial"; 

font-size: 8pt; 

font-weight: heavy; 

} 



a:link { 

text-decoration: underline; 

color: #933333; 

font-family: "arial"; 

font-size: 9pt; 

font-weight: heavy; 

} 



a:hover { 

text-decoration: underline; 

color: #333333; 

font-family: "arial"; 

font-size: 9pt; 

font-weight: heavy; 

} 



a:visited { 

text-decoration: underline; 

color: #999999; 

font-family: "arial"; 

font-size: 9pt; 

font-weight: heavy; 

}



a.link2:link { 

text-decoration: underline; 

color: #933333; 

font-family: "arial"; 

font-size: 10pt; 

font-weight: heavy; 

} 



a.link2:hover { 

text-decoration: underline; 

color: #333333; 

font-family: "arial"; 

font-size: 10pt; 

font-weight: heavy; 

} 

a.link2:visited { 

text-decoration: underline; 

color: #999999; 

font-family: "arial"; 

font-size: 10pt; 

font-weight: heavy; 

} 



.dhtmlgoodies_question{	/* Styling question */

	/* Start layout CSS */

	color:#933333;

	font-family: arial;

	font-size:12px;

	font-weight: heavy;

	text-decoration: underline; 

	width:700px;

	margin-bottom:2px;

	margin-top:5px;

	padding-left:0px;

	height:30px;

	

	/* End layout CSS */

	

	overflow:hidden;

	cursor:pointer;

}

.dhtmlgoodies_answer{	/* Parent box of slide down content */

	/* Start layout CSS */

	width:650px;

	

	/* End layout CSS */

	

	visibility:hidden;

	height:0px;

	overflow:hidden;

	position:relative;



}

.dhtmlgoodies_answer_content{	/* Content that is slided down */

	padding:0px;

	font-size:10px;	

	position:relative;

}



#mainContainer{

		margin:0 auto;

		width:675px;

		text-align:left;

		background-color:#FFF;

		padding:3px;

		border:3px solid #317082;	

	}

	.clear{

		clear:both;

	}

	/* End of demo CSS */

	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */

		width:240px;

	}

	#DHTMLgoodies_panel_one{		

		float:left;	

	}

	#DHTMLgoodies_thumbs{

		overflow:hidden;	/* Don't change this */

		height:280px;	/* Height of thumbnail div */

		position:relative;	/* Never change this */

		float:left;

	}

	#DHTMLgoodies_largeImage{	/* Large image div */

		width:400px;	/* Width of large image div */

		height:310px;	/* Height of large image div */

		float:left;

		padding-left:10px;	/* "Air" */

		padding-right:10px;	

	}

	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */

		width:100%;

		height:100%;

		text-align:center;

	}

	#DHTMLgoodies_largeImage img{	/* Large image */

		border:5px solid #317082;	/* Border around large image */

	}

	

	

	.strip_of_thumbnails{

	width:114px;

	padding:5px;

	position:absolute;

	left: 315px;

	top: 374px;







	}

	.strip_of_thumbnails div{

		width:110px;

		height:90px;

		padding:2px;

		text-align:center;



	}

	.strip_of_thumbnails img{

		border:0px;

		padding:5px;

	}

	.strip_of_thumbnails .activeImage{	/* Active thumbnail */

		border:5px solid #317082;	/* Green border around active thumbnail */

		padding:0px;

	

	}

	.leftArrow{

		float:left;

	}

	.rightArrow{

		float:right;

	}

	#DHTMLgoodies_thumbs_inner{

		position:relative;	/* Never change this */

		width:1000px;

	}	

