.text-bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
a.text-bold:hover {
	font-family: Arial;
	font-size: 11px;
	color: #5C91BD;
}
a.text-bold:link {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
a.text-bold:visited {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.text {
	font-family: Arial;
	font-size: 11px;
	color: #444444;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a.text:hover {
	font-family: Arial;
	font-size: 11px;
	color: #5C91BD;
	text-decoration: none;
}
a.text:link {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
a.text:visited {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}

.text-blod-italic {
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.border {border:1px solid #b7e0ff;}
.framedimg {display:block;}

.desc {
	font-family: Arial;
	font-size: 11px;
	color: #5D93C1;
}
.white-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.sub-title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #6A9BC0;
}
.text-italic {
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	font-weight: normal;
}
.text-nobox {
	font-family: Arial;
	font-size: 11px;
	color: #444444;
	padding: 0px;
}
