	body {
		margin: 0px;
		padding: 0px;
		border: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
	}

    a {
        color: #d22c27;
        font-weight:bold;
        text-decoration: none;
        font-size: 100%;
    }

    a:link {
        color: #d22c27;
        font-weight:bold;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
        color: #d22c27;
    }

	img {
		border: 0px;
        vertical-align: bottom;
	}

    table {
        border-collapse: collapse;
    }

    td {
        vertical-align: top;
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .content_text {
        font-size: 65%;
        line-height: 140%;
    }

    .strict_line {
        height: 2px;
        line-height: 0px;
    }

    .strict_line img {
        vertical-align: top;
    }

	#div_page {
		width: 992px;
        margin: 8px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	#header {
		margin-bottom: 2px;
		width: 992px;
		height: 54px;
	}

	#nav_flash {
		width: 992px;
        margin-bottom: 2px;
        padding: 0px;
	}

    #bar_below_nav_flash {
        line-height: 2px;
        height: 3px;
    }

    #bar_below_nav_flash img {
        vertical-align: top;
    }

    #footer {
        font-size: 65%;
        background: url('images/footer_diagonals_fix.png');
        line-height: 4em;
        padding-bottom: .5em;
    }

    #columns_table {
        width: 992px;
    }

    #left_column {
        width: 247px;
        padding: 5px;
    }

    #left_spacer_column {
        background: url('images/grey_vertical.gif');
        width: 15px;
    }

    #middle_column {
        /*width: 391px;*/
		width: 412px;
        padding: 10px;
		text-align: justify;
    }

    #right_spacer_column {
        background: url('images/dots_fix.gif');
        width: 4px;
    }

    #right_column {
        /*width: 335px;*/
		width: 314px;
        padding: 10px;
    }
