body, p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.smallp{
	font-size: 11px;
}

.graytext{
	color:  #999999;
	}

ul {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/arrow.gif);

	}
	
li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h1 {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
}

h2 {
	color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
}

.boldtext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
}

a {
	text-decoration: underline;
	color:  #666666;
	}
a:visited {
	color:  #666666;
	}
a:active {
	color:  #666666;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}
	
.whitetext {
	color:  #FFFFFF;
}

a.nav {
	text-decoration: none;
	color:  #FFFFFF;
	font-weight: bold;
	}
a:visited.nav {
	color:  #FFFFFF;
	font-weight: bold;
	}
a:active.nav {
	color:  #FFFFFF;
	font-weight: bold;
	}
a:hover.nav {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.subnav {
	text-decoration: underline;
	color:  #FF9933;
	font-weight: bold;
	font-size: 13px;
	}
a:visited.subnav {
	color:  #FF9933;
	font-weight: bold;
	font-size: 13px;
	}
a:active.subnav {
	color:  #FF9933;
	font-weight: bold;
	font-size: 13px;
	}
a:hover.subnav {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	}
	
.footerlink {
	color:  #660033;
}

a.footer {
	text-decoration: none;
	color:  #660033;
	}
a:visited.footer {
	color:  #660033;
	}
a:active.footer {
	color:  #660033;
	}
a:hover.footer {
	color: #000099;
	text-decoration: underline;
	}
	
.purplegraytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7A7AA7;
}

a.purplelink {
	text-decoration: underline;
	font-size: 11px;
	color:  #666699;
	}
a:visited.purplelink {
	font-size: 11px;
	color:  #666699;
	}
a:active.purplelink {
	font-size: 11px;
	color:  #666699;
	}
a:hover.purplelink {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
