/* default links */
a{text-decoration: underline; color: Blue; }
a:visited{text-decoration:underline;color: Blue;}
a:link{text-decoration: underline; color: #000066;}
a:hover{text-decoration: underline; color:#ff9900;}
/* default text */
td {
	font-family: Arial, Helvetica, sans-serif;
	color: Blue;
	font-size: 10pt;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	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;
}

.contenthead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ff9900;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

a.header{text-decoration:none; color: white; font-weight: bold;}
a.header:visited{text-decoration:none; color: white; font-weight: bold;}
a.header:link{text-decoration:none; color: white; font-weight: bold;}
a.header:hover{text-decoration:none; color: #ff9900; font-weight: bold;}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
}
a.footer{text-decoration:none; color: white; }
a.footer:visited{text-decoration:none; color: white;}
a.footer:link{text-decoration:none; color: white;}
a.footer:hover{text-decoration:none; color: #ff9900; }

/* Button class */
.btn1{  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px; 
	color: #F5F5F5; 
	font-weight: bold;
	background-color: #FF0000;
	line-height : 14px;
	border : 2px outset #FF0000;
}

li 
{  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  list-style-image:url(../images/bullet.gif);
  margin-top: 4px;
  margin-left : 0px;
}


