/* CSS Document */

body {
	background-image: url(/images/temp/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.default {
	font-family: century gothic;
	font-size: 14px;
	color: #cccccc;
	line-height: 2;
	font-style: century gothic;
}

div.scroll {
	z-index:1; 
	overflow-x: hidden; 
	overflow-y: scroll; 
	visibility: visible; 
	height: 475px; 
	width: 481px; 
	
}


.small {
	font-family: Arial;
	font-size: 10px;
	color: #cccccc;
}

.head2blue {  
	font-family: century gothic;
	font-size: 15px;
	color: #cccccc;
	font-weight: bold;
	text-transform: uppercase; 
}

.bordersolid {
BORDER-left: #666666 1px solid; 
BORDER-bottom: #666666 1px solid;
BORDER-top: #666666 1px solid; 
BORDER-right: #666666 1px solid;
}

a {	text-decoration: none;
 	color: #cccccc;
 }
a:hover {text-decoration: underline;}