body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #A77AC5;

}
.padded10 {
	margin: 0px 10px 20px;
	position:relative;
	height:1%;
	width: 650px;
}

p, li, td {
	font-size: 14px;
	color: #000000;
	line-height: 120%;

}
p {
	margin-top: 0px;
	text-align: justify;

}
li {
	margin-bottom:6px;
	text-align: justify;
}


a {
	font-weight: bold;
	text-decoration: none;
}

a.biglink:link {
	font-size: 16px;
	font-weight: bold;
	color: #8F82D2;
	text-decoration: none;
}

a.biglink:hover {
	color: #F05773;
	text-decoration: underline;
}

a.biglink:active {
	color: #F05773;
}

a.biglink:visited {
	color: #4944A8;
}

a.biglink:visited:hover{
	color: #3399CC;
	text-decoration: underline;
}

a:link {
	color: #4944A8;

}
a:hover {
	color: #3399CC;
	text-decoration: underline;
}
a:active {
	color: #A77AC5;
}
a:visited {
	color: #4944A8;
}

.small {
	font-size: 11px;
}
.white {
	color: #FFFFFF;
}
.ltbg { background: #E3FBFD; }

.dkbg { background: #C4E7F4; }

.hilite { background: #EDFDFE; }
.bpadded {
	padding: 5px;
}
.signupbox
{
	color:#FFFFFF;

	font-size:10px;
	font-weight:bold;
}
img.bar
{
	background:#6C88C6;
	width:672px;
	height:2px;
}

a.white:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;

}

a.white:hover, a.white.link:hover, a.white.active:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

a.white:active {
	text-decoration: underline;
	color:#FFFFFF;
}

a.white:visited {
	text-decoration: none;
	color:#FFFFFF;
}
h3 {
	font: bold 14px Tahoma, Arial, sans-serif;
	color: #3399CC;

}
.boldheader {
	font-size: 14px;
	font-weight: bold;
	color: #216383;
}
h2 {
	font-size: 18px;
	color: #3399CC;
	margin-top: 0px;
	font-weight: normal;


}
.sidepad {
	padding: 0px 10px 10px;
}
.right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;


}
.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.bordered {
    border-bottom: 1px solid #CCFF66;
}

hr {
	background: #99CC00;
	border: 0px;
	height: 1px;
	clear: both;

}
table{
	border-collapse: collapse;

}
table .calendar {
    width:1050px;
}


.calendar  td {
    border: 3px solid #A77AC5;
	padding: 6px;
	margin:0px;
}

.calendar  th {
	border-left: 3px solid #4944A8;
	background: #4944A8;
	padding: 6px;
	margin:0px;
	width:150px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;


}

.calendar li {
    font-size: 12px;
	margin-left: -20px;
}
.rightbox {
	float: right;
}


.buttonbox {
	float:right;
	text-align:center;
	display:inline-block;
	position:relative;
	top:0;
	left:0;
	width:150px;
	margin-left:15px;
	margin-top:20px;
	clear: both;
}
