@charset "utf-8";
/* CSS Document */
.Bold {
	font-weight: 700;
}
.Italic {
	font-style: italic;
}
.noUnderline {
	text-decoration: none;
}
.Red {
	color: #660000;
}
.SubRed {
	color: #660000;
	font-size: 16px;
	font-weight: bold;
}
.SubRed20 {
	color: #660000;
	font-size: 20px;
	font-weight: bold;
}
.SubBlue {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
} 
.Size18 {
	font-size: 18px;
}
.Blue {
	color: #000066;
}
.Blue-Bold {
	color: #000066;
	font-weight: bold;
}
.White {
	color: #FFFFFF;
}
.Indent {
	color: #660000;
}
.Caption {
	text-align: center;
	font-size: .9em;
	color: #000066;
	font-weight: bold;
	padding-bottom: 10px;
}
.CenterText {
	text-align:center;
}
.FormText {
	font-size: .9em;
	font-weight: bold;
}
table.center {
	margin-left:auto;
	margin-right:auto;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
img.floatleft {
    float: left;
    margin: 5px;
}
img.floatright {
    float: right;
    margin: 5px;
}
img.top {
	vertical-align:top;
} 
img.bottom {
	vertical-align: auto;
} 
.photoRight {
	padding-right: 5px;
}
.photoLeft {
	padding-left: 5px;
	
}
.giveDirect {
	color: ffa900;
}