/* Begin Font Style */

	p {
		font: 8pt Arial, Helvetica, Tahoma, sans-serif;
		color: #000;
	}

	.auccopy p {
		font: 0.9em/1.5em Georgia, "Century Schoolbook L", "Times New Roman", Times, serif; color: #333; padding: 0; margin-bottom: 10px;
	}

	.auccopy h1 {
		font: bold 1.1em/1.2em Tahoma, sans-serif; color: #2160a9; padding-bottom: 5px; letter-spacing: 1px; border-bottom: 1px solid #CCC;
	}

	td {
		font: 8pt Arial, Helvetica, Tahoma, sans-serif;
		color: #000;
                border-bottom: 1px dotted #066;
	}

	th {
		font-weight: bold;
		color: #066;
		letter-spacing: 1px;
                border-bottom: 1px dotted #066;
                padding-bottom: 3px;
	}

	h1 {
		font: bold 1.3em/1em Tahoma, sans-serif;
		color: #066;
		letter-spacing: 1px;
                border-bottom: 1px dotted #066;
                padding-bottom: 3px;
	}

	.auction {
		font: 9pt Arial, Helvetica, Tahoma, sans-serif;
		color: #000;
	}

        .auctionLogo {
		display: block;
   		margin-left: auto;
   		margin-right: auto;
		margin-bottom: 10px;
		padding: 0;
	}

	.auction_head {
		font: bold 0.9em/1em Tahoma, sans-serif;
		color: #066;
		letter-spacing: 1px;
                border-bottom: 1px dotted #066;
                padding-bottom: 3px;
	}

        .auction li {
                margin: 0 0 0 60px;
		font: 0.9em/1.4em Georgia, "Times New Roman", Times, serif;
		color: #000;
	}

	//p a:link, p a:hover, p a:active { color: #000; text-decoration: underline; }
	//p a:hover { color: #066; text-decoration: none; }

	td a:link, th a:link, td a:hover, th a:hover, td a:active, th a:active { color: #000; text-decoration: none; border-bottom: none; }
	td a:hover, th a:hover { color: #066; text-decoration: none; border-bottom: none; }
    
    .error {
        border: 1px dotted #999;
        padding: 2px;
        margin-bottom: 10px;
    }
    
    .callout {
        border: 1px dotted #999;
        padding: 2px;
        margin-bottom: 10px;
    }

    input.button
    {
        border: 1px Solid #000000;
        background: #696969;
        color: #FFF;
        font-weight: bold;
        /*width: 300px;*/
        text-align: center;
    }

    input.sequence
    {
        border: 1px Solid #c8c8c8;
        width: 30px;
        text-align: left;
    }

    #form_body
    {
        font: 8pt Arial, Helvetica, Tahoma, sans-serif;
    }

    #form_body fieldset
    {
        border: 1px Solid #c8c8c8;
        background: #f0f0f0;
        width: 600px;
    }

    #form_body fieldset legend
    {
        font-weight: bold;
    }

    #form_body fieldset ul
    {
        margin: 0;
        padding: 0;
    }

    #form_body fieldset ul li
    {
        list-style: none;
        margin-bottom: 3px;
        text-align: left;
    }

    #form_body fieldset ul li label
    {
        width: 100px;
        float: left;
    }

    #form_body fieldset ul li label em
    {
        color: #ff1515;
        font: 10pt Arial, Helvetica, Tahoma, sans-serif;
    }

    #form_body fieldset ul li input
    {
        border: 1px Solid #c8c8c8;
        width: 400px;
        text-align: left;
    }

    #form_body fieldset ul li input.button
    {
        border: 1px Solid #000000;
        background: #696969;
        font-weight: bold;
        width: 300px;
        text-align: center;
    }

    #form_body fieldset ul li span.radio input
    {
        width: 10px;
    }
