.topmenu {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #F9EFAC;
	text-decoration: none;
}
.footermenu {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #59779B;
	text-decoration: none;
}
.footermenu a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #59779B;
	text-decoration: underline;
}
.productlink {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-indent: 19px;
	color: #FFFFFF;
	text-decoration: none;
}
.productlink a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	text-indent: 19px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
.supportlink {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 19px;
	color: #79859C;
	text-decoration: none;
}
.supportlink a:hover{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	text-indent: 19px;
	font-weight: bold;
	color: #FDC70B;
	text-decoration: underline;
}
.generaltext {
	font-family: Tahoma;
	font-size: 11px;
	color: 0F1D38;
	line-height: 14px;
	text-decoration: none;
}
.generaltext A:link  { color: #06c; font-size: 11px; line-height: 14px; font-family: Tahoma }
.generaltext A:active  { color: #06c; font-size: 11px; line-height: 14px; font-family: Tahoma }
.generaltext A:visited  { color: #06c; font-size: 11px; line-height: 14px; font-family: Tahoma }
.generaltext A  { color: #06c; font-size: 11px; line-height: 14px; font-family: Tahoma }
.generaltext A:hover  { color: #06c; font-size: 11px; line-height: 14px; font-family: Tahoma; text-decoration: underline }
.p {
	font-family: Tahoma;
	font-size: 11px;
	color: 0F1D38;
	line-height: 14px;
	text-decoration: none;
}
.faqs {
	font-family: Tahoma;
	font-size: 11px;
	color: 0F1D38;
	line-height: 20px;
	text-decoration: none;
}
.faqs a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: 0F1D38;
	line-height: 20px;
	text-decoration: underline;
}
.input-box
{
	font-family: Tahoma;
	font-size: 11px;
	text-indent: 2px;
	color: #637383;background: #ffffff;border: #B1BCC5 solid 1px;
}
.logininput-box
{
	font-family: Tahoma;
	font-size: 11px;
	text-indent: 2px;
	font-weight: bold;
	color: #00506E;
	border: #B4D9E5 solid 1px;
	background-image: url(images/loginusername.gif);
	clear: none;
	float: none;
	height: 25px;
	width: 250px;
}
.passswordinput-box
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 2px;
	color: #00506E;
	border: #B4D9E5 solid 1px;
	background-image: url(images/password.gif);
	clear: none;
	float: none;
	height: 25px;
	width: 250px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: F0F0F0;
	border-right-color: BDBDBD;
	border-bottom-color: BDBDBD;
	border-left-color: F0F0F0;
	}.demoborder {
	border: 2px solid 013C51;
}