/* Links
----------------------- */
a{color:#000000; background:#E7E3B8; text-decoration:none; }
a:hover{color:white; text-decoration:none; background:#5F5642; }



/* Basic
----------------------- */

*html{margin:0; padding:0; width:100%; height:100%; }

body{margin:0 auto; padding:0; width:100%; height:100%; font: 100% Verdana, Arial, Helvetica, sans-serif; color:#707070; background: white url('../img/bg_main.gif') left bottom repeat;
}

/*
'Lucida Grande', Arial, sans-serif
Georgia, 'Lucida Grande', Arial, sans-serif
'Lucida Grande', 'Trebuchet MS', Arial, sans-serif
*/

h1, h2, h3, h4, h5, h6, p, ol, ul, ol li, ul li, li, ul li ul, ul li ul li, dl, dl dt, dl dd, table, table th, table td, img, img a, form, em, div, span, img, a img{
margin:0;
padding:0;
}
table, th, td{border-collapse:collapse; vertical-align:top; }

img,
a img{ border:none; border:0px; line-height:0px; }

ul li{list-style-type:none; }


/* FORMS
--------------------------------------------------------------------------------------------------*/

form                  { margin:0; padding:0; margin-bottom:0;  }
fieldset              { margin:0; padding:0; margin-bottom:0; border:0; }
input,textarea,select	{ border:1px solid #aaa; font-family:verdana, sans-serif; font-size:11px; }

