body, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	list-style-position: inside;
	list-style-image: url(../images/assets/bullet.gif);
}
a:link, v:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {

	color: #00CC00;
	text-decoration: underline;
}
#mainstuff a:hover {
  color: blue;
  text-decoration: underline;
}
#mainstuff a:link, #mainstuff v:link, #mainstuff a:active, #mainstuff a:visited {
  color: red;
  text-decoration: underline;
}

#header a, #header a:link, #header v:link, #header a:active, #header a:visited {
  color: white;
  text-decoration: underline;
}
#header a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}

#mainheader a, #mainheader a:link, #mainheader v:link, #mainheader a:active, #mainheader a:visited {
  color: black;
  font-style: italic;
  text-decoration: underline;
}
#mainheader a:hover {
  color: #CCCCCC;
  font-style: italic;
  text-decoration: underline;
}

#footer a:hover {
  color: #00CC00;
  text-decoration: underline;
}
#footer a, #footer a:link, #footer  v:link, #footer a:active, #footer a:visited {
  color: white;
  text-decoration: underline;
}

.newsletter {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #2B507D;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.underline {
	text-decoration: underline;
}
.underline-yellow {
	background-color: #FFFF00;
	text-decoration: underline;
}
.blue-bg {
	background-color: #66FFFF;
}
li {
	list-style-position: inside;
	list-style-image: url(../images/assets/arrow2.gif);
	vertical-align: middle;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	list-style-position: inside;
	list-style-image: url(../images/assets/bullet.gif);
	width: 500px;
}
.yellow-bg {
	background-color: #FFFF00;
}
.upper-underline {
	text-decoration: underline;
	text-transform: uppercase;
}
.uppercase {
	text-transform: uppercase;
}
.purple-bg {

	background-color: #9900CC;
}
.upperlower-case {
	text-transform: uppercase;
	font-variant: normal;
}
.image {
	background-color: #FFFFFF;
	border: thick solid #FFFFFF;

}
.table {
	border: 1px solid #000000;
	width: 100%;
}
.image-left {
	background-color: #FFFFFF;
	border-top: thick solid #FFFFFF;
	border-right: thick solid #FFFFFF;
	border-bottom: thick solid #FFFFFF;
	border-left: thick none #FFFFFF;
}
