@charset "utf-8";
/* CSS Document */

BODY {  font-family: Arial,Helvetica,Sans Serif;
        font-size:   10pt;
		background-color: #DAC99D;
        }

TD   {  font-family: Arial,Helvetica,Sans Serif;
        font-size:   10pt;
        }

BLOCKQUOTE {  font-family: Arial,Helvetica,Sans Serif;
        font-size:   10pt;
        }

FONT {  font-family: Arial,Helvetica,Sans Serif;
        font-size:   10pt;
        }

H1    {  font-family: Arial,Helvetica,Sans Serif;
        font-size:    20pt;
        margin-top:   0px;
        margin-left:  0px;
        margin-bottom: 0px;
        margin-right: 0px;
        }

H6    { font-family: Arial,Helvetica,Sans Serif;
        font-size:    7pt;
        margin-top:   0px;
        margin-left:  0px;
        margin-bottom: 0px;
        margin-right: 0px;
        text-decoration: none;
        }


a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: none; }

/* -------------- */

table#top_banner {
	width: 100%;
	background-color: #D6D5A9;
	color: #171314;
}

table#top_banner td {
	background-color: #5D5E70;
	padding: 5px;
}

table#login_box {
	width: 50%;
	margin: 0 auto;
	background-color: #DAC99D;
	color: #171314;
}

table#login_box td{
	text-align: center;
}

.white {
	color:#FFFFFF;
}

.bold {
	font-weight: bold;
}

.h_center {
	text-align: center;
}

.warning {
	background-color: #D6D5A9;
	color: #AF5E26;
}

table#selection_table {
	width: 700px;
	margin: auto;
	background-color: #D6D5A9;
	vertical-align: top;
}

table#selection_table td{
	vertical-align: top;
}

table#result_table {
	width: 600px;
	margin: auto;
}
