@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(200,200,200);
}

p, td, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}
a:link, a:visited {
color: rgb(0,0,255);
font-weight: strong;
text-decoration: underline;
}
a:hover {
color: rgb(0,0,255);
font-weight: strong;
text-decoration: none;
}
.body-blue {
background-color: rgb(15,22,128);
color: rgb(255,255,255);
font-size: 14px;
}
.date-table {
background-color: rgb(255,255,255);
color: rgb(15,22,128);
font-size: 14px;
font-weight: bold;
cell-padding: 3px;
}
.give-box {
background-color: rgb(252,150,0);
color: rgb(255,255,255);
font-weight: bold;
}
.advocate-box {
background-color: rgb(250,31,7);
color: rgb(255,255,255);
font-weight: bold;
}
.volunteer-box {
background-color: rgb(124,129,185);
color: rgb(255,255,255);
font-weight: bold;
}
.box-caps {
color: rgb(255,255,255);
text-transform: uppercase;
font-weight: bold;
}
a.boxlink:link, a.boxlink:visited {
color: rgb(0,0,0);
text-decoration: none;
font-weight: bold;
}
a.boxlink:hover {
color: rgb(0,0,0);
text-decoration: underline;
font-weight: bold;
}
.body-white {
background-color: rgb(255,255,255);
color: rgb(0,0,0);
font-size: 14px;
}
.gray-box {
background-color: rgb(167,165,186);
font-weight: bold;
font-size: 12px;
color: rgb(0,0,0);
}
.gray-box-big {
font-weight: bold;
font-size: 18px;
color: rgb(255,255,255);
}
.side-header {
font-weight: bold;
font-size: 18px;
}
.copyright {
font-size: 12px;
color: rgb(200,200,200);
text-decoration: none;
}
a.copyright:link, a.copyright:visited {
font-size: 12px;
color: rgb(200,200,200);
text-decoration: none;
}
a.copyright:hover {
font-size: 12px;
color: rgb(200,200,200);
text-decoration: underline;
}
