/* press release new 2011 */
body {
	margin: 0;
	background-color: #fff;
	color: #000;
	font-family: "times new roman", "courier new", serif;
}

#container {
	width: 975px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-image: url("../bar-back.png");
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

.skip {
	color: inherit;
	background-color: inherit;
}

.skip A:link {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.skip A:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}


A:link {
	color: #000;
	background-color: inherit;
}

A:visited {
	color: #808080;
	background-color: inherit;
}

#stuff {
	width: 960px;
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 5px;
	clear: both;
}

img.under {
	border-bottom: 1px solid #ffc956;
	padding: 0 2px 0 2px;
}

img.box {
	margin: 6px;
}

hr {
	width: 97%;
	height: 3px;
	color: #000;
	background-color: inherit;
}


#cl {
	clear: both;
	padding-top: 3px;
}

/* Paragraph */

p {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 98%;
}


/* --- FONTS --- */

.title {
	font-weight: bold;
	font-size: 110%;
}


/*  List Types  */


ul {
	margin-bottom: 10px;
	font-size: 90%;
}

ul ul {
	margin-bottom: 5px;
	list-style-type: circle;
	margin-left: -10px;
	font-size: 100%;
}

ol {
	margin-bottom: 10px;
	font-size: 90%;
}

li {
	margin-bottom: 3px;
	margin-left: 30px;
	margin-right: 30px;
}

td li {
	margin-left: 10px;
}

.nav {
	font-family: arial, sans-serif;
	font-size: 65%;
	font-weight: bold;
}

.update {
	font-size: 68%;
}

/* -- Table -- */

table.ban {
	margin: 0 auto;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

tr.nin {
	font-size: 93%;
	font-weight: bold;
}

td.top {
	vertical-align: top;
}

td.center {
	text-align: center;
}