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

/* BODY */

    body {
        padding:0px;
        margin:0px;
        height:100%;
        background-repeat:repeat-x;
		background-image:url(graphics/backgrounds/body.jpg);
		background-color:#143a66;
    }

/* TEXT */

    p, a, li, input, textarea, select, th, td, h1, h2, h3, h4, h5, h6, span {
        font-family:trebuchet ms ;
        color:#FFFFFF;
        
    }
    
    p, a, li, input, textarea, select, th, td {
        font-size:11px;
        text-decoration:none;
        line-height:15px;
        font-weight:normal;
    }
    
    p, a {margin:0px;}
    
    a:link, a:active, a:visited, input.submit, span.highlight, a.highlight, div.banner_links span {
    	color:#FFFFFF;
	}

/* LINKS */

    a:hover {
    	text-decoration:none;
    	color:#FFFFFF;
    }
    a:active {border:none;}

/* LISTS */
    
    ul {
        padding-left:20px;
        margin:0px;
    }

/* HEADERS */

    h1, h2, h3, h4 {
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        margin:0px;
        font-weight:bold;
    }
    
    h1 {font-size:24px;}
    
    h2 {font-size:20px;}
    
    h3 {font-size:16px;}
    
    h4 {
        font-size:12px; 
        font-weight:bold; 
        padding-bottom:5px; 
        margin-bottom:10px;
    }

/* IMAGES */
    
	img {border:none;}

/* FORMS */

    input, textarea, select {
        border:none;
        margin:0px;
        padding:2px;
        border:1px solid;
        margin-right:5px;
    }
