a {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 18px}
li {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.white {
	color: #FFFFFF;
}
.tiny {
	font-size: 10px;
}
.bg-tile-200 {
	background-image: url(../images/bg_tile_200.jpg);
	background-repeat: repeat-y;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.text-align-center {
	text-align: center;
}
.full-height {
	height: 100%;
}
.bg-tile-top-left {
	background-image: url(../images/bg_tile_top_left.jpg);
	background-repeat: repeat-x;
}
.bg-tile-base {
	background-image: url(../images/body_base_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.signup {
	font-size: 11px;
	color: #595959;
	background-color: #D3E2F8;
	border: 1px solid #003399;
	font-weight: bold;

}

.padding-5 {
	padding: 5px;
}

.padding-3 {
	padding: 3px;
}
.top-right {
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
