A
{
	COLOR: #748AAF;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}
A:hover
{
	COLOR: #748AAF;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}

/* FOR POP UP JAVASCRIPT ToolBar MENU!

   MenuItem is in HERE twice because of the 
   POP out indicator ">" on the drop menus.
   We are using the same styles for anchor
   tags too.  1 for text, A.2 for anchors.
*/ 
.MenuItem
{
	color : #ffffff;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	
}
.ItemBorder{
	border-left : 1px solid #000033;
	border-right : 1px solid #003333;
	border-bottom : 1px solid #000033;
}
A.MenuItem
{
	color : #ffffff;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	
}
A.MenuItem:hover
{
	color : #fed54e;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

/* 
  Pretty much everyhting else...
  The entire look and feel for the website! BUBBa!
*/
.Head
{
	color : #550022;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight : bold;
	text-decoration : none;
}
.SubHead
{
	color : #550022;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	text-decoration : none;
}
.MaintHeader
{
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight : bold;
	text-decoration : none;
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	PADDING-TOP: 10px;
}
.NormalText
{
	color : #555555;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : normal;
	text-decoration : none;
}
.NormalTextLink
{
	color : #0000CC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
}
A.NormalTextLink:hover
{
	color : #550033;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
}
.tblHeading
{
	color : #ffffff;
	background-color:#990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

.cntfrmText
{
	color : #444444;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : normal;
	text-decoration : none;
}
.InputBoxLabel
{
	color : #660033;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : normal;
	text-decoration : none;
}
.InputRequired
{
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	text-decoration : none;
}
.NotifyText
{
	color : #550033;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : normal;
	text-decoration : none;
}

/* LOGGED IN (Portal) User Menu Text */
.MenuHeading
{
	color : #550033;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
	text-decoration : none;
}
.MenuLink
{
	color : #550033;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
}
A.MenuLink:hover
{
	color : #ff0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
}

/* Datagrid Look and Feel */
.dgHeader
{
    font-family: Verdana, Helvetica, sans-serif;
	color:#ffffff;
    background-color: #220055;
    font-size: 8pt;
    font-weight:bold;
}
.dgFooter
{
    font-family: Verdana, Helvetica, sans-serif;
	color:#000000;
    background-color: #bFbFbF;
    font-size: 8pt;
    font-weight:bold;
}
.dgItem
{
    font-family: Verdana, Helvetica, sans-serif;
	color:#000033;
    background-color: #F8F8F8;
    font-size: 8pt;
    font-weight:normal;
}
.dgAlternateItem
{
    font-family: Verdana, Helvetica, sans-serif;
	color:#000033;
    background-color:#EFEFEF;
    font-size: 8pt;
    font-weight:normal;
}

