html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:960px;
}

body
{
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #706e6e;
	background-color: #fff;
}

p, td
{
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #706e6e;
}

a
{
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight:bold;
  color: #8c1943;
  text-decoration: none;
}

#header
{
	height:128px;
	width:960px;
	background: url(images/header.jpg) no-repeat;
}

#footer
{
	height:70px;
	width:960px;
	background: url(images/footer.gif) no-repeat;
}

.tab
{
 height:38px;
 width:728px;
 background: url(/img/tab_down.gif) repeat-x bottom;

}

.tab1
{
 float:left;
 width:26px;
 height:37px;
 background: url(/img/tab_clients_1.gif) no-repeat;
}

.tab2
{
 float:left;
 height:37px;
 background: url(/img/tab_clients_2.gif) repeat-x;
 padding-top:12px;
 font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
 color:#fff;
 font-weight:bold;
 font-size:14px;
}

.tab3
{
 float:left;
 width:40px;
 height:37px;
 background: url(/img/tab_clients_3.gif) no-repeat;
}

.txt { color: #16374A; background-color: #ffffff;
	margin: 0; border:1 solid #706e6e; width:180px;}
.txtt { color: #16374A; background-color: #ffffff;
	margin: 0; border:1 solid #706e6e;}
.btn {background-color:#faba00;border:0 solid #ffffff; color:#ffffff; height:25px; font-weight:bold; cursor:hand;}

.red {color:#ff0000}
.green {color:#00ff00}
