BODY
  {
    padding: 0;
    margin: 0px;
    font-size: 12px;
    padding-top: 0px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    SCROLLBAR-ARROW-COLOR: #000;
    SCROLLBAR-TRACK-COLOR: #848585;
    SCROLLBAR-BASE-COLOR: #d4d4d4;
    color: #000;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    background: #cccccc;
    }

INPUT.text, SELECT
{
	margin: 10px;
  	padding: 1px;

    border: #0062a3 1px solid;

    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    width: 300px;
}

TEXTAREA
{
  margin: 10px;
  padding: 1px;
    width: 300px;
    height: 100px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    border: #0062a3 1px solid;
}

IMG
	{
	border: none;
	}


P, UL, LI, TD
	{
	font-size: 11px;
	color: #0062a3;
	}
LI
	{
	margin: 0 0 10px 0;
	}


B		
	{
	color: #0062a3;
	}

TABLE.form TD
	{
	font-size: 10px;
	text-align: right;
	
	}


TABLE.main_table
	{
	width: 961px;
	height: 100%;

	background: #ffffff;
	}

TD.header
	{
	height: 200px;
    background: #d4d4d4 url(/img/head_01.jpg) top left no-repeat;
    vertical-align: top;
	}


TD.lm
	{
    width: 194px;
	height: 100%;
	vertical-align: top;
	}

TD.lm_td_p, TD.lm_td_a
	{
	width: 194px;
	height: 38px;
	font-size: 11px;
	font-weight: bold;
	}
TD.lm_td_p A
	{
	text-decoration: none;
	color: #0062a3;
	}

TD.lm_td_p A:hover
	{
	color: #c2001b;
	text-decoration: none;
	}

TD.lm_td_a
	{
	color: #c2001b;
	}


TD.lms_td_p, TD.lms_td_a
	{
	padding: 0 0 0 40px;
	height: 22px;
	font-size: 11px;	
	font-weight: bold;

	color: #c2001b;
	}


TD.lms_td_p A
	{
	color: #0062a3; 
	text-decoration: none;
	}

TD.page_title
	{
	padding: 0 0 0 35px;

	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 21px;
    background: #0062a3 url(/img/pt_bg.gif) top left no-repeat;
	}


TD.td_content
	{
    width: 100%;
	height: 100%;

	padding: 10px 60px 20px 0;
	vertical-align: top;

	font-size: 11px;
	color: #0062a3;
	}


TD.counters
	{
	text-align: center;
	height: 60px;	

	background: #0062a3;
	}


.copyright
  {
  padding-top:  15px;
  padding-bottom:  15px;

  text-align: center;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #999;

  background: #cccccc;
  }
.copyright A
  {
  text-decoration: none;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #999;
  }
.copyright A:hover
  {
  color: red;
  }


