body
{
	margin: 0px;
	background: url(images/bg.gif) top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

A:link	{ color: #315114; text-decoration: none; font-weight: bold;}
A:visited { color: #315114; text-decoration: none; font-weight: bold;}
A:active { color: #315114; text-decoration: none; font-weight: bold;}
A:hover	{ color: #6D884F; text-decoration: underline; font-weight: bold;}

.footer
{
	color: #ffffff;
	font-size: 11px;
}

.footer A:link	{ color: #ffffff; text-decoration: underline; font-weight: bold;}
.footer A:visited { color: #ffffff; text-decoration: underline; font-weight: bold;}
.footer A:active { color: #ffffff; text-decoration: underline; font-weight: bold;}
.footer A:hover	{ color: #dad5bf; text-decoration: underline; font-weight: bold;}



td.calendar {
  background-color:#FFF;
  border:1px solid #632A58;
  padding:10px;
}





.orangetitle
{
	color: #974D20;
	font-size: 14px;
	font-weight: bold;
}
.orangetext
{
	color: #974D20;
}
.purpletext
{
	color: #632A58;
}
.size11
{
	font-size: 11px;
}
.size13
{
	font-size: 13px;
}
.size14
{
	font-size: 14px;
}
.title
{
	color: #632A58;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #706F6A;
	font-style: italic;
}
.bluetext
{
	color: #2B6277;
}
.button
{
	background-color: #933A82;
	border: 1px outset #BE7835;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
}

fieldset {
position:relative;
margin-top:10px;
background-color: #E2DDC9;
 border:1px solid #403813; 
padding: 20px 10px 10px 10px;
}
legend {
 position:absolute;
 top:-10px;
 background-color: #632A58;
 color: #ffffff;
 font-weight: bold;
 font-style: italic;
 font-size: 13px;
 border:1px solid #403813; 
 padding: 2px 5px;
}