﻿.generalText
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

.dialog
{
	background-color: #f1efe2;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

.panel
{
	background-color: #f1efe2;
	border: 2px white outset;
}

.separator
{
	background-color: #f1efe2;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: #d4d0c8 1px solid;
	border-right: #d4d0c8 1px solid;
	cursor: w-resize;
}

