body
{
	font-size: 12px;
	margin: 0px;
	color: black;
	font-family: Arial, Verdana;
	background-color: white;
}

TABLE.Grid
{
	border-right: #cc9966 1px solid;
	border-top: #cc9966 1px solid;
	font-size: 12px;
	margin: 0px;
	border-left: #cc9966 1px solid;
	border-bottom: #cc9966 1px solid;
	font-family: Arial, Verdana;
}

TABLE.Edit
{
	font-size: 12px;
	margin: 0px; /*width: 100%;*/
	border-top-style: none;
	font-family: Arial, Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
	text-align: center;
	border-bottom-style: none;
}

CAPTION
{
	font-size: 15px;
	color: #CD9332;
	font-weight: bold;
	margin: 0px;
	border-top-style: none;
	font-family: Arial, Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
	text-align: left;
	border-bottom-style: none;
}

TR.LogoHeader
{
}

THEAD
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffcc;
	font-family: Arial, Verdana;
	background-color: #990000;
}

TD
{
	font-size: 12px;
	vertical-align: top;
	font-family: Arial, Verdana;
}

TD.Field
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: right;
}

TD.Value
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: left;
}

Fieldset
{
	border-color: Maroon;
}

Legend
{
	color: Black;
	font-weight: bold;
}

HR
{
	color: #DAAD69;
}

A
{
	font-weight: bold;
	font-size: 8pt;
	color: #ca2313;
	text-decoration: underline;
}

A:visited, A:hover
{
	color: #CD9332;
}

A.nav:visited, A.nav:hover, A.nav
{
	color: maroon;
}

.DHTMLMenuLink
{
	color: #CD9332;
	text-decoration: none;
}

ITextArea, .ISELECT, OPTION, .ITextBox
{
	border-right: #c0c0c2 1pt solid;
	border-top: #c0c0c2 1pt solid;
	font-size: 10pt;
	border-left: #c0c0c2 1pt solid;
	border-bottom: #c0c0c2 1pt solid;
	font-family: Arial, Verdana;
	background-color: #f8f0e3;
	width: 200px;
}

.ICheckBox, .IRadio, SELECT, TextArea
{
	border-right: #c0c0c2 1pt solid;
	border-top: #c0c0c2 1pt solid;
	font-size: 10pt;
	border-left: #c0c0c2 1pt solid;
	border-bottom: #c0c0c2 1pt solid;
	font-family: Arial, Verdana;
	background-color: #f8f0e3;
}

H1
{
	color: #5f5f5f;
	font-family: Arial, Verdana;
}

H2
{
	font-weight: normal;
	font-size: 10pt;
	text-transform: capitalize;
	color: #cc9231;
	font-family: Arial, Verdana;
}

.NewsLetterArticle
{
	font-weight: bold;
	font-size: 11pt;
	text-transform: capitalize;
	text-indent: 6pt;
	color: #cc9231;
	font-family: Arial, Verdana;
}

.NewsLetterContent
{
	margin-left: 6pt;
}

.HeaderStyle
{
	font-weight: bold;
	vertical-align: top;
	color: white;
	font-family: Arial, Verdana;
	background-color: maroon;
	text-align: center;
}

.FooterStyle
{
}

.ItemStyle
{
	vertical-align: top;
	text-align: center;
}

.AlternatingItemStyle
{
	vertical-align: top;
	background-color: #efefef;
	text-align: center;
}

.EditItemStyle
{
	text-align: center;
}

.SelectedItemStyle
{
}

.PagerStyle
{
	text-align: right;
}

.ValidationErrorMessage
{
	font-weight: normal;
	font-size: 12px;
	color: red;
	font-family: Arial, Verdana;
}

.ErrorMessage
{
	font-weight: bold;
	font-size: 12px;
	color: #ca2313;
	font-family: Arial, Verdana;
	text-align: left;
}

.Message
{
	font-weight: bold;
	font-size: 12px;
	color: green;
	font-family: Arial, Verdana; /*	text-align: center; 	width: 100%;*/
}

.ExplanatoryMessage
{
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Verdana;
}

.ImportantMessage, .NoOfApplicationPending
{
	color: #ca2313;
}

.RptRepName
{
	font-weight: bold;
}

.PageTitle
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: capitalize;
	color: maroon;
	font-family: Arial;
}

.HeaderBar
{
	background-color:#daae67;
}

.InVisible
{
	display: none;
}