/* General */
body {
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
}

p {
	text-align: left;
	font-size: 1em;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.WBody p {
    text-indent: 2.5em;
}

a {
	font-size: 0.9em;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

H1 {
    font-size: 1.2em;
}

H2 {
    font-size: 1.15em;
}

H3 {
    font-size: 1.1em;
	text-decoration: underline;
}

img {
    border: 0px;
}

.VertPic img {
	vertical-align: middle;
}

.extlinkIMG {  
	margin-left: 0.3em; 
	cursor: pointer;  
}

.SmallText {
    font-size: 0.75em;
	font-family: "Courier New", Courier, monospace;
}

.CoName {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
}

.CoNameOrange {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eb7920;
}

.Bold {
    font-weight: bold;
}

.TableBox {
     float: left;
	 width: 33%;
	 height: 200px;
}

.print {
     display: none !important;
	 visibility: hidden !important;
}

/* Layout */

.WMain {
    border: 5px solid #eb7920;
	background: #FFFFFF;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.WHeader {
    width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom: 10px solid #eb7920;
	height: 225px;
}

.WBody {
    width: 100%;
	padding: 0px;
	margin-top: 10px;
	border-top: 10px solid #616b6a;
	overflow: hidden;
}

.WFooter {
    width: 100%;
	padding: 0px;
	margin: 0px;
	background: #eb7920;
	overflow: hidden;
}

/* Header */

.HLogo {
    width: 200px;
	margin-top: 10px;
    float: left;
}

.HRight {
     width: 400px;
	 float: right;
}

/* Body */

.BTopLft {
     width: 249px;
	 min-height: 300px;
	 height: auto !important;
	 height: 300px;
	 float: left;
	 border-right: 2px dotted #eb7920;
	 border-bottom: 2px dotted #eb7920;
}

.BTopRgt {
     width: 500px;
	 height: 300px;
	 padding: 10px;
	 float: right;
}
.BBot {
     width: 100%;
	 float: left;
}

/* Menu */

.Menu  {
      list-style: none;
	  text-align: left;
	  margin-left: 10px;
	  padding: 0px;
}

.Menu li {
}

.Menu li a {
      display: block;
      width: 200px;
      text-align: left;
      text-decoration: none;
      color: #000000;
      border: solid 1px #FFFFFF;
	  padding: 10px;
}

.Menu li a:hover,
.Menu li a:focus,
.Menu li a:active {
      border: solid 1px #000000;
      background-color:#eb7920;
	  text-decoration: none;
}
       

/* Footer */

.FBoxLft {
     width: 349px;
	 float: left;
	 margin: 0px;
	 padding: 2px;
}

.FBoxRgt {
	 float: right;
	 margin: 0px;
	 padding: 2px;
}