.border_top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6699cc;
	border-right-color: #6699cc;
	border-bottom-color: #6699cc;
	border-left-color: #6699cc;
}
.border_enclosed {
	border: 1px solid #6699cc;
}
.font_expanded_white {
	color: #FFFFFF;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #6699cc;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
    color: #6699cc;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
    color: #6699cc;
	text-decoration: underline;
	font-size: 11px;
}
a:active {
    color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a.alternative
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
a.alternative:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
a.alternative:hover
{
	color : #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
a.alternative:active
{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

.font_expanded_6699cc {

	color: #6699cc;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: bold;
}
.border_sides {
	border-top: 1px none #6699cc;
	border-right: 1px solid #6699cc;
	border-bottom: 1px none #6699cc;
	border-left: 1px solid #6699cc;
}
.border_top_grey {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
