/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  }

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: small;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: small;
	  color: #666666;
	  background-color: #FFFFFF;
	  }

	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: larger; 
	  color: #6DA6E2;
	  margin-bottom: 0px;
	  background-color: #FFFFFF;
	  text-align: center;
	  }
		
	h2 {
	  color: #008000;
	  font-size: large;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }

	h3 {
	  color: #000;
	  font-size: small;
	  font-family: Arial, Helvetica, sans-serif;
	  padding: 0px;
          margin: 0px;
          font-weight: bold; 
	}
		
	a {
	  color: #0000cc;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	.form {
		float:left;
		font-size: small;
		background-color: #d5ffd5;
		color: #000;
		border: solid 1px #000;
		padding: 10px;
		clear: both;
	  }
		
	.error {
		float:left;
		font-size: small;
		background-color:  #fe6464;
		color: #000;
		border: solid 1px #000;
		padding: 10px;
		clear: both;
	  }
	  
	input {
	  background-color: #FFFFFF;
	  color: #000;
	  border: 1px solid #7f9db9;
	  font-size: small;
	  padding: 3px;
	  }

	textarea {
	  background-color: #FFFFFF;
	  color: #000;
	  border: 1px solid #7f9db9;
	  font-size: small;
	  padding: 3px;
	  }

	select {
	  background-color: #FFFFFF;
	  color: #000;
	  border: 1px solid #7f9db9;
	  font-size: small;
	  padding: 3px;
	  }

	.button {
	  padding: 2px;
	  background-color: #ffffff;
	  color: #FFFFFF;
	  border: 1px solid #7f9db9;
	  font-size: small;
	  }

/**************** header styles ****************/
	#header {
	  width: 750px;
	  border: 0px;
	  padding-bottom: 0px;
	  padding-top: 0px;
	  clear: both;
	  }
	#header p { 
	  color: #999999;
	  }

/**************** menu styles ****************/
	#tabs10 {
		height: 19px;
		width:750px;
		font-size:93%;
		padding-top: 16px;
		border-bottom:1px solid #2763A5;
		line-height:normal;
     }
    #tabs10 ul, #tabs10 ul li {
		margin:0;
		padding:0px;
		list-style:none;
		text-align: center;
      }
    #tabs10 ul li {
      display:inline;
      margin-right: 0.75em;
      }

	#tabs10 a {
      background:url("/images/tableft10.gif") no-repeat left top;
      margin: 0px;
      padding: 5px 2px;
      text-decoration:none;
      display:inline-block;
      }

    #tabs10 a span {
      background:url("/images/tabright10.gif") no-repeat right top;
      padding: 5px 15px;
      color:#FFF;
      display:inline;
      }

    #tabs10 a:hover {
      background-position:0% -42px;
      }

    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** menu styles ****************/
	#tabsmachine {
		height: 19px;
		width:525px;
		font-size:93%;
		padding-top: 16px;
		border-bottom:1px solid #2763A5;
		line-height:normal;
     }

    #tabsmachine ul, #tabsmachine ul li {
		margin:0;
		padding:0px;
		list-style:none;
		text-align: center;
      }
    #tabsmachine ul li {
      display:inline;
      margin-right: 0.1em;
      }

	#tabsmachine a {
      background:url("/images/tableftmachine.gif") no-repeat left top;
      margin: 0px;
      padding: 5px 2px;
      text-decoration:none;
      display:inline-block;
      }

    #tabsmachine a span {
      background:url("/images/tabrightmachine.gif") no-repeat right top;
      padding: 5px 15px;
      color:#FFF;
      display:inline;
      }


    #tabsmachine a:hover {
      background-position:0% -42px;
      }

    #tabsmachine a:hover span {
      background-position:100% -42px;
      }
      
/**************** content styles ****************/
	#content {
	  width: 525px;
	  padding-left: 10px;
	  padding-right: 10px;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  float: right;
	  }

	#contentleft {
	  width: 470px;
	  padding-left: 0px;
	  padding-right: 0px;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  float: left;
	  }
	  
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
	#contentleft p {
	  padding-bottom: 10px;
	  padding-right: 5px;
	  border-bottom: 1px solid #DDDDDD;
	  }
/**************** sidebar styles ****************/
	#sidebar {
	  width: 200px;
	  padding-left: 0px;
	  padding-right: 0px;
	  margin-top: 10px;
	  padding-bottom: 20px;
	  float: left;
	  font-size: small;
	  border-right: 1px solid #DDD;
	  }

	#sidebarright {
	  width: 240px;
	  padding-left: 10px;
	  padding-right: 10px;
	  margin-top: 10px;
	  padding-bottom: 20px;
	  float: right;
	  font-size: small;
	  border-left: 1px solid #DDD;
	  }
	  
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }

	.navcontainer { width: 160px; }

	.navcontainer ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

	.navcontainer a
	{
	display: block;
	padding: 1px;
	width: 160px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	}

	.navcontainer a:link, .navlist a:visited
	{
	color: #036;
	text-decoration: none;
	}

	.navcontainer a:hover
	{
	background-color: #369;
	color: #fff;
	}
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#dddddd;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #dddddd;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #dddddd;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-bottom: 1px solid #FFFFFF;
	  }

/**************** brief styles ****************/

	.strap {
		font-size: medium;
		font-weight: bold;
		text-align: center;
		padding-top:7px;
		padding-bottom:7px;
		margin: 0px;
	}
	
	.tractor {
		border-bottom: 1px solid #DDDDDD;
		padding-top: 10px;
		clear: both;
	}
	
	.wtb {
		background-color: White;
	}
	.border {
		border: 1px solid #2763A5;
	}

	.form_transaction {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FF0000;
		padding-left: 8px;
		font-weight: bold;
	}
	.form_title_transaction {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #FF0000;
		text-align: center;
	}
	.form_table_main_transaction {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: left;
		border: thin solid #FF0000;
	}
	.form_main {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		padding-left: 8px;
		font-weight: bold;
	}