/* This file contains the styles used by all IE browsers */

A {
	text-decoration: none;
	color: #66CCFF;
}

A:hover {
	text-decoration: underline;
	font-weight:bold;	
}

.bodytext
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 19pt;
}

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

.greentext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #9999CC;
	line-height: 18px;
}
.greentextsmall 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #66CCFF;
; font-weight: bold
}

A.greentextlink:link { color: #9999CC; text-decoration: none }       /* unvisited link */
A.greentextlink:active { color: #9999CC; text-decoration: none }   /* visited links */
A.greentextlink:visited { color: #9999CC; text-decoration: none }    /* active links */
A.greentextlink:hover   { color: #66CCFF; text-decoration: none;  cursor: hand }

/* This file contains the styles used by all IE browsers */


b {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style : italic;
}

u {
	text-decoration : underline;
}

.telephone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	;
	font-style: normal;
	font-weight: normal;
	color: #66CCFF;
}

A.footmenu:link { font-family:  Arial, Helvetica; font-size: 7pt; color: #999999;  text-decoration: none }       /* unvisited link */
A.footmenu:active { font-family:  Arial, Helvetica; font-size: 7pt; color: #999999;  text-decoration: none }   /* visited links */
A.footmenu:visited { font-family:  Arial, Helvetica; font-size: 7pt; color: #999999;  text-decoration: none }    /* active links */
A.footmenu:hover   { font-family:  Arial, Helvetica; font-size: 7pt; color: #999999;  text-decoration: none;  cursor: hand }

.pagetop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-align: right;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9999CC;
	line-height: 10pt;
	text-align: left;
}
.box {
	border: thin none;
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
	clip:   rect(30px auto 30px auto);
}
