/* StoryBook userstyle.css
 * made by TomCee
 * skin & style ©TomCee
 * 4.0.1
*/ 

BODY {
	
	font-family: Aardvark, sans-serif, serif;
	background:  #ffffff url(bodybgi)  repeat  50% 0%;
	}

HTML {
	scrollbar-arrow-color: #33cc00;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #33cc00;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #33cc00;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #ffffff;
	}

#slide TABLE {
	height: 600px;
	border: 5px groove #33ff00;
	background: 
	transparent $tcTbgRepeat  50% 0%;
	}

.tdbackground{
	width: 160;
	height: 150;
	background: transparent url(thumbFolder.png) no-repeat;
}

/*links*/
.thumbnail { 
	border: 0
	color: #000000;
	}
	
a:link .thumbnail { filter:
	gray()
	
	
	
	
	
	
	
	;
	
	}
a:visited .thumbnail {filter:
	gray()
	
	
	
	
	
	
	
	;
	
	}
a:hover .thumbnail { 
	filter: None;
	}

a:link {
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
	font-weight: lighter;
	font-style: normal;
	text-align: center;
	}
	a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
	font-weight: lighter;
	font-style: normal;
	text-align: center;
	}
	a:hover {
	text-decoration: none;
	color: #33cc00;
	font-size: 8pt;
	font-weight: bold;
	}

/* FONTS */
	

/* Title */
   H1 {
	color: #ff0000;
	font-style: normal;
	font-size: 36pt;
	font-weight: bold;
	text-align: center;
	 }

/* header*/
   H2 {
	color: #33ff00;
	font-style: normal;
	font-size: 18pt;
	font-weight: lighter;
	text-align: center;          
	}

/* normal text */
   H3 {
	color: #000000;
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	}

/* comment */
  H4 {
	color: #33ff00;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	}

/* footer*/
   H5 {
	color: #000000;
	font-style: normal;
	font-size: 18pt;
	font-weight: lighter;
	text-align: center;
	}


/* img borders */
.tcimg {
	  border: 0
	}

.sep {
	width: 100px;
	background: url(separator.gif) repeat-y center;
}




