BODY
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #FFFFFF;
}
TD
{
	font-family : Verdana, Geneva, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
TH
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;	
}
INPUT
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
TEXTAREA
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
SELECT
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.inputDisabled
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background : InactiveBorder;
}
A {
	text-decoration: none;
	color: #000099;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:Visited {
	text-decoration: none;
	color: #000099;
}

A:Hover {
	text-decoration: underline;
	color: #000099;
}
.error
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
	font-size: 11px;
	font-weight : bold;
}
.required
{
	color : Red;
	font-weight : bold;
}
.label01
{
	font-weight : bold;
}
.bgcolor01
{
	background : #FFFFFF;
}
.bgcolor02
{
	background : #EAEDE6;
}
.bgcolor03
{
	background : #778899;
}
.header, .tableHeader
{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight : bold;
}
.tableHeaderBigger
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight : bold;
}
.tableHeaderBigger14
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight : bold;
}
.boldWhiteText
{
    color : #ffffff;
    font-weight : bold;
}
a.whitelink:link { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bolder; }
a.whitelink:visited { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bolder; }
a.whitelink:hover { text-decoration: underline; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bolder; }

a.graylink:link { text-decoration: none; color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: normal; }
a.graylink:visited { text-decoration: none; color: #333333; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: normal; }
a.graylink:hover { text-decoration: none; color: white; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: normal; }


/* TA Menu styles */

DIV.taMenu
{
   float            : left;
   width            : 100%;
   background       : #FFFFFF url(../../assets/images/taMenuBorder.gif) repeat-x bottom;
   font-size : 10px;
}

DIV.taMenu UL
{
   margin           : 0px;
   padding          : 0px;
   list-style       : none;
   font-size : 10px;
}

DIV.taMenu LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
   font-size : 10px;
}

DIV.taMenu A
{
   float            : left;
   background       : url(../../assets/images/taMenuRight.gif) no-repeat right top;
   border-bottom    : 1px solid #84B0C7;

   font-size : 10px;
   font-weight      : bold;
   text-decoration  : none;
}

DIV.taMenu A.smallBusiness
{
   background       : url(../../assets/images/sbMenuRight.jpg) no-repeat right top;
   font-size : 10px;
}

DIV.taMenu A:hover
{
   background-position: 100% -150px;
   font-size : 10px;
}

DIV.taMenu A:link, DIV.taMenu A:visited,
DIV.taMenu A:active, DIV.taMenu A:hover
{
   color            : #115E94;
   font-size : 10px;
}

DIV.taMenu SPAN
{
   float            : left;
   display          : block;
   background       : url(../../assets/images/taMenuLeft.gif) no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
   font-size : 10px;
}

DIV.taMenu SPAN.smallBusiness
{
   background       : url(../../assets/images/sbMenuLeft.jpg) no-repeat left top;
   font-size : 10px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.taMenu SPAN {float : none;}
/* End IE5-Mac hack */

DIV.taMenu A:hover SPAN
{
   background-position: 0% -150px;
   font-size : 10px;
}

DIV.taMenu LI#current A
{
   background-position: 100% -150px;
   border-width     : 0px;
   font-size : 10px;
}

DIV.taMenu LI#current SPAN
{
   background-position: 0% -150px;
   padding-bottom   : 6px;
   font-size : 10px;
}

TD.taMenu
{
   padding-top       : 7px;
   vertical-align    : bottom;
   white-space       : nowrap;
   font-size : 10px;
}

