/* default links */
a{text-decoration:underline; color: #000066;}
a:visited{text-decoration:underline; color: #800080;}
a:link{text-decoration:underline; color: #000066;}
a:hover{text-decoration: underline; color: #FF3300;}

/* default text */
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}

ul 
{  
  margin-top: 0px;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

/* hometext is for text on the home page only */
.hometext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	font-weight: normal;
    line-height: 17pt;
}

.smalltexthome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px 0px 0px 0px;
}

/* breadcrumb */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 8pt;
}

a.breadcrumb{text-decoration:none; color:#999999;}
a.breadcrumb:visited{text-decoration:none; color: #999999;}
a.breadcrumb:link{text-decoration:none; color: #999999;}
a.breadcrumb:hover{text-decoration:none; color:#FF6600;}


/* bottomnav is used for the "Search" and "Contact" at the bottom right */
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}

a.bottomnav{text-decoration:none; color:#666666;}
a.bottomnav:visited{text-decoration:none; color: #666666;}
a.bottomnav:link{text-decoration:none; color:#666666;}
a.bottomnav:hover{text-decoration:none; color:#FF6600;}

/* footer is used for "Copyright © GLOBALITSS 2005  |  Privacy Notice  |  GLOBALITSS.com"  at the bottom left */
.footer {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	font-weight: normal;
}

a.footer{text-decoration:none; color:#999999;}
a.footer:visited{text-decoration:none; color: #999999;}
a.footer:link{text-decoration:none; color:#999999;}
a.footer:hover{text-decoration:none; color:#FF6600;}


/* back is used at the bottom of the left nav for the "back to..." link */
.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	font-weight: normal;
}

a.back{text-decoration:none; color:#999999;}
a.back:visited{text-decoration:none; color: #999999;}
a.back:link{text-decoration:none; color: #999999;}
a.back:hover{text-decoration:none; color:#FF6600;}

/*is used for the Advanaced Search link in the top right-hand corner */
.searchlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a.searchlink{text-decoration:none; color: #000000;}
a.searchlink:visited{text-decoration:none; color: #000000;}
a.searchlink:link:{text-decoration:none; color: #FF0000;}
a.searchlink:hover{text-decoration:none; color:#FF0000;}

/* morelink used when a document is continued on another page */
.morelink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
	letter-spacing: -1px;
}

a.morelink{text-decoration:none; color: #000066; }
a.morelink:visited{text-decoration:none; color: #000066;}
a.morelink:link{text-decoration:none; color: #000066;}
a.morelink:hover{ text-decoration:none; color: #FF6600;}

/* features is used in the Features section in the right column */
.features {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	letter-spacing: -1px;
}

a.features{text-decoration:none; letter-spacing: 0px; color: #FF6600; font-weight:bold;}
a.features:visited{text-decoration:none; color: #FF6600;}
a.features:link{text-decoration:none; color: #FF6600;}
a.features:hover{ text-decoration:underline; color:#FF6600;}

.homenav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
}

a.homenav{text-decoration:none; color:#FFFFFF;}
a.homenav:visited{text-decoration:none; color:#333333;}
a.homenav:link{text-decoration:none; color:#333333;}
a.homenav:hover{text-decoration:none; color:#FF6600;}

fieldset
{
border: #396 solid 1px;
width: em
}

legend
{
background: #000000;
border: #396 solid 1px;
padding: 1px 10px
}