.listItem{
	color : #1D0F81;
  text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

.listitem:hover{
	color : #996600;
}

.infolink{
	color : #FFEFD5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	text-transform : capitalize;
}

.infolink:hover{
	color : #CECEE6;
	text-decoration : none;
}

.recommend{
	color : #1D0F81;
	font-weight : bold;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
  text-decoration : none;
}

.recommend:hover{
	color : #996600;
}

.normalLink{
  color : #1D0F81;
  text-decoration : none;
  font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.normalLink:hover{
  color : #996600;
}

.largeText{
  color : #1D0F81;
  text-decoration : none;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-size : 30px;
}

.bigText{
  color : #1D0F81;
  text-decoration : none;
  	font-family : Arial, Helvetica, sans-serif;
        font-size : 24px;

}

.mediumText{
  color : #000000;
  text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.normalText{
  color : #000000;
  text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.normalTextBlue{
  color : #1D0F81;
  text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.smallText{
  color : #000000;
  text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.smallTextBlue{
  color : #1D0F81;
  text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

