/*
Dark Blue= #033053
Green = #7D830C */
.sidebarText
{
	COLOR: #ffffff;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    background: #033053;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    text-align:right; 
    text-decoration: none;          
}

.footerTitleText
{
	COLOR: #ffffff;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    text-decoration: underline;
    background: 7D830C;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    text-align:center;           
  
}
.footerText
{
	COLOR: #ffffff;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    background: 7D830C;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    text-align:left;   
    cursor:hand;
}

.footerMouseOver
{
	COLOR: #ffff00;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    background: #7D830C;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    text-align:left;   
    cursor:hand;
}
.titleHeader
{
	color: #033053;
	FONT-WEIGHT: normal;
	font-size: 25px; 
	font-family: arial;	
}

.textHeader
{    color: #033053;
	 font-weight: bold;
	 font-size: 12px; 
	 font-family: arial
}
/*P a:link    {
  /* Applies to all unvisited links 
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            black;
  } 
P a:hover   {
  /* Applies to links under the pointer 
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            #7D830C;
  } 
*/
body
{
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
}	
.BodyClass
{
	background-color: #e6e5d9;
}
.MainContent
{
	background-color: #FFFFFF;
}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
} 
a:visited {
  /* Applies to all visited links */
  text-decoration: none;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
/*  color:           yellow;
  background-color: #033053;  Don't default to such a strongly styled color/deco.  If we need strong styling, use a specific class for it */
  } 
.grdTable 
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 10px;
    MARGIN: 0px;
    BORDER-LEFT: black 1px solid;
    COLOR: 033053;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #F4F3E7;
}

.grdTableAlt
{
	BACKGROUND-COLOR: #E6E5D9;	
}
.grdTableEdit
{
	BACKGROUND-COLOR: #C0C099;	
}
.grdTableHeader
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #003053;
    border-width: 0;
}
.grdTableLink
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: 033053;
	font-size: 10px;
	text-decoration: none;
}
.grdTableHeaderLightGreen
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #C9CC99;
    border-width: 0;
}
.font12px
{
	font-size:12px;
}

.font10pt
{
	font-size:10pt;
}

.textRegular
{
	font-size:12px;
	color: #033053;
}
.loginTable 
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 12px;
    font-weight: bold;
    MARGIN: 0px;
    BORDER-LEFT: black 1px solid;
    COLOR: 033053;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #F4F3E7;
}

.loginhelp
{
    FONT-SIZE: 10px;
    COLOR: #033053;
    TEXT-DECORATION: none
}
