﻿.HelpDesk-Question {
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: bold;


}

.HelpDesk-Answer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

.HelpDesk-Question A 
{
    text-decoration:none;
    color:Black;
}
.HelpDesk-Question A:hover 
{
    text-decoration:underline;
}

.FAQUL LI
{
    list-style-image:url(../images/FAQ/bullet-arrow-right.gif);
    padding-bottom:12px;
}

/* For FAQ.aspx, RMAForm.aspx */
.PageTitle
{
    font-family: Verdana;
    font-weight: bold;
    font-size:large;
}


/* for RMAForm.aspx */
.ProductContentFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

.ProductContentFontTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	width:270px;
}

#HelpCenterContent 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #333333;
}

#HelpCenterContent a
{
    color: #4c6e94;
    font-weight: bold;
    text-decoration: none;
}


#HelpCenterContent a:hover
{
    text-decoration: underline;
}

#HelpCenterContent div 
{
    padding-bottom:3px;
}

#HelpCenterContent td 
{
    vertical-align:top;
    padding-top:20px;
}










