/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	background-color: #EAEBDE;
	}

.greenstripe {
	background-image:url(images/green-stripe.jpg);
	}

a.nav:link { font-family:helvetica; font-size:14px; color:#000000; line-height:20px;  }
a.nav:active { font-family:helvetica; font-size:14px; color:#000000; line-height:20px;  }
a.nav:visited { font-family:helvetica; font-size:14px; color:#000000; line-height:20px;  }
a.nav:hover  { font-family:helvetica; font-size:14px; color:#ffffff; line-height:20px;  }

.navsubtext { font-family:helvetica; font-size:10px; font-weight:bold; color:#000000; }

.maincontent {
	background-color:#ffffff;
	background-image:url(images/rainbow-dove.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-right:10px;
	padding-left:10px;
	font-family:arial;
	font-size:12px;
	}

h1.headline { font-family: arial; font-size:16px; font-weight:bold; }

a.headlinks:link { font-family:arial; font-size:16px; font-weight:bold; color:#006600; }
a.headlinks:active { font-family:arial; font-size:16px; font-weight:bold; color:#006600; }
a.headlinks:visited { font-family:arial; font-size:16px; font-weight:bold; color:#006600; }
a.headlinks:hover { font-family:arial; font-size:16px; font-weight:bold; color:#00FF00; }

a.sublinks:link { font-family:arial; font-size:12px; color:#006600; }
a.sublinks:active { font-family:arial; font-size:12px; color:#006600; }
a.sublinks:visited { font-family:arial; font-size:12px; color:#006600; }
a.sublinks:hover { font-family:arial; font-size:12px; color:#00FF00; }

.oldprice { font-family:arial; font-size:12px; color:#FF0000; text-decoration:line-through; }
.newprice { font-family:arial; font-size:14px; color:#000000; font-weight:bold; }

.pageheader { font-family:arial; font-size:22px; color:#000000; font-weight:bold; }