body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: black;
	background-color: #F9F0DE;
}

a:link, a:visited  { color: gray; background: transparent;text-decoration: none;}
a:active { color: #C00; background: transparent; }

a:hover { color: black; background: transparent; text-decoration:  underline; }

a:link img, a:visited img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #664010; background: white; }
h1 { font: 150% sans-serif; }
h2 { font: bold 125% sans-serif; }
h3 { font: 110% sans-serif; }
h4 { font: bold 100% sans-serif; }
h5 { font: italic 100% sans-serif;}
h6 { font: small-caps 100% sans-serif; }
.header{
border-top: 5px solid maroon;
border-bottom: 5px solid maroon;
	background-image: url(../images/vasacor.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 245px;
}
.content{
background-color: White;
text-align: justify;
	padding: 4px 10px 4px 10px; 
	border-left: 1px solid #AC7D1C;
	border-right: 1px solid #AC7D1C;
}
.topnav{
background-color: White;
	padding: 5px;
	padding-top: 10px;
}
div.copyright{
	font-family: sans-serif;
	font-size:8pt;
	color: #E6E6E6;
	text-align: center;
	background-color: #AC7D1C;
	padding: 10px;

}
div.copyright a:link, div.copyright a:visited{
color: #E6E6E6;
text-decoration: none;

}
