a:link    {
  /* Applies to all unvisited links */
  color: #005090;
  text-decoration:  none;
  font-weight:      bold;
  } 
a:visited {
  /* Applies to all visited links */
  color: #005090;
  text-decoration:  none;
  font-weight:      bold;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color: #990000;
  font-weight:      bold;
  } 
a:active  {
  /* Applies to activated links */
  color: #005090;
  text-decoration:  none;
  font-weight:      bold;
  }   

 This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. 

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}
.BodyType {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.BodyType-Bold  {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bolder;
	margin-right: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
.BodyType-Big {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
.Bullet-Checkmark {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	list-style-image: url(images/bullet_check.gif);
	list-style-position: outside;
	display: list-item;
	line-height: 20px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.Bullet-Checkmark-Narrowspace {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	list-style-image: url(images/Bullet-Checkmark.gif);
	list-style-position: outside;
	display: list-item;
	line-height: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.Bullet-NOT {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	list-style-image: url(images/NOT.jpg);
	list-style-position: outside;
	display: list-item;
	left: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.Bullet-Square {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	list-style-position: outside;
	display: list-item;
	list-style-type: disc;
	line-height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-image: url(images/bullet_square.jpg);
}
.Disclaimer {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}
.Forms {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
.Header   {
	color: #005090;
	font-size: 28px;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bolder;
	line-height: 40px;
	margin-bottom: 30px;
}
.Subhead-Blue {
	color: #005090;
	font-size: 18px;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bolder;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.Subhead-Red {
	color: #990000;
	font-size: 18px;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.Highlight  { font-family: Helvetica, Arial, Verdana, sans-serif; background-color: #ffff00 
}

.Link-Description {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: 000000;
	margin-right: 20px;
	margin-bottom: 10px;
}
.Link-Name {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: 000000;
	font-weight: bolder;
	margin-right: 20px;
	margin-bottom: 10px;
}
.Table-Text {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bolder;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.Testimony_Body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
}
.Testimony_Contact {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-right: 20px;
	margin-left: 20px;
	color: #005090;
	line-height: 20px;
}
.Quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #AAAAAA;
	font-weight: 500;
	margin-right: 10px;
	margin-left: 10px;
}
.Links-Underline {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bolder;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 18px;
}
.Disclaimer-WhiteBold {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 20px;
}

