/* CSS Document */
body {background-color:#ffffff; font-family:Arial, Helvetica, sans-serif;}

.style1 {color: #265ED6; font-size: 12px;}
.style2 {color: #2588A8; font-size: 12px; font-weight:bold;}
.style3 {color: #003300; font-size: 12px;}
.style4 {color: #006633; font-weight: bold; font-style: italic;}
.style5 {color: #2588A8; font-weight: bold; font-size: medium;}
.style6 {font-family: Arial, Helvetica, sans-serif; color: #B8D15C; font-size: 24px; }
.style7 {color: #006633; font-weight: bold; font-style: italic; font-size: x-large}

.regular {color: #000000; font-size:12px;}
.regular-bold {color: #000000; font-size:14px; font-weight:bold;}
.header {color: #ffffff; font-size:24px; font-weight:bold;}

.boxes {border-bottom: solid 1px white;}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.black:link {
 FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}

a.black:visited {
 FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}

.DonateHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #003300;
	font-weight: bold;
}

