.text-white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.text-white a{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.text-gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-transform: none;
}

.text-gray a{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-transform: none;
}

.border {
	border: 1px solid #CCCCCC;
}
.border-top {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.text-blue {
	font-family: Impact;
	font-size: 24px;
	color: #3582C4;
}

.text-blue a{
	font-family: Impact;
	font-size: 24px;
	color: #3582C4;
}

.text-titles-gray {
	font-family: Impact;
	font-size: 24px;
	color: #5F5B5A;
	text-transform: uppercase;
}

.text-titles-gray a{
	font-family: Impact;
	font-size: 24px;
	color: #5F5B5A;
	text-transform: uppercase;
}

.text-blue-caps {
	font-family: Tahoma;
	font-size: 11px;
	color: #2674BC;
	text-transform: uppercase;
}

.text-blue-q {
	font-family: Tahoma;
	font-size: 11px;
	color: #2674BC;
}

.text-blue-q a{
	font-family: Tahoma;
	font-size: 11px;
	color: #2674BC;
}


.text-orange-caps {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF6600;
	text-transform: uppercase;
}
.border-bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.border-right {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

