/* CSS Document */

.header  { background-image:url(header.jpg); color: green; border-bottom: solid 1px green; margin: 0 0 0 0; padding: 2px; }
.footer  {
	background-image:url(header.jpg);
	color: green;
	border-top: solid 1px green;
	margin: 0 0 0 0;
	bottom: auto;
}
.company { font-weight: bold; }
hr       { clear: both; border:solid; border-width:0px; border-bottom-color:#007300; border-top-color:#ffffff; border-left-color:#ffffff; border-right-color:#ffffff;}
.top-news img { float: left; margin-right: 0px; }
.top-news h3, .news h3 { font-size: large; font-weight: bold; }
.accesskey { text-decoration: underline; }
a { text-decoration: none; }
.validation { margin-top: 0px; }

.product img { float: left; margin-right: 0px; }
.product h3, .news h3 { font-size: large; font-weight: bold; }
a:link {color: #06F;text-decoration: none; }
a:visited {text-decoration: none;color: #06F; }
a:hover {text-decoration: underline;color: #06F; }
a:active {text-decoration: none;color: #06F; }
.header small h1 a {
	font-size: 8px;
}


