body,td{
	font-family: Arial;
	font-size: 12px;
	color: #4C4D4E;
}
a{
	text-decoration: underline;
	color: #2D387B;
}
a:hover{
	text-decoration: underline;
	color: #2D387B;
}
a.mainmenulink{
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	text-decoration: none;
}
a.mainmenulink:hover{
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
	text-decoration: none;
}
a.submenulink{
	color: #E8E5E2;
	font-size: 11px;
	text-decoration: none;
}
a.submenulink:hover{
	color: #FFFFFF;
	font-size: 11px;
}
a.productmenu{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #003977;
}
a.productmenu:hover{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #2D387B;
}
input,textarea,select{
	font-size: 10px;
	font-family: Arial;
}
a.footer
{
	color: #2D387B;
	text-decoration: none;
	font-size: 11px;
}
a.footer:hover
{
	text-decoration: underline;
}
a.black{
	color: black;
	font-size: 10px;
	font-weight: bold;
}
.hiddenmenu {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 24px;
	/*width: 150px;*/
	/*background-image: url('images/submenu_back.jpg');*/
	background-color: #E7E7E8;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
	border-top: 1px solid #FFFFFF;
}