h5
{
	color:#0060A9;
	font-family:Arial;
	}

.BtmContentHeader
{	
	color: white;
	font-weight:500;	
	font-size:medium;
	font-family:Arial;
 
	}
	
.DarkGrayContentLinks
{
	font-size:9pt;
	color: #434343;
	font-family:arial;
	text-decoration: none;
	font-weight:bold;
}
.DarkGrayContentLinks2
{
	font-size:9pt;
	color: #434343;
	font-family:arial;
	text-decoration: none;
	font-weight:bold;
	background-image:url(images/dynmenubg.jpg);
}
.WhiteContentLinks
{
	font-size:9pt;
	color:#740000;
	font-family:arial;
	text-decoration: none;
	font-weight:bold;
}	
.ContentHeaders
{
	font-size:10pt;
	color: #0060A9;
	font-family:arial;
	text-decoration: none;
	font-weight:bold;
	text-decoration:underline;
}	
.DarkBlueContentLinks
{
	font-weight: 500;
	font-size:x-small;
	color: #0060A9;
	font-family:Arial;
	text-decoration: none;
}	
.BtmContentLinks
{
	font-weight: 500;
	font-size: smaller;
	color: #9fb3d9;
	font-family: Arial;
	text-decoration: none;
}

.BtmContentLinksNew
{
	font-weight: 500;
	font-size: smaller;
	color: #9fb3d9;
	font-family: Arial;
	text-decoration: none;
}

.Login
{
	color:White;
	font-family:Arial;
	font-size:xx-small;
	font-weight:bold;
}

.SaSell
{
	color:gray;
	font-family:Arial;
	font-size:9pt;
	text-align:left;
}

.Download
{
	font-weight: bold;
	font-size: x-small;
	color: #0060A9;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}

.supportHeader
{	
	color: white;
	font-weight:bold;	
	font-size:10pt;
	font-family:Arial;
 
}

.contacttext
{
	color:gray;
	font-family:Arial;
	font-size:9pt;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
.contenttextgray
{
	color:gray;
	font-family:Arial;
	font-size:9pt;
	text-align:left;
}

.contenttextdarkgray
{
	color:#434343;
	font-family:Arial;
	font-size:10pt;
	text-align:left;
}

.Question
{
	color:#434343;
	font-family:Arial;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
}

.Pricing
{
	color:#AD0000;
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
}
.Downloadwhite
{
	font-weight: bold;
	font-size:12pt;
	color: #ffffff;
	font-family:Times New Roman;
	text-align: left;
	text-decoration: none;
}
.dynmenubg
{    
    background-image:url(images/dynmenubg.jpg);
    
    }

/* Default CSS Stylesheet for a new Web Application project 


*/
.accordionQuestionHeader
{
	font-family: Arial;
	background-color: white;
	cursor: hand;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;
	border-color:white;
	 text-align:center;
	 
}
a.blue:link
{
	cursor: hand;
	color:#0060A9;
	background-color:white;
	
}

a.blue:hover
{
   	cursor: hand;
	background-color:#0060A9;
	color:white;

}
a.blue:visited
{
	color:#0060A9;
	background-color:white;
	

	cursor: hand;
	
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

