/*-------------------------------Miscellanous-------------------------------------*/
.white12 { 
color: #ffffff;
font-family: arial;
font-size: 12px;
font-weight: bold;
}

.border {
border-color: #660000;
border-width: 0px 0px 0px 1px;
border-style: solid;
font-size: 12px;
color: #000000;
font-family: arial;
}

/*-------------------------------Hyperlinks-------------------------------------*/


a:link.white{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

a:visited.white {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

a:hover.white {
	color: #FF0000;
	}

a:active.white {
	color: #7c532b;
	}

/*------------------------------Display Layout-------------------------------------*/
.floatercell
{
	position: relative;
	height: 220px;
	float: left;
	border: 0px solid #080;
	margin: 0px;
	width: 200px;
	overflow: hidden;
	padding-left:30px;
	padding-right:30px;
}

.clear  {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
	}


/*------------------------------Display Layout Thumbs-------------------------------------*/
.floatercellthumb
{
	position: relative;
	height: 160px;
	float: left;
	border: 0px solid #080;
	margin: 0px;
	width: 185px;
	overflow: hidden;
	padding-left:10px;
	padding-right:10px;
}


/*------------------------------Scroll Layout Thumbs-------------------------------------*/
.scrollpics {
display:block;
border-width: 0px;
border-style: solid;
padding:0px;
margin-top:5px;
width:390px;
height:490px;
overflow-y:scroll;
scrollbar-arrow-color:#ff0000; 
scrollbar-face-color:#F9F985; 
scrollbar-highlight-color:#660000; 
scrollbar-shadow-color:#660000; 
scrollbar-track-color:#F0F0BB;
}