/* CSS Document */

<!--

/* Scrollbar colors only show up in IE6+, however, they do add to the style of the page overall when viewed through that browser. */

body {
	scrollbar-face-color: #8D8D8D;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #8D8D8D;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #8D8D8D;
	scrollbar-track-color: #C4C5C7;
	scrollbar-arrow-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



A:link,A:active {
	cursor:default; 
	position:relative; 
	color:#616161; 
	height:1px; 
	text-decoration: none; 
}

A:hover {
	cursor:default; 
	position:relative; 
	color:#8D8D8D; 
	top:1; 
	left:1; 
	text-decoration: none; 
	height:1px; 
}

A:visited {
	cursor:default; 
	position:relative; 
	color:#4A4A4A; 
	top:1; 
	left:1; 
	text-decoration: none; 
	height:1px; 
}

a img {border: 0;}

hr {
	color:#4A4A4A;
	height: 2px;
	width: 80%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; cursor:default; text-align: left;
	font-size: 12pt;
	text-align: center;
	color: #4A4A4A;
}

/* Tables */

table {
	font-family: Verdana, Arial, Helvetica, sans-serif; cursor:default; text-align: left;
	font-size: 10pt;
	color: #363636; 
}

.thumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif; cursor:default; text-align: left;
	font-size: 10pt;
	color: #363636; 
}

/* Text Settings for the center... */
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif; cursor:default; text-align: left;
	font-size: 10px;
	text-align: left;
	color: #363636;
}

/* Main Content Div */

#box {
	width: 199px;
	height: 246px;
	overflow: auto;
	padding-left: 1px;	
}

-->