.border_white {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D1E3F7;
	border-right-color: #D1E3F7;
	border-left-color: #D1E3F7;
}
.border_bar {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #D1E3F7;
	border-left-color: #D1E3F7;
}
.border_dark {

	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-left-color: #0099CC;
}
.border {
	border: 1px solid #3589C5;
}
.border_heading {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1977B7;
	font-family: Tahoma;
	font-size: 12px;
	color: #3589C5;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #6EC0FA;
	text-decoration: underline;
}


.maintext {
	font-family: Tahoma;
	font-size: 11px;
	color: #255F89;
	text-decoration: none;
}
