body {
		background-image: url(../images/bkgd.gif);
		background-repeat: repeat-x;
		background-color: Black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	p {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	h1 {
		color: #000000;
		font-size: 15px;
		margin-bottom: 2px;
		padding-bottom: 2px;
	}

	h2 {
		color: #000000;
		font-size: 13px;
		margin-bottom: 2px;
		padding-bottom: 2px;
	}
	a:link {
		color: #ffffff;
	}

	a:visited {
		color: #ffffff;
	}

	a:active {
		color: #ffffff;
	}

	a:hover {
		text-decoration: none;
	}

	a.page:link {
		color: red;
		text-decoration: none;
	}

	a.page:visited {
		color: purple;
		text-decoration: none;
	}

	a.page:active {
		color: blue;
	}
	a.page:hover {
		color: orange;
		text-decoration: underline;
	}
	p.warn {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #ffffff;
	}
	td.alert {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		border-bottom: 1px solid #ff0000;
	}

	.form {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		width: 200px;
		margin: 0px 0px 0px 0px;
	}

	.formfield {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #ffffff;
		color: red;
	}
	input.red {
		background-color: #ffffff;
		border: 1px solid #ff0000;
		font-size: 12px;
		color: #000000;
		width: 200px;
	}

	textarea.red {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: black;
		background-color: #ffffff;
		border: 1px solid #ff0000;
		width: 230px;
	}
	input.submit {
		border: 1px double red;
		background-color: #000000;
		color: #ffffff;
		font-size: 9px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
	}


	a.warn:link {
		font-size: 9px;
		font-style: italic;
		color: #ffffff;
		text-decoration: none;
	}

	a.warn:visited {
		color: #ffffff;
		text-decoration: none;
	}

	a.warn:active {
		color: #ffffff;
	}
	a.warn:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	a.other:link {
		color: red;
		text-decoration: none;
	}

	a.other:visited {
		color: purple;
		text-decoration: none;
	}

	a.other:active {
		color: blue;
	}
	a.other:hover {
		color: orange;
		text-decoration: underline;
	}

	table.rates {
		text-align: center;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 11px;
		color: #404040;
		width: 400px;
		background-color: #fafafa;
		border: 1px solid #7F459D;
		border-collapse: collapse;
		border-spacing: 0px;
	}

	tr.alert {
		background-color: #000000;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #ffffff;
	}
	td.alert {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		border-bottom: 1px solid #ff0000;
	}

	.form {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		width: 200px;
		margin: 0px 0px 0px 0px;
	}

	.formfield {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #ffffff;
		color:#FD7EC1;
	}
	input.red {
		background-color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		color: #000000;
	}

	textarea.pink2 {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: black;
		background-color: #FCE9F4;
		border: 1px solid #FD7EC1;
		width: 250px;
	}
	input.submit {
		border: 1px double #ff0000;
		background-color: #000000;
		color: #ffffff;
		font-size: 9px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
	}

	.checkbox{
		display: inline;
		padding: 0px;
		background-color: #ffffff;
		border: 1px solid #FD7EC1;
	}

	ul {
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		list-style-type: circle;
		list-style-position: outside;
	}

	li {
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
	}

	ol {
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		list-style-type: upper-alpha;
		list-style-position: outside;
	}

#Table_01 {
		backgroound-color: #474747;
		position:relative;
		margin-left: auto;
		margin-right: auto;
		margin-top:0px;
	width:775px;
	height:600px;
}

#inner-title {
	position:absolute;
	background-image: url(../images/inner_title.gif);
	background-repeat: no-repeat;
	left:0px;
	top:0px;
	width:592px;
	height:112px;
}

#inner-contact {
	position:absolute;
	background-image: url(../images/inner_contact.gif);
	background-repeat: no-repeat;
	left:592px;
	top:0px;
	width:183px;
	height:112px;
	text-align: right;
	color: #ffffff;
}

#inner-stats {
	position:absolute;
	background-image: url(../images/inner_stats.jpg);
	background-repeat: no-repeat;
	left:0px;
	top:112px;
	width:272px;
	height:128px;
	text-align: left;
	color: #000000;
}

#inner-text-l {
	position:absolute;
	background-image: url(../images/inner_text_l.gif);
	background-repeat: no-repeat;
	left:256px;
	top:112px;
	width:24px;
	height:447px;
}

#inner-textl {
	position:absolute;
	background-image: url(../images/inner_textl.gif);
	background-repeat: no-repeat;
	left:280px;
	top:112px;
	width:480px;
	height:376px;
}

	div.scroll {
		width: 460px;
		height: 300px;
		overflow: auto;
		padding: 10px;
		background-color: #ffffff;
	}
	

	div.scrollc {
		width: 470px;
		height: 320px;
		overflow: auto;
		padding-left: 5px;
		background-color: #ffffff;
	}

#inner-text-r {
	position:absolute;
	background-image: url(../images/inner_text_r.gif);
	background-repeat: no-repeat;
	left:760px;
	top:112px;
	width:15px;
	height:376px;
}

#inner-midleft {
	position:absolute;
	background-image: url(../images/inner_midleft.jpg);
	background-repeat: no-repeat;
	left:0px;
	top:240px;
	width:256px;
	height:170px;
}

#inner-donations {
	position:absolute;
	background-image: url(../images/inner_donations.gif);
	background-repeat: no-repeat;
	left:0px;
	top:410px;
	width:256px;
	height:149px;
}

#inner-thumbs {
	position:absolute;
	background-image: url(../images/inner_thumbs.gif);
	background-repeat: no-repeat;
	left:280px;
	top:488px;
	width:495px;
	height:71px;
	text-align: center;
}

#inner02 {
	position:absolute;
	background-image: url(../images/inner02.gif);
	background-repeat: no-repeat;
	left:0px;
	top:559px;
	width:775px;
	height:16px;
}

#inner-copy {
	position:absolute;
	background-image: url(../images/inner_copy.gif);
	background-repeat: no-repeat;
	left:0px;
	top:575px;
	width:258px;
	height:25px;
}

#inner-10 {
	position:absolute;
	background-image: url(../images/inner_10.gif);
	background-repeat: no-repeat;
	left:258px;
	top:575px;
	width:259px;
	height:25px;
}

#inner-nav {
	position:absolute;
	background-image: url(../images/inner_nav.gif);
	background-repeat: no-repeat;
	left:517px;
	top:575px;
	width:258px;
	height:25px;
}
	.copy {
		font-size: 9px;
		font-style: italic;
		text-align: center;
		color: #ffffff;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		line-height: 10px;
	}
	a.copy {
		font-size: 9px;
		color: #ffffff;
		font-style: italic;
		text-align: center;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}
