
  body { margin: 0px;
    background-color: rgb(51, 51, 51);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    }

  table.linkcontainer td { background-color: rgb(0, 0, 0);
    opacity: 0.7;
    }

  td.logo_area { border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 0px 5px 0px 0px;
    color: rgb(255, 0, 0);
    font-size: xx-large;
    }

  td.middle_spacer { width: 800px;
    background-color: rgb(102, 102, 102);
    }

  td.shadow_right { background-image: url(../images/border_shadow_l.jpg);
    background-repeat: repeat-y;
    background-position: left center;
    }

  td.shadow_left { background-image: url(../images/border_shadow_r.jpg);
    background-repeat: repeat-y;
    background-position: right center;
    }

  td.body_content { padding: 5px;
    background-image: url(../images/bg_content.jpg);
    background-repeat: repeat;
    }

  td.below_header {
	padding: 5px;
	background-color: rgb(31, 31, 31);
	height: 50px;
	color: #FFFFFF;
    }

  td.main_content_box { background-color: rgb(255, 255, 255);
    }

  td.horizontal_column { border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 15px 0px 1px;
    background-color: rgb(0, 0, 0);
    height: 150px;
    display: table-cell;
    vertical-align: top;
    }

  td.bottom_link_container { padding: 5px;
    background-color: rgb(0, 0, 0);
    text-align: center;
    color: rgb(255, 255, 255);
    }

  td.horizontal_center { border-style: solid;
    border-color: rgb(0, 0, 0) rgb(51, 51, 51);
    border-width: 15px 0px 1px;
    background-color: rgb(255, 255, 255);
    height: 150px;
    display: table-cell;
    vertical-align: top;
    background-image: url(../images/custom.jpg);
    }

  td.header_column { height: 100px;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-size: large;
    background-image: url(../images/header2_bg.jpg);
    background-position: center top;
    }

  td.left_content { padding: 5px;
    width: 200px;
    vertical-align: top;
    background-image: url(../images/bg_content.jpg);
    background-repeat: repeat;
    }

  a.main_link:active, a.main_link:visited, a.main_link:link { font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    color: rgb(255, 255, 255);
    line-height: 50px;
    }

  a.main_link:hover { background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    }

  a.bottom_link:active, a.bottom_link:visited, a.bottom_link:link { font-weight: bold;
    text-decoration: none;
    color: rgb(255, 255, 255);
    }

  a.bottom_link:hover { color: rgb(204, 204, 204);
    }

  div.bottom_content { padding: 5px;
    color: rgb(255, 255, 255);
    }

  div.navigation { height: 50px;
    vertical-align: middle;
    text-align: center;
    }
  a.left_content_link:active, a.left_content_link:visited, a.left_content_link:link {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
    }
  a.left_content_link:hover {
	color: rgb(204, 204, 204);
    }
  a.fra_ang{
	font-size: x-small;
	color: #FFFFFF;
    }
  .marquee_red {
	font-size: x-small;
	color: #FF0000;
    }
.marquee_blue {
	font-size: x-small;
	color: #0000FF;
    }
	
