<?xml version="1.0" encoding="utf-16"?>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
	<SolidColorBrush x:Key="DefaultColor">#FF7006A5</SolidColorBrush>
	<SolidColorBrush x:Key="InfoColor">#FF7006A5</SolidColorBrush>
	<SolidColorBrush x:Key="DefaultCaptionColor">#FF7C6783</SolidColorBrush>
	<SolidColorBrush x:Key="HoverBackgroundColor">#FFE5E5E5</SolidColorBrush>
	<SolidColorBrush x:Key="PressedBackgroundColor">#FFE5D6ED</SolidColorBrush>
	<SolidColorBrush x:Key="DefaultDescriptionColor">#FF7C6783</SolidColorBrush>
</ResourceDictionary>