﻿body
{
margin: 0;
background-color: #B7B7B7;
font-family: sans-serif;
font-size: 12px;
}

.Title
{
	color:#F7F6F3;
	background-color:#2E353D;
	font-weight:bold;
	height:2em;
	font-family: sans-serif;
	font-size: 14px;	
}

.Label
{
	color:#2E353D;	
	font-weight:bold;
	height:2em;
	font-family: sans-serif;
	font-size: 12px;	
}

.Button
{
	color:#F7F6F3;
	background-color:#2E353D;
	height:2em;
	font-family: sans-serif;
	font-size: 12px;	
}

