/* CSS Document */
body, td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #A8A9AB;
	background-repeat: no-repeat;
	background-image: url(../images/foggy.jpg);
	background-position: center;
	background-position: top;
}
.style1 {color: #FFFFFF}

.white_link A:link {color:#FFFFFF; text-decoration: underline; }
.white_link A:visited {color: #FFFFFF; text-decoration: underline; }
.white_link A:hover {color:#FFFFFF; text-decoration: underline; }
.white_link A:active {color:#FFFFFF; text-decoration: underline; }
	
.footer {
	font-size: 9px;
	}
	
.heading {
	font-size: 16px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.sub_heading {
	font-size: 14px;
	font-weight: bold;
	
	font-family:  Arial, Helvetica, sans-serif;
	}
	

.emergency {
	font-size: 16px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000
	}

.donate {
	color: #00008B
	}