/* ----------------------- GLOBAL ELEMENTS ------------------------------  */


body {
	margin: 0px;
	background-image: url(images/tan_tile.gif);
}

body,h1,h2,h3,h4,td,p,ul,li,a { font-family: trebuchet ms, arial, verdana, helvetica, san-serif; }

h1.welcome { border-bottom: 1px dashed #ffffff;
			width: 250px; }
			
h2 { font-size: 14px;
       color: #ffffff; }			

p { font-size: 11px;
     line-height: 15px;
     color: #999999; }
     
p.white { color: #ffffff; }
     
ul,li { font-size: 12px;
          font-weight: bold;
	  color: #FFFFFF;
	  list-style-image: url(images/white_bullet_arrow.gif); }


/* ----------------------- GLOBE BOTTOM ------------------------------  */

#globe_bottom { background-image: url(images/globe_bottom.jpg);
			    background-repeat: no-repeat;
			    background-position: 100% 0%; }
			    
			    
/* ----------------------- FOOTERNAV ------------------------------  */
.footernav { font-size: 10px;
                     color:#666666;
		     text-decoration: none; }
		     
a.footernav:link { font-size: 10px;
                              color:#666666;
		              text-decoration: underline; }
			      
a.footernav:visited { font-size: 10px;
                              color:#666666;
		              text-decoration: underline; }
			      
a.footernav:hover { font-size: 10px;
                           color:#cccccc;
		              text-decoration: none; }
			      
/* ----------------------- COPYRIGHT  ------------------------------  */
.copyright  { font-size: 10px;
                     color:#666666;
		     text-decoration: none; }
		     
a.copyright:link { font-size: 10px;
                              color:#666666;
		              text-decoration: underline; }
			      
a.copyright:visited { font-size: 10px;
                              color:#666666;
		              text-decoration: underline; }
			      
a.copyright:hover { font-size: 10px;
                              color:#666666;
		              text-decoration: underline; }