a.button-small {
    background: transparent url('/images/design/bg_button_small_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 16px;
    margin-right: 6px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
	margin-top:1px;
}

a.button-small span {
    background: transparent url('/images/design/bg_button_small_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 2px 0 2px 18px;
}

a.button-small:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button-small:hover span {
    background-position: bottom left;
    padding: 2px 0 2px 17px; /* push text down 1px */
}

#content p {
	line-height: 1.5em;
}

body {
	text-align:left;
	color:#404040;
}