a:link
{
   color: #EBAA48;
}

a:visited
{
   color: #EBAA48;
}

a:hover
{
   color: #EBAA48;
}

a:active
{
   color: #EBAA48;
}

a.iaslink:link
{
   color: #EBAA48;
   text-decoration: none;
   font-weight: bold;
}

a.iaslink:visited
{
   color: #EBAA48;
   text-decoration: none;
   font-weight: bold;
}    

a.iaslink:hover
{
   color: #EBAA48;
   text-decoration: none;
   font-weight: bold;
}

a.iaslink:active
{
   color: #EBAA48;
   text-decoration: none;
   font-weight: bold;
}

a.main:link
{
   color: #000080;
   text-decoration: none;
}

a.main:visited
{
   color: #000080;
   text-decoration: none;
}    

a.main:hover
{
   color: #000080;
   text-decoration: none;
}

a.main:active
{
   color: #000080;
   text-decoration: none;
}

.main
{
   font-weight: bold;
   padding-left: 0;
   font-size: 13px;
}

.steelDefault
{
   background-color: #B8C2C8;
}

body
{
   font-family: Arial, Helvetica, sans-serif;
   margin: 0px;
}

table.full
{
	width:  100%;
	height: 100%;
	border: 0;
}

a.noOutline
{
   outline: none;
   -moz-outline:    none; /* Mozilla uses its own outline property */
}

html, body
{
   margin: 0;
   padding: 0;
   height: 100%;
   width: 100%;
   font-family: Arial;
}

.hatchOrange
{
   color: #EBAA48;
}

.hatchBlue
{
   color: #00639A;
}

.ulHatch
{
   list-style-image: url("../Images/template_red.gif");
}