body {
	background:url('../images/tile.gif') repeat #fff;
	font-family:'Century Gothic', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#000;
}
h2 {
	color:#77b919;
	background-color:#fff;
	font-size:23px;
}
h3 {
	color:#36b6eb;
	background-color:#fff;
	font-size:16px;
}
acronym {
	text-decoration:none;
	border-bottom:1px #000 dotted;
}
li {
	list-style-type:circle;
}
blockquote {
	margin:auto;
	font-style:italic;
	font-size:13px;
	text-align:right;
}
label, input {
	display:block;
	float:left;
	margin-bottom:10px;
	font-family:'Century Gothic', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
label {
	text-align:left;
	width:6em;
}
input {
	width:12em;
}
.input {
	margin-left:140px;
	font-size:14px;
	background-color:#ededed;
	color:#000;
	border:1px #b9b9b9 solid;
	padding:2px;
	font-family:'Century Gothic', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.input:hover {	
	border:1px #ccc solid;
}
.input:focus {	
	background-color:#fff;
	color:#000;
}
.submit, .inputbreak {
	clear:left;
}
.warning {
   background-color:#fff;
   color:#c72e2e;
   font-weight:bold;
}
cite {
	text-align:right;
	font-size:12px;
	color:#77b919;
	background-color:#fff;
}
table {
	border:1px #000 solid;
	padding:1px;
	font-size:14px;
	font-family:'Century Gothic', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	width:100%;
}
#shell {
	margin:auto;
	width:900px;
	text-align:left;
	height:auto;
}
#header {
	background:url('../images/banner.jpg') no-repeat;
	text-indent:-9999px;
	height:140px;
	width:900px;
	margin:10px 0 0 0;
	border:1px #000 solid;
}
.panel {
	margin-top:8px;
	margin-bottom:8px;
	width:100%;
	background-color:#fff;
	border:1px #000 solid;
	height:16px;
	padding:3px 0;
	text-align:center;
	clear:both;
	color:#000;
}
#content {
	float:left;
	margin-top:8px;
	background-color:#fff;
	border:1px #000 solid;
	height:auto;
	width:655px;
	padding:5px 15px 5px 15px;
	text-align:justify;
	color:#000;
}
#nav {
	margin:0 -1px 0 705px;
	height:auto;
	background-color:#4769ab;
	color:#fff;
	border:1px #000 solid;
	list-style-type:none;
	padding:5px;
	position:relative;
	top:10px;
}
.entry {
	list-style-type:none;
}
.footer {
	position:relative;
	bottom:-10px;
}
.entry a:link, .entry a:visited, .entry a:hover, .entry a:active {
	color:#fff;
	background-color:#4769ab;
	text-decoration:none;
}
.entry a:hover, .entry a:active {
	font-weight:bold;
}
a:link, a:visited {
	color:#da7717;
	text-decoration:none;
	background-color:#fff;
}
a:hover, a:active {
	color:#f3b91e;
	text-decoration:none;
	background-color:#fff;
}
.good {
	margin:auto;
	text-align:center;
	border:5px #669966 solid;
	background-color:#9c9;
	color:#fff;
	height:auto;
	padding:2px;
	width:auto;
}
.bad {
	margin:auto;
	text-align:center;
	border:5px #933 solid;
	background-color:#c66;
	color:#fff;
	height:auto;
	padding:2px;
	width:auto;
}
.news {
	margin:auto;
	text-align:center;
	border:5px #eea812 solid;
	background-color:#f1ca75;
	color:#000;
	height:auto;
	padding:2px;
	width:auto;
}
.product {
	margin:auto;
	text-align:center;
	border:5px #ab1648 solid;
	background-color:#d87e9c;
	color:#000;
	height:auto;
	padding:2px;
	width:auto;
}
.news a:link, .news a:visited {
	color:#da7717;
	text-decoration:none;
	background-color:#6b6e66;
}
.news a:hover, .news a:active {	
	color:#f3b91e;
	text-decoration:none;
	background-color:#6b6e66;
}
.product a:link, .product a:visited {
	color:#da7717;
	text-decoration:none;
	background-color:#f1ca75;
}
.product a:hover, .product a:active {
	color:#f3b91e;
	text-decoration:none;
	background-color:#f1ca75;
}
.center {
	margin:auto;
	text-align:center;
}
.heading {
	color:#f3b91e;
	background-color:#4769ab;
	text-decoration:underline;
}
.greenborder {
	border-width:medium;
	border-color:#77b919;
	border-style:solid;
}
