h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

h2 a {
	color: #B6AD30;
	text-decoration: none;
}

h2 b {
	color: #333;
}

h2 a:hover {
	color: blue;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #777;
	margin-bottom: 10px;
}

.forthcoming h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

#master {
	margin: 10px auto 40px auto;
	width: 920px;
}

#header {
	width: 404px;
	margin: 0 auto 0 auto;
}

#statement {
	background-color: #F9EF62;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	padding: 15px;
	color: #333;
	width: 430px;
	margin: 10px auto 10px auto;
}

#statement a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#statement a:hover {
	color: blue;
}

.release {
	width: 430px;
	margin: 15px auto 15px auto;
	border: 1px solid #ddd;
	padding: 15px;
}

.release object {
	margin: 15px;
}

/* Buttons */

a.button {
    background: transparent url('/img/button/bg_button_a-new.gif') no-repeat scroll top right;
    color: #555;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
	overflow: hidden;
}

a.button span {
    background: transparent url('/img/button/bg_button_span-new.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button span img {
	border: none;
	margin: 0;
	padding: 0;
	height: 12px;
	padding-right: 4px;
	position: relative;
	top: 1px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button:hover {
	color:#000;
}
