
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: rgb(50,50,50);
	background-color: rgb(255,255,255);
	font-size: 57.5%;
	margin: 0;
}

table , td
{
  border-collapse: collapse;
  border: 0px solid rgb(0,0,0);
}

table.frm
{
  margin-left: 25px;
  width: 950px;
  table-layout: fixed;
}

td.frmHidden1 , td.frmHidden2 , td.frmHidden3 , td.frmHidden4
{
  height: 0px;
}
td.frmHidden1
{
  width: 125px;
}
td.frmHidden2
{
  width: 125px;
}
td.frmHidden3
{
  width: 500px;
}
td.frmHidden4
{
  width: 200px;
}

td.frmLogo
{
  width: 950px;
  height: 90px;
  text-align: left;
  vertical-align: top;
}

table.footer
{
  width: 950px;
  margin-top: 25px;
  margin-left: 25px;
  margin-bottom: 5px;
}
td.footerHr
{
  height: 1px;
  background-color: rgb(170,170,170);
}
td.footer
{
  text-align: center;
  vertical-align: middle;
}
a.footer , a.footer:link , a.footer:visited , a.footer:focus , a.footer:hover , a.footer:active
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: rgb(251,137,67);
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}
table.sitemap
{
  width: 860px;
  margin-top: 5px;
  margin-left: 70px;
  margin-bottom: 10px;
}
td.sitemap
{
  text-align: left;
  vertical-align: top;
  width: 190px;
}
td.sitemaplast
{
  text-align: left;
  vertical-align: top;
  width: 100px;
}
a.sitemap , a.sitemap:link , a.sitemap:visited , a.sitemap:focus , a.sitemap:hover , a.sitemap:active
{
  font-family: Arial;
  font-size: 9px;
  color: rgb(170,170,170);
  cursor: pointer;
  text-decoration: none;
}

input.loginField
{
  width: 100px;
  height: 15px;
  border: 1px solid rgb(170,170,170);
  font-family: Arial;
  font-size: 12px;
  color: rgb(0,0,0);
}
input.loginSubmit
{
  width: 17px;
  height: 18px;
  border: 0px solid rgb(0,0,0);
  background-color: transparent;
  background-image:url(./submit_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 12px;
  color: rgb(0,0,0);
  cursor: pointer;
}

table.searchMask
{
  width: 220px;
}
td.searchMaskLabel
{
  width: 95px;
  text-align: left;
  vertical-align: middle;
  font-family: Arial;
  font-size: 10px;
  color: rgb(0,0,0);
}
td.searchMaskLabel a.dummy
, td.searchMaskLabel a.dummy:link
, td.searchMaskLabel a.dummy:visited
, td.searchMaskLabel a.dummy:focus
, td.searchMaskLabel a.dummy:hover
, td.searchMaskLabel a.dummy:active
{
  font-family: Arial;
  font-size: 10px;
  color: rgb(0,0,0);
  cursor: text;
  text-decoration: none;
}
td.searchMaskField
{
  width: 125px;
  padding-top: 3px;
  padding-bottom: 3px;
}
td.searchMaskSpacer
{
  height: 10px;
}
td.searchMaskSubmit
{
  text-align: right;
  padding-top: 3px;
  padding-bottom: 3px;
}
input.searchField
{
  width: 100px;
  height: 14px;
  border: 1px solid rgb(170,170,170);
  font-family: Arial;
  font-size: 12px;
  color: rgb(0,0,0);
}
input.searchSubmit
{
  width: 125px;
  height: 17px;
  border: 1px solid rgb(251,137,67);
  background-color: rgb(255,255,255);
  font-family: Arial;
  font-size: 10px;
  color: rgb(0,0,0);
  cursor: pointer;
}
input.searchList
{
  width: 13px;
  height: 13px;
}
input.searchFullText
{
  width: 220px;
  height: 14px;
  border: 1px solid rgb(170,170,170);
  font-family: Arial;
  font-size: 12px;
  color: rgb(0,0,0);
}
select.searchField
{
  width: 125px;
  border: 1px solid rgb(170,170,170);
  font-family: Arial;
  font-size: 10px;
  color: rgb(0,0,0);
}
option.searchField
{
  font-family: Arial;
  font-size: 10px;
  color: rgb(0,0,0);
}
label.searchField
{
  font-family: Arial;
  font-size: 10px;
  color: rgb(0,0,0);
}
textarea.searchField
{
  width: 220px;
  height: 50px;
  border: 1px solid rgb(170,170,170);
  font-family: Arial;
  font-size: 10px;
  color: rgb(0,0,0);
}

table.inpRadio
{
}
td.inpRadioLeft
{
  width: 15px;
  text-align: left;
  vertical-align: bottom;
}
td.inpRadio
{
  vertical-align: bottom;
}

table.twitter
{
}
td.twitterLeft
{
  width: 20px;
  text-align: center;
  vertical-align: middle;
}
td.twitter
{
  text-align: left;
  vertical-align: middle;
}

img
{
  border: 0px;
}

hr
{
  margin-bottom: 15px;
	height: 1px;
	border-width: 0;
	background-color: rgb(128,128,128);
	color: rgb(128,128,128);
}

