﻿a {
  color: blue;
  }
.footerText {
  font-family: Arial;
  font-size: 11px;
  font-style: italic;
  }
.mainText {
  font-family: Arial;
  font-size: 14px;
  }
.boldText {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  }
.boldLightText {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color:#dddddd;
  }
.pageTitle {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  }
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#eeeeee;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
