body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFC831;
}

tr{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p{
	margin-right:20px;
	line-height:17px;
}

a. {
text-decoration: none;
color:blue;
font-weight: normal;

}

 a:visited{
text-decoration: none;
color:red;
font-weight: normal;
}

 a:hover{
text-decoration: none;
color:blue;
font-weight: normal;
}

a.dark {
text-decoration: none;
border-bottom: 1px solid #FF4921;
color:white;
font-weight: normal;

}

 a:visited.dark{
text-decoration: none;
border-bottom: 1px solid #FF005A;
color:white;
font-weight: normal;
}

 a:hover.dark{
text-decoration: none;
border-bottom: 1px solid white;
color:white;
font-weight: normal;
}

.dark{
	color:white;
}

a:hover.dark2{color:black;}
a:visited.dark2{color:black;}
a.dark2{color:black;}

li{
	list-style-type: square;
}

.input1{
	background-color: #F2F2F2;
	border:3px solid #DDDDDD;
	font-size: 11px;
	padding-left:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.highlight{
	color: #632401;
	font-weight: bold;
	font-size:11px;
}

.bighighlight{
	color: #632401;
	font-weight: bold;
	font-size:14px;
	margin-left:15px;
}

.products{
	border-bottom:3px solid #632401;
	border-top:1px solid #ffcc00;
}