/* --------- 
   Main Tags 
   --------- */

html, body{ 
      height:100%; }

body, div, td, p, span, input, textarea, li, ul, a{
      font-family:verdana,arial,helvetica,sans-serif; 
      font-size:11px;
      color:#333333; }

body{ background:#eeeeee url(../imgs/bodybg.gif) repeat-y 0 0;}

h1, h2, h3, h4, h5, h6{
      margin: 0; padding: 0;
      font-family: verdana,arial,helvetica,sans-serif;
      font-weight: normal;
      color: #006633;
}

img{  border:0; }

table{ 
      margin:0; padding:0; 
      border-collapse:collapse; border-spacing:0; }

      
/* ------------- 
   Form Elements 
   ------------- */

form, label, input{
      margin:0; padding:0; }
      
input{ 					
      outline:none; }
      
textarea{ 				
      outline:none; }
                        
      
/* ----------------------- 
   Initialize All Elements 
   ----------------------- */

*{    margin:0; padding:0; }


/* ----- 
   Links 
   ----- */ 

a{    				color:#000099; text-decoration:none; }
a:hover{ 			color:#999999; text-decoration:underline; }

a:visited{ 			color:#000099; text-decoration:none; }
a:visited:hover{ 	color:#999999; text-decoration:underline; }

a:active{ 			color:#000099; text-decoration:none; }
a:active:hover{ 	color:#999999; text-decoration:underline; }


/* ------- 
   Content 
   ------- */

span{ display:inline; }

p{    padding-top:3px; padding-bottom:10px; }

h1{   
      padding: 10px 0 10px 0;
      font-size: 18px;
}

h2{
      padding: 3px 0 7px 0;
      font-size: 14px;
      color: #009933;
}

h2 a{
      padding: 3px 0 7px 0;
      font-size: 14px;
      color: #009933;
}      

h3{
      padding: 3px 0 3px 0;
      font-size: 12px;
      color: #666666;
}


/* --------- 
   Alignment 
   --------- */

._left{   text-align:left; }

._center{ text-align:center; }

._right{  text-align:right; }

._top{    vertical-align:top; }

._middle{ vertical-align:middle; }

._bottom{ vertical-align:bottom; }
