html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #edece7 url(../img/bg_body.gif) repeat-x top center;
/*  font: 400 0.7em verdana, arial, sans-serif;*/
/*  font: 400 0.7em "Times New Roman", Times, serif;*/

  font-family: "Times New Roman", Times, serif;
  font-size:13px;

/*  line-height: 170%;*/
  color: #555;
}

a:link, a:visited
{
	text-decoration: none;
	color: #555;
}

a:hover
{
	text-decoration: underline;
	color:#a90329;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
/*  font: 400 1em verdana, sans-serif;*/
/*  font: 400 1em "Times New Roman", Times, serif;*/

  font-family: "Times New Roman", Times, serif;
  font-size:12px;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #e7f1f3;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
/*  font: 400 0.9em verdana, serif;*/
  font: 400 0.9em "Times New Roman", Times, serif;
  cursor: pointer;
  color: #fff;
  background: #464B47;
  border-width: 1px;
  border-style: solid;
}

input.radio {
  background: none;
  border: 0px;
}


.subm {
  background: #464B47;
  color: #fff;
}

.subm:hover {
  background: #464B47;
  color: #fff;
  cursor: pointer;

}


#body_content td{
	padding-left:5px;
	padding-right:5px;
}

