.ad1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
.a1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
.a1:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
.a2 {
	background-color: #CCCCCC;
	margin-right: 10px;
	color: #666666;
	display: block;
	width: 130px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 7px;
	text-decoration: none;
}
.a2:hover {
	background-color: #666666;
	margin-right: 10px;
	color: #CCCCCC;
	display: block;
	width: 130px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 7px;
	text-decoration: none;
}
#cell1 {
	background-color: #CADFFC;
	background-image: url(images/cell-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 280px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
}
#cell2 {
	background-color: #CADFFC;
	background-image: url(images/cell-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 360px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

