/*
  main.css,v 1.0 2006/03/18

  SEOTM Solutions
  http://www.seotm.com

  Copyright (c) 2006 Seotm.com
*/

BODY {
  background-color: #FFFFFF;
  color: #434343;
  margin: 0px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
}

p {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
}

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #EC6E1F;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  color: #EC6E1F;
  margin-bottom: 3px;
}

h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #EC6E1F;
}

A {
  color: #53A4D9;
  text-decoration: none;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
}

A:hover {
  text-decoration: underline;
}


.table {

}

td {
 font-size: 13px;    
}

tr {
}

FORM {
 display: inline;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; } 


.btn{
 background-image:url(/images/design/btn.gif);
 background-repeat:no-repeat;
 text-align:center; 
 height:28px;
 padding-left: 8px;
}

.btn a{
 color:#FFFFFF;
 text-decoration:none;
 text-transform:uppercase;
 font-size:12px;
}

.bott{
background-image:url(/images/design/bottom.jpg); 
background-repeat:no-repeat; 
text-align:center;
color: #FFF;
font-size: 11px;
}

.bott a{
 color: #FFF;
}

.leftbl{
 background-color: #E6F9FF;
 background-image:url(/images/design/l_bg.gif); 
 background-repeat:no-repeat; 
 background-position:bottom left; 
 border-right:1px dotted #7A7A7A;
 border-top:1px dotted #7A7A7A; 
 padding-top:10px;
 height: 450px;
 vertical-align: top;
 width: 205px;    
 text-align: center;
}

input[type='text'], textarea
{
width:300px;
height: 16px;
font-family: Verdana;
font-size: 10px;
color: gray;
}

textarea{
height:80px;
}