@import url("global.css");
body
{
	font-family:Trebuchet MS;
	color:#666666;
	text-decoration:none;
	font-size:smaller;
}
A.main
{
	font-family:Trebuchet MS;
	color:#4f0461;
	text-decoration:none;
	font-weight:bold;
	font-size:x-small;
}
A.App
{
	font-family:Trebuchet MS;
	color:#4f0461;
	text-decoration:none;
	font-size:xx-small;
}
.Controls
{
	border:none;
	font-family:Trebuchet MS;
	color:#4f0461;
	font-size:xx-small;
}
TABLE.main
{
	font-size:x-small;
	color: #4f0461;
	font-family: Trebuchet MS;
	text-decoration: none;
}
	
TH.main
{
	color:#4f0461;
	font-family:Trebuchet MS;
	font-size:large;
}
TABLE.source
{
	font-weight:normal;
	font-size:x-small;
	color:#4f0461;
	font-family: Trebuchet MS;
	text-decoration: none;
	text-align:center;
}
TH.source
{
	color:#4f0461;
	font-weight:bold;
}
A.source
{
	text-decoration:none;
	color:#4f0461;
}
.Fields
{
	font-weight:bold;
	color:#4f0461;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	/*background-color:#F1F0EC;*/
}
.Disabled
{
	color:Gray;
	font-family: 'Trebuchet MS';
}
.Values
{
	color:#4f0461;
	font-family: 'Trebuchet MS';
	font-size: 14px;
}
.LinkButtons
{
	color:#4f0461;
	font-family: Trebuchet MS;
	font-size: 12px;
}

.Buttons
{
	background:#4f0461;
	border-bottom-color:Purple;
	border-right-color:Purple;
	border-left-color:#c584fc;
	border-top-color:#c584fc;	
	color: white;
	font-family: 'Trebuchet MS';
}
.TBs
{
	background:#c4b5c8;
}
.LBs
{
	font-family:Trebuchet MS;
	text-decoration:none;
	font-size:xx-small;
	color: #4f0461;
}
.Heading
{
	font-family:Trebuchet MS;
	font-weight:bold;
	text-decoration:none;
	font-size:small;
	color:4f0461;
}

TABLE.App
{
	font-weight: bold;
	font-size: x-small;
	color: #4f0461;
	font-family: Trebuchet MS;
	text-decoration: none;
	background-color:Silver;
}
.input
{
	border-style:none;
	text-align:center;
	color: #4f0461;
	font-family: Trebuchet MS;
}
.smallbits
{
	font-weight:normal;
	font-size:xx-small;
	color:#4f0461;
	font-family: Trebuchet MS;
	text-decoration: none;
	text-align:center;
}
.mediumbits
{
	font-weight:normal;
	font-size:x-small;
	color:#4f0461;
	font-family: Trebuchet MS;
	text-decoration: none;
}
.disabledCB
{
	background-color:White;
	color:#330066;
}

.Sections
{
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 16px;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	background-color: #eeeeee;
	padding: 15px 15px 15px 15px
}

.Item
{
	border-bottom: solid 1px #cccccc;
}

