.bottomaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF8500;
}
.bottomaddressred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B70005;
}
.HeaderRedBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #B70005;
}
.HeaderOrangeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF8500;
}
.HeaderBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bodytextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.SubheadOrangeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF8500;
}
.bodytextBoldRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B70005;
}
.LeftNavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.LeftNavtextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.bodytextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/*DONATION FORM STYLES STOLEN FROM THE GUIDANCE THROUGH GIVING PAGE */

.SubHeadBig {
	color:#003A62;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.SubHeads {
color:#003A62;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:bold;
}

.SubHeadBigTan {
color:#997B4F;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-style:normal;
font-variant:normal;
font-weight:bold;
}

/* JQUERY GIVING LEVEL SLIDER  */

table#give_table{
	background:transparent url(/images/backbg.png) no-repeat;
}

table#give_table tr td#give_table_header.bodytextsmall{
	padding:10px;
	font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
line-height:16px;
}

table#give_table tr td.bodytextsmall{
	padding:15px 20px 15px 25px;
	display:block;
	height:48px;
	width:200px;
}

table tr td#field_1.bodytextsmall,
table tr td#field_2.bodytextsmall,
table tr td#field_3.bodytextsmall{
	visibility:hidden;
}

table#field_Table{
	background-color:#e3f0fb;
}