h1 {
	text-align: center;
	background: #dddddd;
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	border: 1px dashed #000000;
	padding: 5px 0 5px 0;
}

p {
	border-bottom: 1px dotted #aaaaaa;
	text-indent: 0;
	text-align: left;
	padding: 0 10px 10px 10px;
	font-style: italic;
}

p a {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	
}

p a:hover {
	text-decoration: underline;
}


p.bottom_full {
	font-style: normal;
	border-bottom: 0px none #aaaaaa;
	text-align: center;
}

p.bottom_full a {
	font-weight: normal;
}

a.int {
	color: #000000;
}

a.ext {
	color: #000000;
	border-bottom: 2px solid #bce2f7;
}

table.stats th {
	background: white;
	text-align: left;
	padding-left: 10px;
	}

table.stats td {
	color: #387bad;
	font-weight: bold;
	}

table.stats th.bar  {
	padding: 0 0 15 0;
	border-top: 1px solid silver;
	}

table.stats th.bar img {
	border: 1px solid #999999;
	}

.intnews {
	font-family: times;
	font-weight: bolder;
	font-style: normal;
	font-size: 12px;
	color: #00aa00;
	background: #eeffee;
	border: 1px solid #00aa00;
	padding: 0 3 0 3;
}
