body
{
	background:black; 
	color:grey; 			
	/* JF: not cross-browser compatible */
	scrollbar-face-color: #1C1C1C;			
	scrollbar-arrow-color: #3b3131;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: black;
	scrollbar-track-color: black;	
}

a {text-decoration: none}
a:link {color: grey;}     /* unvisited link */
a:visited {color: grey}  /* visited link */
a:hover {color: #A4A4A4}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

table.padded td 
{ 
	padding-top:1px; 
	padding-right:3px; 
	padding-bottom:1px; 
	padding-left:0px; 
	height: 400px;
}

a img 
{
	margin: 0px;
	padding: 0px;
	border: none;
	border-color:black;
	border-width: 0px;
	border-size:0px;
}
/*
hr.hline
{
	color:grey;
	background-color:grey
	height: 10px;
}
*/
.rightfloat 
{ 
	background:black; 
	vertical-align:middle;
	float:right; 
	text-align:right
} 	
.leftfloat 
{
	background:black; 
	float:left;
	padding-bottom:0px;
}
.footer
{
	color:grey; 
	font:9px Verdana,Arial;
}
.portfolio-title
{
	font-size:18px;
	font-weight: bold;
	padding-right: 10px;
}
.portfolio-subtitle
{
	font-size:14px;
	font-weight: normal;
	padding-right: 10px;
}

.title
{
	display: block;
	padding: 5px;
	font-size:16px;
	font-weight: bolder;
}
.subtitle
{
	display: block;
	padding: 5px;
	font-size:14px;
	font-weight: bolder;
}

#horizontal-scroll 
{
	width:auto; 
	overflow:auto; 
	overflow-x:scroll; 
	overflow-y:hidden; 
	padding:5px;
} 

.horizontal-scroll-div1
{
	list-style:none; 
	display:block; 
	white-space:nowrap; 
} 

.horizontal-scroll-div2 
{
	display:inline; 
	margin-right: 10px; 
} 	

