body {
    background: white;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 10px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	
}
h1 {
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    color: brown;
}
h2 {
    background: transparent;
    font-size: large;
    font-weight: bold;
    letter-spacing: 0.2em;
     color: brown;
}
h3 {
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	 color: brown;
}
img {
    border: 0px;
    overflow: auto;
}



/* ----------------------------------------------------------------------
Page element styles: boxes and borders, etc.
---------------------------------------------------------------------- */


.bannerLeft {
    padding: 4px 15px 4px 10px;
    color: white;
}
.bannerRight {
    padding: 4px 10px 4px 15px;
    text-align: right;
}

.bannerRight a {
    text-decoration: none;
    color: white;
}
.bannerRight a:link {
    text-decoration: none;
   color: white;
}
.bannerRight a:visited {
    text-decoration: none;
    color: white;
}
.bannerRight a:hover {
    text-decoration: underline;
    color: white;
}
.bannerRight a:active {
    text-decoration: underline;
    color: white;
}

.bannerBox {
    width: 100%;
    background: #f00;
}
