.border {
	border: 1px solid #005981;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005981;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005981;
}
.border_bottom {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005981;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #005981;
	border-bottom-color: #005981;
}
.blue_bold_text {
	font-weight: bold;
	color: #005980;
}
.medheadingwhite {
	color: #FFFFFF;
}

#nav_lines {
	background-image: url(images/nav_line.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#666666;

}
a.link:link, a.link:visited {
	color: #0000FF;
	text-decoration: underline;
	
}
a.link:hover {
	color: #FFFFFF;
	text-decoration: none;
   
}
a.clink:link, a.clink:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;   
}
a.clink:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;   
}
.underline_bold {
	font-weight: bold;
	text-decoration: underline;
}
.blue_bold_text_header {
	font-weight: bold;
	font-size: 125%;
}
.speaker_small {
	font-size: 80%;
}
.speaker_small2 {
	font-size: 11px;
}
.speaker_gray {
	color: #005981;
}
.speaker_gray2 {
	color: #005981;
	font-size: 11px;
}
