/*
  main.css,v 1.0 2006/03/18

  SEOTM Solutions
  http://www.seotm.com

  Copyright (c) 2006 Seotm.com
*/

BODY {
  background-color: #FFFFFF;
  color: #7C7C7C;
  margin: 0px;
  font-family: tahoma;
}

p {
  font-family: tahoma;
  font-size: 11px;
  text-align: justify;
}

h1 {
  font-family: tahoma;
  font-size: 18px;
}

h2 {
  font-family: tahoma;
  font-size: 16px;
}

h3 {
  font-family: tahoma;
  font-size: 14px;
  color: #B12B10;
}

A {
  color: #7C7C7C;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

A:hover {
  text-decoration: underline;
}


.table {
}

td {
  font-family: tahoma;
  font-size: 11px;
}

img{
border:0px;
}

tr {
}

FORM {
 display: inline;
}

a.top_links{
 color:#FFFFFF;
 font-family:tahoma;
 font-size:9px;
 text-transform:uppercase;
}

a.top_links:hover{
 color:#FFFFFF;
 text-decoration:underline;
}

a.enter{
 color: #7E7E7E;
 font-family: Tahoma;
 text-decoration: none;
}

a.enter:hover{
 text-decoration: underline;
}

.inputRequirement { font-family: tahoma; font-size: 10px; color: #ff0000; } 


h2.h2_txt{
 font-family: tahoma;
 font-size: 17px;
 color: #7C7C7C;
 margin: 0px;
 margin-top: 18px;
 padding: 0px; 
 text-transform: uppercase;
}

.ser_name{
 font-family: tahoma;
 font-size: 15px;
 color: #C20001;
}

.ser_content{
 color: #C20001;
}

a.all{
 color: #7E7E7E;
 font-size: 10px;
 text-decoration: none;
}

a.all:hover{
 text-decoration: underline;
}

p.m_text{
 text-align: justify;
 text-indent: 15px;
}

td.profile_name_fld
{
 background-color: #F4F7F0;
 padding:1px;
 border:1px solid #E2E3E2;
}
td.profile_value_fld
{
 background-color: #F4F7F0;
 border:1px solid #E2E3E2;
 padding:3px;
}

input[type='text'], textarea
{
width:200px;
height: 16px;
font-family: Verdana;
font-size: 10px;
color: gray;
}

textarea{
height:80px;
}