@charset "UTF-8";
/* CSS Document */

BODY { 
background: #FFFFFF;
}

a:link {
	color: Red;
	text-decoration: none;
}

a:visited {
	color: Red;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}

table {
  text-align:center;
}

#header
    {
	width:100%;
	background-color: #EFEFEF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
/*	margin:0px 18px;
	padding-left: 0px;
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: Black;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 24px;
	line-height: 60px;
    }
	
	
#instruction
    {
	width:100%;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF;
/*	margin:0px 18px;
	padding-left: 0px;
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: Black;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #AAAAAA;
	font-size: 24px;
	line-height: 36px;
    }
	
	#selection
    {
	width:100%;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 24px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FF0004;
	font-size: 16px;
	line-height: 24px;
    }
	
	#information
    {
	width:100%;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-right: 60px;
	padding-left: 60px:
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #AAAAAA;
	font-size: 16px;
	line-height: 24px;
    }
	
.light
	{
		font-weight: normal;
	}
	
#footer
    {
	bottom:0;
	width:100%;
	text-align:center;
	background-color: #EFEFEF;
	margin-top: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FF0004;
	font-size: 24px;
	line-height: 60px;

    }
	