/* light-blue = CEE3F4 */
.arrow-button.light-short{
	background: transparent url('/Style/images/light-blue2-button-100.png') no-repeat center;
	color: #566573;
}
.arrow-button.light-medium{
	background: transparent url('/Style/images/light-blue2-button-150.png') no-repeat center;
	color: #566573;
}
.arrow-button.light-long{
	background: transparent url('/Style/images/light-blue2-button-200.png') no-repeat center;
	color: #566573;
}
.arrow-button.light-huge{
	background: transparent url('/Style/images/light-blue2-button-250.png') no-repeat center;
	color: #566573;
}
/* Dark-blue = 004D77 */
.arrow-button.dark-short{
	background: transparent url('/Style/images/dark-blue2-button-100.png') no-repeat center;
	color: #BBCFCD;
}
.arrow-button.dark-medium{
	background: transparent url('/Style/images/dark-blue2-button-150.png') no-repeat center;
	color: #BBCFCD;
}
.arrow-button.dark-long{
	background: transparent url('/Style/images/dark-blue2-button-200.png') no-repeat center;
	color: #BBCFCD;
}
.arrow-button.dark-huge{
	background: transparent url('/Style/images/dark-blue2-button-250.png') no-repeat center;
	color: #BBCFCD;
}
.top-area{
	background-color:#CEE3F4;
}
#dynamic-content-area-padding{
	background-color:#CEE3F4;
}
.NavFooter TH{
	background-color:#004D77;
}
.NavFooter TD{
	background-color:#CEE3F4;
}
#dynamic-content-area-background{
	background-color:#004D77;
}
#dynamic-content-area-navigation TABLE A{
	color: #004D77;
	text-decoration: underline;
}
#dynamic-content-area-navigation TABLE A:hover{
	color: #566573;
}
TABLE TR TD{
	background-color: #CEE3F4;
}
TABLE TH{
	background-color: #004D77;
}
/*Added for building_guides.html page links*/
/*
#dynamic-content-area UL LI A
{
	color: #494848;
	font-weight: bold;
}
*/
#dynamic-content-area UL LI A:hover
{
	color: #004D77;
}
#slider-area-content-text
{
        background-color: #CEE3F4;
}
