a
{
    color: #000000;
	text-decoration: none
}

a:hover
{
	text-decoration: underline
}

body
{
    color: #000000;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 8.5pt;
    height: 100%;
    margin: 5px;
    width: 100%;
}

.BlackBorder
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}

.Button
{
    color: #FFFFFF;
    font-size: 8pt;
    font-family: Verdana, Tahoma;
    border-left-color: #FFFFFF;
    border-bottom-color: #909CAC;
    background-color: #455C74;
    border-right-color: #FFFFFF;
    cursor: hand;
}

.Content
{
    min-height:400px;
}

.Footer
{
    color: #FFFFFF;
    background-image:url('/images/top-wide.jpg');
    padding:2px;
}

.Footer a
{
    color: #FFFFFF;
    text-decoration: none;
}

.Footer a:hover
{
    text-decoration: underline;
}

form
{
    display: table;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

html, body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.Header
{
    height: 42px;
    padding: 2px;
    text-align: right;
}


input, textarea
{
    background-color: #455C74;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-bottom-color: #909CAC;
    color: #FFFFFF;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 8.5pt;
}

.Line
{
    background-image: url('/images/dot.gif');
    height: 5px;
}

.Line img
{
    height: 5px;
    width: 5px;
}

.Layout
{
    display: table-cell;
    height: 100%;
    min-height: 100%;
    vertical-align: middle;
    width:100%;
}

.Sold
{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none
}

.Sold:Hover
{
	text-decoration: underline
}

.White
{
	color: #FFFFFF;
}

.White a
{
	color: #FFFFFF;
	text-decoration: none;
}

.White a:hover
{
	text-decoration: underline
}

.Label
{
    font-size: 8pt;
    border-left-color: #455C74;
    border-bottom-color: #455C74;
    color: #FFFFFF;
    font-family: Verdana, Tahoma;
	border-top-color: #455C74;
    background-color: #455C74;
    border-right-color: #455C74
}

select
{
    font-size: 8pt;
    border-left-color: #FFFFFF;
    border-bottom-color: #909CAC;
    color: #FFFFFF;
    font-family: Verdana, Tahoma;
    background-color: #455C74;
    border-right-color: #FFFFFF;
}