    <style type="text/css" media="screen">
	
  * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  body, html {
    background-color: #FFFFFF;

    font-family: Arial, sans-serif;
    font-size: 12pt;
    text-align: left;
  }
  
	a:link, a:visited {
		color: #d5edff;
		text-align: center;
		text-decoration: none;
		display: inline-block;
	}
	
	a:hover {
		color: #4e98c5;
	}
	
	.content {
	max-width: 860px;
	margin: auto;
	}

  div.main_page {
    position: relative;
    display: table;

    width: 800px;

    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
	
    border-width: 2px;
    border-color: #212738;
    border-style: solid;

	color: #d5edff;
    background-color: #d5edff;

    text-align: center;
  }
  
  div.content-table {
		width:100%;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
  }
  
  div.content-table img {
  
  border: 0;
  max-width: 300px;
  max-height: 400px;
  padding: 2px 2px 2px 2px;
  
  }
  
  div.content-table a:link, a:visited {
	
	color: #0daf63;
	}
	
  div.content-table a:hover {
		color: #ffffff;
		background-color: #0daf63;
	}

  div.page_header {
    height: 99px;
    width: 100%;
    background-color: #d5edff;
  }

  
  .title-text {
	font-size: 70px;
	color: #4e98c5;
	background-color: #d5edff;
  }

  
  div.section_header {
	color: #7f87a9;
    background-color: #ffffff;
	text-align: center;
	font-size: 30px;
	width: 100%;
	margin-left: auto; margin-right: auto;
  }

    div.section_header table{
		height: 50px;
	}
  
  div.section_header a:link, a:visited {
	text-align: center;
	padding: 0px 0px 0px 40px;
	}

  div.section_header a:hover {
		color: #0daf63;
	}

  div.section_header_red {
    background-color: #CD214F;
  }
  
  div.section_header_blue {
    background-color: #4e98c5;
	text-align: center;
  }
  
  div.section_header_blue a:link, a:visited {
	
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
  
	}

  div.section_header_blue a:hover {
		color: #4e98c5;
		background-color: #d5edff;
	}
  
  div.section_menu_blue {
    background-color: #4e98c5;
	text-align: right;
  }
  
  div.section_footer_grey {
	margin-top: 15px;
	padding: 15px 0px 15px 0px;
    background-color: #eaedef;
	text-align: center;
	}
  
  div.section_footer_dark_grey {
	color: #ffffff;
	padding: 15px 0px 15px 0px;
    background-color: #2d2d2d;
	line-height: 2;
	text-align: center;
	}

</style>