@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
body { color: #630; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #b9e2dc; }
p {
	font-size: 12px;
	line-height: 1.5;
}
.15px { font-size: 15px; }
.redBold { color: red; font-size: 15px; font-weight: bold; }
.redBold a:link { color: red; text-decoration: underline; }
.redBold a:hover { color: #41c4dd; text-decoration: underline; }
a:link { color: #630; text-decoration: underline; }
a:hover { color: #41c4dd; text-decoration: underline; }
a:visited { color: #630; text-decoration: underline; }
.bluestroke {
	border: solid 1px #88dae5;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin: 2px;
}
.redstroke { padding: 12px 6px; border: dotted 2px red; }
.bluedot { color: #41c4dd; }
.LargeType { font-size: 24px; font-family: "Courier New", Courier, Monaco, monospace; font-weight: bold; }
.18px { font-size: 150%; }
.bold { font-weight: bold; }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
#main {
	background-image: url(../images/bg-new.jpg);
	width: 776px;
	height: 423px;
	background-repeat: no-repeat;
	background-color: #B9E2DC;
}
#Alist {
	background-color: #B9E2DC;
	background-image: url(../images/AlistBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
	width: 776px;
}
a#AlistButton {
	display: block;
	background-image: url(../images/voteButton.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 170px;
	float: right;
	text-indent: -9999px;
	padding-right: 100px;
	margin-top: 15px;
	background-position: left top;
}
a:hover#AlistButton {
	display: block;
	background-image: url(../images/voteButton.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 170px;
	float: right;
	text-indent: -9999px;
	padding-right: 100px;
	margin-top: 15px;
	background-position: left bottom;
}
a#facebookButton {
	display:block;
	background-image: url(../images/facebook50.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: left top;
	}
	a:hover#facebookButton {
	display:block;
	background-image: url(../images/facebook50.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: left bottom;
	}
.clear {
clear:both;
}
