body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.line_hori {
	background-image: url(../images/line_hori_bg.gif);
	background-repeat: repeat-x;
	height: 9px;
}
.line_vert {
	background-image: url(../images/line_vert_bg.gif);
	background-repeat: repeat-y;
	width: 9px;
}
.line_vert_blank {
	width: 9px;
}
.line_cross {
	background-image: url(../images/cross.gif);
	background-repeat: none;
	width: 9px;
	height: 9px;
}
.line_vert2 {
	background-image: url(../images/line_vert2_bg.gif);
	background-repeat: repeat-y;
	width: 9px;
}
.col_left {
	width: 297px;
}
.col_right {
	width: 183px;
}
.col_mid {
	width: 422px;
}
.col_flashleft {
  background-image: url(../images/line_leftflashbg.gif);
	background-repeat: repeat-y;
	width: 334px;
}
.col_flashmid {
	width: 394px;
}
.contentbox {
  vertical-align: top;
	padding: 10px 10px 10px 10px;
}
.footerbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.pagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}
.taglinetext {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
.highlightlink {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}
.highlightlink:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}
.highlightlink:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}
.highlightlink:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}