.CompanyTitle
{
	font-weight: bold;
	font-size: 20pt;
	font-style: Bold;
	font-family: 'Bookman Old Style';
}
.smallFont
{
	font-size: 7pt;
	font-family: Arial;
}
.StdFont
{
	font-size: 9pt;
	font-family: Arial;
	color: gray;
}
.PageTitle
{
	font-weight: bold;
	font-size: 16pt;
	font-style: italic;
	font-family: Arial;
}
.SubTitle
{
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	font-family: 'Bookman Old Style';
}
.Label
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
}
.Button
{
	font-size: 9pt;
	font-family: Arial;
}
.StdFontRed
{
	font-size: 9pt;
	color: red;
	font-family: Arial;
}

.StdFontBlue
{
	font-size: 9pt;
	color: blue;
	font-family: Arial;
}
.stdFontGreen
{
	font-size: 9pt;
	color: green;
	font-family: Arial;
}
.gridHeader
{
	border-right: silver 2px groove;
	border-top: silver 2px groove;
	font-weight: bold;
	font-size: 9pt;
	border-left: silver 2px groove;
	color: white;
	border-bottom: silver 2px groove;
	font-family: Arial;
	background-color: #330000;
}
.gridAlt
{
	font-size: 8pt;
	color: navy;
	font-family: Arial;
	background-color: papayawhip;
}
.gridItem
{
	font-size: 8pt;
	color: navy;
	font-family: Arial;
}
.gridEdit
{
	font-size: 8pt;
	color: navy;
	font-family: Arial;
	background-color: #ffff99;
}
.gridPager
{
	font-size: 8pt;
	color: Black;
	font-family: 'Century Gothic';
}

.ReadOnly
{
	font-size: 9pt;
	font-family: Arial;
	background-color: gray;
}
.gridStdFont
{
	font-size: 9pt;
	font-family: Arial;
}
.menustyle 
{ 
	font-size: 10pt; 
	font-family: Verdana; 
	color: #ffffff; 
	background-color: #000000; 
	font-weight: bold; 
	cursor: default
}
.MenuUnSelectedItem
{
	border-right: silver 1px ridge;
	border-top: silver 1px ridge;
	font-weight: bold;
	font-size: 10pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0000FF,endColorStr=#00FFFF);
	border-left: silver 1px ridge;
	color: white;
	border-bottom: silver 1px ridge;
	font-family: 'Century Gothic';
}

.MenuSelectedItem
{
	border-right: silver 1px groove;
	border-top: silver 1px groove;
	font-weight: bold;
	font-size: 10pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffff99,endColorStr=#ffffcc);
	border-left: silver 1px groove;
	border-bottom: silver 1px groove;
	font-family: 'Century Gothic';
}

.TextField
{
	border: gray 1px solid;
}

.Description
{
	border: silver 1px solid;
	padding: 4px;
	width: 600px;
	text-align: left;
}

.stdButton
{
	cursor: hand;
	width: 120px;
	height: 40px;	
}

.stdButtonMOver
{
	cursor: hand;
	width: 120px;
	height: 40px;
	filter: alpha(opacity=50);
	position: relative;
	top: 1px;
	left: 1px;
}