h2 {
	color: #999;
	font-weight: bold;	
	font-size: 15px;
}

h3 {
	color: #999;	
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
}

/* Test Buttons */

a.button {
    font-variant: normal;
    background: transparent url('../images/button_a_r_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button div {
    background: transparent url('../images/button_a_l_div.png') no-repeat;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

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

a.button:active div {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}