/* REVISION HISTORY START
#003 - 2008-MAY-17 - Dave Patton
  Copied from "dcpstyle2.css".
  Various changes while converting index.php to HTML 4.01 Strict.
  NOTE: location of background GIF for BODY is hardcoded.
#002 - 2002-11-06 - Dave Patton
	Copied from "dcpstyle1.css".
	Add elements to BODY class to replace those removed in DCP_Header_Start3()(#026).
	Removed commented-out lines from #001.
	Add "ahem" class.
#001 - 2002-11-01 - Dave Patton
	Initial version - copied from "style.css".
	Comment out lines causing error or warning messages.
	Add "background-color" anywhere "color" is specified.	
END REVISION HISTORY */

.ahem {
	display:	none;
}

BODY {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	color: #000000;
	background-color: #EEEEEE;
	background-image : url(/graphics/gridback.gif);
}

H1 { font-size: medium }

H2 { font-size: small }

TD { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: small }
.stats { font-weight: bold; color: #000000; background-color: #EEEEEE; font-size: x-small; width: 160px; }
.statcolor { color: #007000; background-color: #EEEEEE }
.linktitle { font-size: medium; font-weight: bold }
.bulletlist { font-size: x-small; white-space: nowrap; }
.goal { font-size: small; font-weight: bold; font-style: italic }
.newstitle { font-size: medium; font-weight: bold; line-height: 1.5 }
.news { font-size: small; text-align: left; vertical-align: top; width: 49%; }
.newest { font-size: small }
.location { font-size: small; font-weight: bold }
.maps { font-size: x-small }
.support { white-space: normal; }
.spacer1 { width: 1px; }
.spacer15 { text-align: left; width: 15px; }
.newvisits { width: 130px; }

P { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: small }
.thanks { font-style: italic }

PRE { font-size: medium }

A { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: small;
    font-weight: bold; color: #000070; background-color: #EEEEEE }
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:hover {color: red; background-color: #EEEEEE }


/* for images */
IMG
.howto { border: none; }
.shirt { border: none; }
.previewimage { border-width: 2px; border-style: solid; width: 120px; height: 80px; }
.paypal1pixel { border: 0px; width: 1px; height: 1px; }
.spencerlindsay { border: 1px; width: 98px; height: 32px; }
.mainimage { width: 512px; height: 200px; padding: 10px; }
.rssicon { border: none; width: 28px; height: 28px; }

.nav {}

.statslink { font-size: x-small }

.country {}

.region { font-size: x-small }

.latlon { font-size: medium }

.heading { font-size: small; color: #000000; background-color: #EEEEEE }

.moreinfo { font-style: italic }

.h1country { font-size: medium }

img	{
		/* turns off gaps around images */
	border:	0
	}
