@charset "utf-8";
/* CSS Document */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.buttons {
	background: transparent url('../images/button_left_06.gif') no-repeat;
	height: 27px;
	font-weight: bold;
}

.buttons:hover {
    background: transparent url('../images/button_left_06_2.gif') no-repeat;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.buttons:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

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

a.button {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.button:hover {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.red {
	color: #FF0000;
}
