/* CSS Document */

body {
	background-color: #FFFFFF;
	margin:				0 auto;
	padding:			0px;
	background-image:url(images/site/g_footprints.jpg);
	background-repeat: repeat-y;
	background-position:right;
}

div.center {
	display: inline;
}

a {
	color:#FFFFFF;
	text-decoration: underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

h1.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

h1 a {
	color:#000000;
	text-decoration: none;
}

h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
}

h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color:#000000;
}

p.news {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 11px;
	color:#000000;
	padding-right:30px;
}

p.foot {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#FFFFFF;
	text-align: left;
	padding-bottom:13px;
	background-color: #000000;
}

hr {
 	color: #FFFFFF;
	border-style: dashed;
	border-width: 1px;
}
