.normal {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.bold {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.boldblue {
	font-size: 16px;
	font-weight: bold;
	color: #330099;
}
.orderblue {
	font-size: 18px;
	font-weight: bold;
	color: #330099;
}
.smallblack {
	font-size: 13px;
	color: #000000;
	font-style: italic;
}
.boldul {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.boldred {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.boldredul {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.bigheading {
	font-family: "Arial Narrow", Arial, Courier;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.bigheadingul{
	font-size: 36px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.links {
	font-size: 12px;
	font-weight: normal;
	color: #0000CC;
	background-color: #C4C4FF;
	text-align: center;
	padding: 2px;
}
.links a
{
	text-decoration: none;
}
body {
	background-image: url();
	background-color: #C4C4FF;
	font-family: "Arial Narrow", Arial, Courier;
}
.signup {
	font-size: 9pt;
	color: #000000;
	padding:5px;
}
.signup_small {
  font-size: 8pt;
  color: #000000;
  padding:5px 10px;
}
#popupcontent{
      position:fixed;
      visibility: hidden;
      overflow: hidden;
      border:1px solid #CCC;
      background-color:#FFFFCC;
      border:1px solid #333;
      padding:5px;
}
.boldredullarge {

	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.testimonial {
background-color:#E6EFF9;
border:1px solid #CCCCCC;
font-family: "Arial Narrow", Arial, Courier;
padding:20px;
}
