body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: black;
	background-image: url(../images/bg1_gra.gif);
	background-position: top;
	background-repeat: repeat-y;
}

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

a:hover { color: #F4BD53; 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: #235273; 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{
	background-image: url(../images/vasacor-lady.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 229px;
}
.content{
	padding: 5px 10px 5px 10px;
	text-align: justify;
	width: 550px;
}
.content a:link, .content a:visited{
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.content a:hover{
text-decoration: underline;
}
.topnav{
	margin-top:50px;
	margin-right:7px;
	float: right;
}
.topnav a:link, .topnav a:visited{
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	margin:0px 5px 0px 0px;
	text-decoration: none;
}
.topnav a:hover{
text-decoration: underline;
}
#order{
	background-image: url(../images/round.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
}
.footer{
	text-align: right;
	background-color: #4491ED;
	padding: 8px 0px 8px 0px;
}
.footer a:link, a:visited{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: White;
text-decoration: none;
margin-right: 10px;
}
.footer a:hover{
	text-decoration: underline;
}
.side{
vertical-align: top;
background-color: #C6DDFF;
width: 218px;
}
.side ul{
	margin:5px 10px;
	padding: 0px;
}
.side li{
	list-style: none;
	padding:5px 0px;
	border-bottom: 1px solid #2F5083;	
}
.side a:link, .side a:visited{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#508b0a;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}
.side a:hover{
	text-decoration: underline;
}
div.copyright{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #E6E6E6;
	text-align: center;

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