﻿body {
}

.GenLabelBig
{
	font-size:17px;
	font-family:'Verdana';
	font-weight:bolder;
	color:#990000;
}

.GenLabel
{
	font-family:'Verdana';
	font-weight:bold;
	color:#999285;
}

.GenButtonBig
{
	background-color:#991C1E;
	color:#D0D0C3;
	font-size:14px;
	font-weight:bold;
	font-family:'Verdana';
	width:172px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
.GenButton
{
	background-color:#991C1E;
	color:#D0D0C3;
	font-size:12px;
	font-weight:bold;
	font-family:'Verdana';
	cursor:pointer;
}

/*****************************************/

.GenText
{
	font-family:'Verdana';
	font-weight:bold;
	color:#999285;
}

