/* Universal Selectors*/

*  {list-style-type: none;}
* a:link, * a:visited, * a:hover, * a:active {text-decoration: none;color: #444;}
ul, li, ol {margin: 0px;padding: 0px;list-style-type: none;}
:link img {border: none;}
* img {border: none;}
a img {border: none;}
:link img, :active img {border: none;}
* html img  { behavior: url(iepngfix.htc) }


/* Structure*/

body {font-size: 72.5%; margin:  auto; font-family: verdana,"lucida grande",helvetica,arial,tahoma,sans-serif;color: #444;background:  #DFDFDF;}





table {
 font-size: 95%;
}

input {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 100%;
 vertical-align: middle;
}