/*  common_styles.css  */

.bold { font-weight: bold; }
.red { color: red; }
.centre { text-align: center; }
.nowrap { white-space: nowrap; }

br.clear { clear: both; }

body
{
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00000F;
	font-size: 12pt;
	margin: 20px 0px 20px 50px;
	padding: 0px;
	border: none;
}

a:link { color: #000099; }
a:visited { color: #003399; }
a:active { color: #000099; }

div#helping_people
{
	color: #804000;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0px 50px 50px;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

div#bottom
{
	clear: both;
	margin-top: 100px;
	text-align: center;
}

div#bottom hr
{
	width: 80%;
	margin: 0px auto 0px auto;
}			

div#links-div
{
	margin: 30px auto 10px auto;
	text-align: center;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-weight: bold;
}
div#links-div a
{
	color: #000099;
	white-space: nowrap;
}
div#copyright
{
	margin: 10px auto 10px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .45em;
}
span.hide
{
	display: none;
}
