﻿
/* begin define basic colors for this theme */

/* apply the color1 style to some elements to override styles in the default stylesheet */
.color1, a.color1, a:hover.color1, a:visited.color1, 
.global_subhead, .global_page_title_header, .sidebar_heading,
.global_sidebar_header, .global_subhead a, .global_subhead a:visited, .global_subhead a:hover    
{ 
	color: #0288b7; 
}
.color2   
{ 
	color: #006b91; 
}

.bgcolor1 
{ 
	background-color: #0288b7; 
}

.bgcolor2, .global_left_nav_top_subbar 
{ 
	background-color: #006b91; 
}


.border_color1
{
    border-color: #0288b7; 
}

.border_color2
{
    border-color: #006b91; 
}

/* end define basic colors for this theme */

