@import url(customClasses.css);
body
{
     background-color: #CBC39C;
     color: #666;
     background-image: none;
     background-repeat: no-repeat;
     font-family: arial, verdana, sans-serif;
     font-weight: normal;
	font-size: 14px;
     }

.Primary
{
     background: #FFF;
     color: #666;
     font-family: arial, verdana, sans-serif;
     font-weight: normal;
	font-size: 12px;
}
.PrimaryHeader
{
     background: #FFF;
     color: #666;
     font-family: arial, verdana, sans-serif;
     font-weight: bold;
	font-size: 12px;
}
.PrimaryBoldText
{
     background: #FFF;
     color: #666;
     font-family: arial, verdana, sans-serif;
     font-weight: bold;
	font-size: 12px;
}
.PrimaryEnlargedText
{
     background: #FFF;
     color: #666;
     font-family: arial, verdana, sans-serif;
     font-weight: normal;
     font-size: 14px;
}
.PrimaryReducedText
{
     background: #FFF;
     color: #666;
     font-family: arial, verdana, sans-serif;
     font-weight: normal;
     font-size: 11px;
}
.Secondary
{
     background-color: #663;
     color: #FFF;
     font-family: arial, sans-serif;
     font-size: 10pt;
     font-weight: normal;
}
.SecondaryHeader
{
     background-color: #663;
     color: #FFFFFF;
     font-family: arial, sans-serif;
     font-size: 12pt;
     font-weight: bold;
}
.SecondaryBoldText
{
     background-color: #663;
     color: #FFFFFF;
     font-family: arial, sans-serif;
     font-size: 10pt;
     font-weight: bold;
}
.SecondaryEnlargedText
{
     background-color: #663;
     color: #FFFFFF;
     font-family: arial, sans-serif;
     font-size: 12pt;
     font-weight: normal;
}
.SecondaryReducedText
{
     background-color: #663;
     color: #FFFFFF;
     font-family: arial, sans-serif;
     font-size: 8pt;
     font-weight: normal;
}
.Accent
{
     color: #003267;
     background-color: #D1B196;
     font-family: arial, verdana, sans-serif;
     font-weight: normal;
     font-size: 10pt;
}
.AccentHeader
{
     color: #003267;
     background-color: #D1B196;
     font-family: arial, verdana, sans-serif;
     font-weight: bold;
     font-size: 12pt;
}
.AccentBoldText
{
     color: #003267;
     background-color: #D1B196;
     font-family: arial, verdana, sans-serif;
     font-weight: bold;
     font-size: 10pt;
}
.AccentEnlargedText
{
     color: #003267;
     background-color: #D1B196;
     font-family: arial, verdana, sans-serif;
     font-weight: normal;
     font-size: 12pt;
}
.AccentReducedText
{
     color: #003267;
     background-color: #D1B196;
     font-family: arial, verdana, sans-serif;
     font-weight: normal;
     font-size: 8pt;
}
.Splash
{
     color: #000000;
     background-color: #000000;
     font-family: arial, verdana, sans-serif;
     font-size: 10pt;
     font-weight: bold;
}
.SplashHeader
{
     color: #000000;
     background-color: #000000;
     font-family: arial, verdana, sans-serif;
     font-size: 12pt;
     font-weight: bold;
}
.SplashBoldText
{
     color: #000000;
     background-color: #000000;
     font-family: arial, verdana, sans-serif;
     font-size: 10pt;
     font-weight: bold;
}
.SplashEnlargedText
{
     color: #000000;
     background-color: #000000;
     font-family: arial, verdana, sans-serif;
     font-size: 12pt;
     font-weight: normal;
}
.SplashReducedText
{
     color: #000000;
     background-color: #000000;
     font-family: arial, verdana, sans-serif;
     font-size: 8pt;
     font-weight: normal;
}
.GridRowOdd
{
     color: #000000;
     background-color: #FFFFFF;
     font-family: arial, verdana, sans-serif;
     font-size: 10pt;
     font-weight: normal;
}
.GridRowEven
{
     color: #000000;
     background-color: #DDDDDD;
     font-family: arial, verdana, sans-serif;
     font-size: 10pt;
     font-weight: normal;
}
.DefaultText
{
     color: #666;
     font-family: arial, verdana, sans-serif;
     font-size: 10pt;
     font-weight: normal;
}
.BoldText
{
     color: #666;
     font-family: arial, verdana, sans-serif;
     font-size: 10pt;
     font-weight: bold;
}
.EnlargedText
{
     color: #666;
     font-family: arial, sans-serif;
     font-size: 12pt;
     font-weight: normal;
}
.HeaderText
{
     color: #666;
     font-family: arial, sans-serif;
     font-size: 12pt;
     font-weight: bold;
}
.ReducedText
{
     color: #666;
     font-family: arial, sans-serif;
     font-size: 8pt;
     font-weight: normal
}
.HomebaseText
{
     color: #000000;
     background-color: #FFFFFF;
     font-family: arial, verdana, sans-serif;
     font-size: 12pt;
     font-weight: bold;
}
table.TableWithBorder,
td.TableWithBorder {
     background-color: #FFFFFF;
     border: #666 1px solid;
     color: #666;
     font-size: 10pt;
     font-weight: normal;
     empty-cells: show;
	border-collapse: collapse;
}
.TableWithBorderHeader
{
     background-color: #666;
     border: #666 1px solid;
     color: #FFFFFF;
     font-size: 14pt;
     font-weight: bold;
     empty-cells: show;
}
.Outline
{
     background-color: #666;
     border: #666 1px solid;
     color: #FFFFFF;
     font-size: 14pt;
     font-weight: bold;
     empty-cells: show;
}
.Error
{
     background-color: #666;
     color: #FF0000;
     font-size: 14pt;
     font-weight: bold;
}
.FormElementInput
{
     background-color: #FFFFFF;
     color: #000000;
     border-color: #666;
     border-width: 1px;
     font-weight: normal;
}
*html .FormButtons
{
	color: #FFF;
	background: #069;
	border: 3px double #069;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	margin: 2px 0px;
	padding: 0px 0px 1px 0px;
}
.FormButtons
{
	color: #FFF;
	background: #069;
	border: 3px double #FFF;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	margin: 2px 0px;
	padding: 0px;
}
a,
a:link,
a:visited 
{
	color: #069; 
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
a.menu
{
     text-decoration: none;
     color: #000000;
     font-family: arial, verdana, sans-serif;
     font-weight: bold;
     font-size: 10pt;
}
a.menu:link { color: #000000; }
a.menu:visited { color: #000000; }
a.menu:hover  { color: #003267; }
a.Gridmenu
{
     text-decoration: none;
     color: #E1EBF4;
     font-family: arial, verdana, sans-serif;
     font-weight: bold;
     font-size: 10pt;
}
a.Gridmenu:link { color: #E1EBF4; }
a.Gridmenu:visited { color: #E1EBF4; }
a.Gridmenu:hover  { color: #CFBEAD; }
a.Homebase
{
     text-decoration: none;
     color: #663;
     font-family: arial, verdana, sans-serif;
     font-weight: bold;
     font-size: 12pt;
}
a.Homebase:link { color: #663; }
a.Homebase:visited { color: #663; }
a.Homebase:hover  { color: #AE7F56; }
a.FormFileManagerFileList
{
     text-decoration: none;
     color: #000000;
     font-family: arial, verdana, sans-serif;
     font-weight: bold;
     font-size: 10pt;
}
a.FormFileManagerFileList:link{ color: #000000; }
a.FormFileManagerFileList:visited{ color: #000000; }
a.FormFileManagerFileList:hover
{
     color: #FFFFFF;
     background-color: #663;
}

