.red_title {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
	color: #990000;
	font-weight: normal;
}
.red_title2
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.blue_link
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
.blue_faq_link
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}
.form_text {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.grey_text_bold {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.grey_text {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
}
.blue_text {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #336699;
	font-weight: normal;
}
.green_link {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #00CC66;
	font-weight: normal;
	text-decoration: underline;
}
.computer_text
{
	font-family: Courier;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
/* Text with right border */
.text_rb
{
	background: url("webimages/border-right.gif") right;
	background-repeat: repeat-y;
	padding-right: 30px;
}
/* Text with left border */
.text_lb
{
	background: url("webimages/border-left.gif") left repeat-y;
	padding-left: 20px;
}
/* No padding for graphics, left border */
.graphics_lb
{
	background: url("webimages/border-left.gif") left repeat-y;
}