body			{
				margin: 0;
				padding: 0;
				background-color: #CBD4E1;
				font-family: verdana, arial, helvetica, sans-serif;
				}

#wrapper 		{
				margin-left: auto;
				margin-right: auto;
				text-align: center;
				}

#canvas			{
				margin-left: auto;
				margin-right: auto;
				text-align: center;
				width: 760px;
				background-color: #DDE3EB;
				}

.header			{
				font-size: 14px;
				text-align: center;
				vertical-align: middle;
				color: #FFFFFF;
				border-bottom: 3px solid #8698A3;
				border-top: 2px solid #8698A3;
				}

.header a		{
				color: #FFFFFF;
				text-decoration: none;
				}

.header a:hover
				{
				color: #FFFFFF;
				text-decoration: underline;
				}

.header a:visited
				{
				color: #FFFFFF;
				}

.content		{
				font-size: 10pt;
				color: #000000;
				}

.headline		{
				font-size: 12pt;
				font-weight: bold;
				color: #990000;
				}

.footer			{
				font-size: 11pt;
				font-weight: bold;
				background-color: #8698A3;
				color: #FFFFFF;
				text-align: right;
				vertical-align: middle;
				border-top: 6px solid #8698A3;
				border-bottom: 7px solid #8698A3;
				}

.footer a		{
				color: #FFFFFF;
				text-decoration: none;
				}

.footer a:hover
				{
				color: #FFFFFF;
				text-decoration: underline;
				}

.footer a:visited
				{
				color: #FFFFFF;
				}