body           {
                background-color: white; 
				font-family: arial, verdana, helvetica; 
				font-size: 12px; 
				color: black;
				margin-left:0px;
				margin-right:0px;
				margin-top:0px;
				margin-bottom:0px
			   }
			   
td             {font-size: 12px}

a:link,a:visited  {text-decoration: none; color: navy}
a:hover           {text-decoration: underline; color: red}
a:active          {text-decoration: underline; color: orange}


.bold          {font-weight: bold}
.title         {font-weight: bold; font-size: 24px}

.no_decoration {text-decoration: none}

.small         {font-size: 11px}
.x_small       {font-size:  9px}

.large         {font-size: 20px; font-weight: bold}
.x_large       {font-size: 26px; font-weight: bold}

.hidden        {visibility: hidden}
.showing       {visibility: visible}

.white         {color: #ffffff}
.yellow        {color: yellow}
.orange        {color: #ff9933}
.red           {color: #ff0000}
.navy          {color: #012646}
.blue          {color: #0080ff}
.green         {color: #003333}
.light_green   {color: #669999}
.gray          {color: gray}
.light_gray    {color: #E6E6E6}
.dark_gray     {color: #393939}

.bg_black       {background-color: black}
.bg_white       {background-color: white}
.bg_yellow      {background-color: yellow}
.bg_red         {background-color: red}
.bg_navy        {background-color: navy}
.bg_green       {background-color: #003333}
.bg_light_green {background-color: #669999}
.bg_gray        {background-color: gray}
.bg_light_gray  {background-color: #F6F7F6}