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

body {
   background:#000000;
   margin:0;
   width:98%;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}

#wrap {
   width:800px;
   margin-left:auto;
   margin-right:auto;
}

#header {
   width:800px;
   height:259px;
   background:url(../imgs/header.jpg) no-repeat;
   display:block;   
}

#txt {
   width:800px;
   display:block;
   background-color:#FFFFFF;
}

#footer {
   height:28px;
   width:800px;
   display:block;
   background-color:#000000;
   padding-top:12px;
   text-align:center;
   color:#FFFFFF;
   font-size:10px;
}

#footer a {
    color:#FFFFFF;
}


h1 {
    font-size:18px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  padding-top:0px;
  padding-bottom:0px;
}


.boxHeader  {
   background:url(../imgs/h1.jpg) no-repeat #000000;
   display:block;
   font-size:18px;
   height:22px;
   padding-left:30px;
   padding-top:4px;
   padding-bottom:0px;
   margin-bottom:0px;
   margin-top:0px;
   
   color:#009B09;
   text-transform:uppercase;
}


.box {
    border:#000000 solid 1px;
	margin:2px;
	padding:4px;
}


h1, h2, h3, h4, h5, form {
   margin-top:0px;
   margin-bottom:0px;
}

ul {
list-style:outside;
}

ul.bullet2 {
margin-left:0px;
padding-left:0px;
}

ul.bullet2 li {
  background:url(../imgs/bullet2.png) no-repeat;
  list-style:none outside;
  padding-top:5px;
  padding-bottom:8px;
  padding-left:20px;
  font-size:12px;
}

ul.bullet1 li {
  /*background:url(../imgs/bullet1.jpg) no-repeat;*/
  list-style:url(../imgs/bullet1.png) outside;
}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}


.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
