a:visited {
	text-decoration: none;
	color: #735130;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color: #735130;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


.homeBody {
	background-color: ffffff;
	background-position: 0px 0px;
	background-image: url(../images/left_rugs/home2.jpg);
	background-repeat: no-repeat;


}
.bigGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666633;
	font-weight: bold;

}
.littleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
.bigRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}
.genericBody {

	background-color: CFC0A2;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f2ead7;
}
.bigGreenWithBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666633;
	font-weight: bold;
	background-color: #f2ead7;

}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f2ead7;

}
.littleGreen {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #827955;
	font-weight: normal;
}
.BigGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666600;
	font-weight: bold;
}
.reallyBigGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666600;
	font-weight: bold;
}


/*********************************************************
     Calendar Styles
*********************************************************/
.calendarBox {
	background-color: #D9D2B9;
}
.calendarLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
}
.calendarColor {
	color: #CFC0A2;
}
.calendarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}


td.button
{
	background-color : #666633;
	border-style:outset;
	border-color:#660000;
	border-width:3px;
	text-decoration : none;	
}

td.button a:link
{
	color : black;
	background-color : #666633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	padding-left : 5px;
	padding-right : 5px;
}

td.button a:visited
{
	color : black;
	background-color : #666633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	padding-left : 5px;
	padding-right : 5px;
}

td.button a:hover
{
	color : white;
	background-color : #666633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;	
	padding-left : 5px;
	padding-right : 5px;
}
