@charset "utf-8";

html, body, p, th, td, li, dd, dt, p {
 font-family: "Times New Roman", Times, serif;
 }

body {
	background: transparent url(/images/one.jpg) repeat-y left top;
}

table {
	border-collapse: collapse;
}
li {
color: blue; /* bullet color */
}
A.score {
		color: white;
	}
a:visited {
	color: #0000A0;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.12ptnr {
	font-size : 12pt; 
  font-family : "Times New Roman", Times, serif;
  color: blue;
  text-align: center;
  }

.9ptnr {
	font-size : 9pt; 
  font-family : "Times New Roman", Times, serif;;
  color: blue;
  text-align: center;
  }

.cutline {
	font-size : 12pt; 
  font-family : "Times New Roman", Times, serif;
  color: blue;
  text-align: center;
  font-style: italic;
  }

.byline {
	font-size : 9pt; 
  font-family : "Times New Roman", Times, serif;
  color: blue;
  text-align: right;
  }

.articletext {
	font-size : 12pt; 
  font-family : "Times New Roman", Times, serif;
  text-align: center;
  }

a.sitemap {
		color: white;
		text-decoration: none;
		font-family: Tahoma;
		font-size: 8pt;
	}
a.sitemap:visited {
	color: white;
	}
	
a.sitemap_head {
		color: white;
		font-family: Tahoma;
		font-size: 10pt;
	}
a.sitemap_head:visited {
	color: white;
	}
ul.sitemap {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1em;
	
	}
	
li.sitemap {
	background-image: url(/images/arrow_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0em;
	}
	
.footer {
		color: #ffffff;
		font-family: Tahoma;
		font-size: 8pt;
	}

.button {
	cursor: hand;
	color: #0000A0;
	background: #D9CF8F;
	border-color: #D9CF8F;
	font-weight: bold;
	font-size: 12px
}
