/* CSS Document */
body {
	font: 10px verdana;
	color: #000000;
	margin: 0px;
	background-image: url(images/bck.jpg);
	background-attachment: fixed;
	background-position: left-top;
	background-repeat: no-repeat;
	}
.cellasx {
	padding-left: 120px;
}
.style1 {
font: 10px Verdana;
}
.splogo {
     padding-right: 30px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:hover { 
	text-decoration: underline; 
	color: #ff0000;
	}

a:active { 
	text-decoration: none; 
	color: #ff0000;
	}
.stylered {
font: 10px Verdana;
font-weight: bold; 
color: #ff0000;
}
.red {
font: 10px Verdana;
color: #ff0000;
}