/**
 * Body element style
 */

body {
   margin: 0; 
   padding: 0;
   background:url('../img/hp-background.gif') repeat-x;
}

/**
 * Anchor generic element style
 */

a:link {
	color : #96AEBE;
	text-decoration: none
	}
a:visited {
	color : #96AEBE;
	text-decoration: none
	}
a:active {
	color : #96AEBE;
	text-decoration: none
	}
a:hover {
	color : #96AEBE;
	text-decoration:underline;
	}

/**
 * header fonts
 */

.headerMenu {
	color : #0D5598;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

/**
 * main page fonts
 */

.introText {
	color : #3a3a3a;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.keyPointTitle {
	color : #0D5598;
	font-size : 15px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.keyPointText {
	color : #3a3a3a;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.linkText {
	color : #000077;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.solutionsText {
	color : #ef792f;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

/**
 * footer fonts
 */

.footerMenuText {
	color : #808080;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}

.footerText {
	color : #808080;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 9px;
	}

/**
 * terms fonts
 */

.black13 {
	color : #000000;
	font-size : 13px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.termsText  {
	color : #000000;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size: 11px;
	}


/**
 * test fonts
 */

.niceBlue {
	color : #0D5598;
	font-size : 10px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}
