﻿body
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana;
	font-size: 0.7em;
	color: #666666;
}


.header
{
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
	
}


.menuTop
{
	position: relative;
	width: 760px;
}


.menuBottom
{
	position: relative;
	width: 760px;
}



.page
{
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
}

.refimage
{
	
	height: 200px;
	
}

.footer
{
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
	font-size: 10px;
	vertical-align: bottom;
	color: #FFFFFF;
	background-color: #C0C0C0;
}

.leftPanel
{
	margin: 10px;
	position: relative;
	color: #d32525;
	text-align: left;
}

.rightPanel
{
	margin: 10px;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
}

.currentContent
{
	position: relative;
	text-align: center;
	background-color: #C0C0C0;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
}


a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}


.menuProducts
{
	font-size: 14px;
	color: #FF0000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}





.menuProducts a:visited {
	color: #d32525;
}
