﻿<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
	<SolidColorBrush x:Key="ForegroundNormal" Color="#FF204BD1" />
    <SolidColorBrush x:Key="ForegroundHover" Color="#FF4576FF" />
    <SolidColorBrush x:Key="ForegroundPressed" Color="#FF4DA6FF" />
    <SolidColorBrush x:Key="FocusVisualBrush" Color="#FF4DA6FF" />

	<SolidColorBrush x:Key="BackgroundDefaultNormal">#FF204BD1</SolidColorBrush>
    <SolidColorBrush x:Key="BackgroundDefaultHover">#FF4576FF</SolidColorBrush>
    <SolidColorBrush x:Key="BackgroundDefaultPressed">#FF4DA6FF</SolidColorBrush>
	
	<Color x:Key="DefaultShadowColor">#FF00064F</Color>
</ResourceDictionary>