/* CSS Document */

    body {
		background-color:#FFFFFF;
		background-position:top center;	
			    
	    font-family:Arial;
	    font-size:16px;
		color:#000000;
		text-align:center;

		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
    }
	
	h1 {
	    font-family:Arial;
	    font-size:40px;
		color:#000000;
		text-align:center;
		
		margin-left:10px;
		margin-right:10px;
    }

	p {
	    font-family:Arial;
	    font-size:16px;
		color:#000066;
		text-align:center;
		
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
    }
	
	table{
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
	}
	
	td {	
		font-family:Arial;
	    font-size:13px;
		color:#000000;
		
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
	}
	
	img{
		outline:none;
		border:none;
	
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
	}
	
	a:link {
		color:#000066;
		text-decoration:none;
		outline:none;
		border:none;	
	}
	
	a:hover {
		color:#FF6600;
		text-decoration:none;
		outline:none;
		border:none;
	}

	form{
		padding:20px 0px 20px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
	}

/* - - - - - - - - - - Container - - - - - - - - - - */

    #container{
		position:relative;
	    width:800px;
		height:auto;        
        text-align:center;
		margin:0 auto;
    }

/* - - - - - - - - - - Footer - - - - - - - - - - */
	
    #footer{		
		width:800px;
		height:26px;		
		position:absolute;
		bottom:0px;
		left:0px;
		
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
    }
	
    #footer-text{
		width:800px;
		height:50px;		
		position:absolute;
		bottom:0px;
		
		text-align:left;	
			
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
    }		
