BODY
{
	font-size: 12px;
	font-family: Verdana, Arial;
}
TD
{
	font-size: 12px;
	font-family: Verdana, Arial;
}
.Head, H1
{
	font: 16pt Verdana;
	font-weight: normal;
	color: #666644;
}
BODY.Report
{
	font-size: 12px;
	font-family: Verdana, Arial;
	background-color: ghostwhite;
	
}
.Hyperlink
{
	font-size: 14pt;
	color: blue;
	font-family: Arial;
	text-decoration: underline;
}

/*------------------------------misc styles----------------------------------*/
.DropDownList
{
	border-top-width: 2px;
	border-left-width: 2px;
	font-size: 12px;
	border-bottom-width: 2px;
	font-family: Verdana, Arial;
	position: absolute;
	background-color: #fff1c0;
	border-right-width: 2px;
}
.PageNav
{
	font-size: 10px;
	font-family: Verdana, Arial;
	position: absolute;
	color: blue;
}
.Button
{
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight:bold;
	height: 24px;
}
.Copyright
{
	font-size: 8pt;
	font-family: Arial;
	height: 20px;
	background-color: transparent;
	
}
.GroupHeading
{
	font-weight:bold;
	color: #330099;
	font-family: Verdana, Arial;
	position: absolute;
	height: 25px;
	background-color: lightgrey;
}

/*------------------------------end misc styles--------------------------------*/

/*---------------------------------text boxes----------------------------------*/
.Text
{
	font-size: 12px;
	font-family: Arial, Verdana;
	height: 20px;
	background-color: white;
}
.TextOne
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 12px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-family: Arial, Verdana;
	height: 20px;
	background-color: white;
}
.TextReadOnly
{
	font-size: 12px;
	font-family: Arial, Verdana;
	height: 20px;
	background-color:Gainsboro;
}
.TextNumber
{
	font-size: 12px;
	font-family: Arial, Verdana;
	height: 20px;
	background-color: white;
	text-align: right;
}
.TextHeading
{
	border-right: moccasin 1px inset;
	border-top: moccasin 1px inset;
	font-size: 8pt;
	border-left: moccasin 1px inset;
	border-bottom: moccasin 1px inset;
	font-family: Arial, Verdana;
	height: 15px;
	background-color: moccasin;
	text-align: center;
}
.TextNumberRO
{
	font-size: 12px;
	font-family: Arial, Verdana;
	height: 20px;
	background-color:Gainsboro;
	text-align: right;
}
/*---------------------------------end text boxes------------------------------*/


/*-----------------------Begin page title--------------------------------------*/

.TitlePanel
{
	border-right: navy 2px outset;
	margin: 0px;
	border-left: navy 2px outset;
	width: 757px;
	border-bottom: navy 2px outset;
	font-family: Verdana, Arial;
	position: absolute;
	height: 26px;
	background-color: gainsboro;
	text-align: center;
}
.TitleDiv
{
	border-top: #b39b59 2px inset;
	border-right: #b39b59 2px inset;
	font-size: 13px;
	border-left: #b39b59 2px inset;
	border-bottom: #b39b59 2px inset;
	font-family: Verdana, Arial;
	background-color: whitesmoke;
	border-color: gainsboro;
}
.TitleLabel
{
	font-size: 13px;
	color: navy;
	font-family: Verdana, Arial;
	background-color: whitesmoke;
	text-align: center;
}	
.LabelCenter
{
	font-size: 13px;
	background-color: gainsboro;
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
}	

/*-----------------------End page title--------------------------------------*/

/*----------------------html grid layout-------------------------------------*/
.MainDiv
{
	background-color:whitesmoke;
	font-size:12px;
	font-family: Verdana, Arial;
    border-style: outset;
    border-width:thin;
}
.HomeDiv
{
	font-size:12px;
	font-family: Verdana, Arial;
}
.TextDiv
{
	font-size:14px;
	font-family: Verdana, Arial;
}
.MainTitleDiv
{
	background-color:whitesmoke;
	font-size:22px;
	font-family: Verdana, Arial;
	font-weight:bold;
}
.BigLetterDiv
{
	background-color:whitesmoke;
	font-size:16px;
	font-family: Verdana, Arial;
    border-style: outset;
    border-width:thin;
}
.ChildDiv
{
	background-color:gainsboro;
	font-size:12px;
	font-family: Verdana, Arial;
    border-style: outset;
    border-width:thin;
}
/*----------------------end html grid layout---------------------------------*/

/*----------------------Begin Datagrid Styles--------------------------------*/

.DGBackground
{
	border-right: 3px double;
	border-top: 3px double;
	border-left: 3px double;
	border-bottom: 3px double;
	background-color: #ffffff;
	border-color: darkgray;
}
.DGHeaderStyle
{
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 3px;
	color: black;
	padding-top: 3px;
	font-family: Verdana, Arial;
	background-color: darkgray;
}
.DGPagerStyle
{
	font-weight: bold;
	font-size: 16pt;
	padding-bottom: 3px;
	color: black;
	padding-top: 3px;
	font-family: Verdana, Arial;
	background-color: darkgray;
	text-align: center;
}
.DGAltItemStyle
{
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #e6e4dc;
}
.DGItemStyle
{
	padding-bottom: 2px;
	padding-top: 2px;
	/*height: 20px;*/
}
.DGEditItemStyle
{
	/*height: 20px;*/
}
.DGSelItemStyle
{
	padding-bottom: 2px;
	padding-top: 2px;
	color: white;
	background-color: dimgray;
}
.DGFooterStyle
{
	/*height: 20px;*/
}

/*-------------------------------End Datagrid Styles-------------------------*/


/*--------------other stuff left for example only----(ms starter kit)--------*/
/* ie, none of these styles are used as of 7/8/03.---------------------------*/

.HeaderStyleLabel
{
	border-right: 2px inset;
	border-top: 2px inset;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	border-left: 2px inset;
	border-bottom: 2px inset;
	font-family: Verdana, Arial;
	letter-spacing: 1px;
	height: 20px;
	background-color: dimgray;
	text-align: center;
	color: white;
} 
TD.Separator
{
	background-color: #fffdf4;
}

.ItemStyle
{
	font-size: 10px;
	font-family: Verdana, Arial;
}
.ItemStyleRight
{
	font-size: 10px;
	font-family: Verdana, Arial;
	text-align: right;
}
.ItemStyleRightBold
{
	font-size: 10px;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-align: right;
}
.Header
{
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.HeaderStyleLabel
{
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: Black;
	text-transform: none;
} 
.HeaderStyleText
{
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: Black;
	text-transform: none;
} 

.HeaderStylex
{
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: white;
	border-bottom: #636363 thin solid;
	font-family: Verdana, Arial;
	background-color: #3333cc;
}
.HeaderStyleRight
{
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	background-color: #99A992;
	color: White;
	text-transform: none;
	border-bottom: thin solid #636363;
	text-align: right;
}
.FooterStyle
{
	border-top: thin solid #636363;
	font-weight: bold;
	background-color: #DADAC8;
	color: #636363;
	font-size: 10px;
}
.FooterStyleRight
{
	border-top: thin solid #636363;
	font-weight: bold;
	background-color: #DADAC8;
	color: #636363;
	font-size: 10px;
	text-align: right;
}
.FooterStyleRightBold
{
	border-top: thin solid #636363;
	font-weight: bold;
	background-color: #DADAC8;
	color: black;
	font-size: 10px;
	text-align: right;
}
.Content
{
	background-color: #FFF1C0;	
}

.PagerHier
{
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #636363;
	font-size: 10px;
}

.Selected
{
	font-size: 10px;
	color: beige;
	background-color: #FFF8DF;
}
A:link, A:visited
{
/*	font-size: 11px;*/
	color: blue;
	text-decoration: none;
}

A:active, A:hover
{
	color: #990000;
	text-decoration: underline;
}

A.hier:link
{
	font-size: 11px;
	color: black;
	font-weight: bolder;
	text-decoration: underline;
}
A.hier:visited
{
	font-size: 11px;
	color: #666666;
	font-weight: bolder;
	text-decoration: underline;
}

A.hier:active, A.hier:hover
{
	color: #CC6600;
	font-weight: bolder;
	text-decoration: underline;
}
.mainlink
{
	font-size: 14px;
	font-weight: bold;
	color: #999966;
	text-decoration: none;
	text-transform: uppercase;
}
A.mainlink:link, A.mainlink:visited
{
	font-size: 14px;
	font-weight: bold;
	color: #999966;
	text-decoration: underline;
	text-transform: uppercase
}
A.mainlink:active, A.mainlink:hover
{
	color: #990000;
	text-decoration: underline;
	text-transform: uppercase;
}
.Title
{
	color: #FFFDF4;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
}
.textbold 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}
.red 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #990000;
}
A.red:active, A.red:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #990000;
	text-decoration: underline;
}
A.red:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #996666;
	text-decoration: underline;
}
.ReportTitle 
{
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	text-transform: uppercase;
}

div.code
{
	width: 90%;
	font-family: "lucida console";
	padding: 20px;
}
.HeadBg
{
	background-color: darkred;
}
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: darkred;
}
.Normal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
P, .NormalIndent
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
}
.HeadSeparator
{
	background-color: #9D0000;
}
.LogoBG
{
	background-color: Black;
}
.Select
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: thin solid #636363;
	text-transform: none;
}
.bold
{
	font-weight: bold;
}
.ColoredOrder
{
	font-weight: bold;
	color: #99A992;
}

