/* --------- Links --------- */

.headerlnk {
	font: 12px Arial,tahoma,serif;
	color: #6c6c6c;
	text-decoration: none;
    }
.headerlnk:hover {
	color: #000000;
    }

/* --------- Fonts --------- */

.font10 {
	font: 10px Arial,tahoma,serif;
	color: #000000;
    }
.font10gray {
	font: 10px Arial,tahoma,serif;
	color: #6c6c6c;
    }

.font12 {
	font: 12px Arial,tahoma,serif;
	color: #000000;
    }
.font12gray {
	font: 12px Arial,tahoma,serif;
	color: #6c6c6c;
    }
    
/* --------- IDs --------- */

#header {
    height: 28px;
	width: 750px;
    border-bottom: 4px solid #c6c6c6;
    margin: 0px 0px 0px 20px;
    padding: 5px 0px 0px 0px;
    }
#header a {
	font: 12px Arial,tahoma,serif;
	color: #6c6c6c;
	text-decoration: none;
    padding: 0px 5px 0px 5px;
    }
#header a:hover {
	color: #000000;
    }
#phone {
    float: right;
	font: bold 12px Arial,tahoma,serif;
	color: #6c6c6c;
	text-decoration: none;
    }
    
#logo {
    height: 80px;
	width: 300px;
    padding: 10px 0px 10px 5px;
    }
    
#boxes {
    float: left;
    margin: 0px 5px 0px 5px;
    }
#box1 {
    margin: 5px 0px 5px 0px;
    }
#box2 {
    margin: 5px 0px 5px 0px;
    }
    
#text {
    padding: 5px;
    margin: 15px 0px 0px 0px;
    }
#txt01 {
	font: 12px Arial,tahoma,serif;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
    padding: 5px;
    margin: 30px 10px 0px 270px;
    background-color: #e7f1fb;
    border: 1px solid #bbd4ed;
    }
#txt02 {
	font: 12px Arial,tahoma,serif;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
    padding: 5px;
    margin: 10px 10px 0px 270px;
    }
    
/* #info {
    background-image: URL(images/info.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    float: left;
    border: 1px solid #ff0000;
    } */
    
#lineitems {
    width: 500px;
	font: 12px Arial,tahoma,serif;
	color: #000000;
	text-decoration: none;
    margin: 0px 10px 0px 270px;
    }

#footer {
    height: 25px;
	width: 750px;
	font: 9px Arial,tahoma,serif;
	color: #6c6c6c;
    border-top: 4px solid #c6c6c6;
    margin: 0px 0px 0px 20px;
    padding: 5px 5px 0px 105px;
    }
#footer a {
	font: 9px Arial,tahoma,serif;
	color: #6c6c6c;
	text-decoration: none;
    padding: 0px 5px 0px 5px;
    }
#footer a:hover {
	color: #000000;
    }