a {
   color: #339900;
}
a:visited {
	color: #1F491E;
}
a:hover {
    color: #1F491E;
}
h2 {
    font-size: 18px;
    line-height: 1.3em;
    color: #339900;
}
.register {
    font-size: 15px;
    width: 250px;
    font-family: verdana,arial,helvetica;
    color: #339933;
    border : 1px solid #339933;
    padding-left: 2px;
}
.content {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
}
.checkmark {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #18A100;
	font-weight: normal;
}
.cart {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #1F491E;
}
.links {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #339900;
	font-weight: bold;
}
a.links {
	font-family: Verdana, Arial; font-size: 10px; color: #339900; font-weight: bold; text-decoration: none;
}
a.links:hover {
    color: #1F491E;
	text-decoration: none;
}
.orderform {
   font-family: Verdana, Arial;
   color: #1F4A1E;
   font-size: 12px;
   border-bottom-style: dotted;
   border-bottom-width: 1px;
   border-bottom-color: #999999;
}
.login {
   font-family: Verdana, Arial;
   color: #1F4A1E;
   font-size: 12px;
}
a.login {
   color: #339900;
   font-weight: bold;
   font-size: 12px;
}
a.login:hover {
   color: #1F491E;
}

.whitenav {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
a.whitenav {
	font-family: Verdana, Arial; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none;
}
a.whitenav:hover {
	text-decoration: underline;
}
.pagelinks {
	font-family: Verdana, Arial; font-size: 10px; color: #1F491E; font-weight: normal; text-decoration: none;
}
a.pagelinks {
	font-family: Verdana, Arial; font-size: 10px; color: #1F491E; font-weight: normal; text-decoration: underline;
}
a.pagelinks:hover {
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial; font-size: 10px; color: #666666; font-weight: normal; text-decoration: none;
}
ul.features {
    list-style-image: url('/images/article_li.gif');
    padding-left: 15px;
    font-family: Verdana, Arial; font-size: 11px; color: #666666;
    line-height: 1.5em;
}
ul.check {
    list-style-image: url('/images/article_li.gif');
    padding-left: 15px;
    font-family: Verdana, Arial; font-size: 12px; color: #666666;
    line-height: 1.5em;
}
html,body{
	margin:0;
	padding:0;
	margin-top: 5px;
}
#main{
	height:100%;
	background-color:#ffffff;
}