body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-weight: bold;
}
a:link {
	color: #FFDE00;
	text-decoration: none;
}
a:visited {
	color: #FFDE00;
	text-decoration: none;
}
a:hover {
	color: #FF3254;
	text-decoration: none;
}
a:active {
	color: #8400FF;
}

.blacklink {
	font-weight: normal;
}

.blacklink:link {
	color: #000000;
	text-decoration: none;
}
.blacklink:visited {
	color: #000000;
	text-decoration: none;
}
.blacklink:hover {
	color: #8400FF;
	text-decoration: none;
}
.blacklink:active {
	color: #FF3285;
}

.whitelink {
	font-weight: normal;
}

.whitelink:link {
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:hover {
	color: #FF3285;
	text-decoration: none;
}
.whitelink:active {
	color: #8400FF;
}

.smaller {
	font-size: 11px;
}
.news {
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	margin-right: 16px;
	margin-left: 16px;
}
.orangebox {
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	margin-right: 16px;
	margin-left: 16px;
}
.newsupdate {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}
.heading {
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	line-height: 22px;
}
.headingwhite {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 20px;
}
.bgleft {
  background-image: url(images/bgleft.jpg);
  background-repeat: no-repeat;
  }
.bgright {
  background-image: url(images/bgright.jpg);
  background-repeat: no-repeat;
  }
.bgright2 {
  background-image: url(images/bgright2.jpg);
  background-repeat: no-repeat;
  }
  .purple {
	color: #8400FF;
}
ul {
list-style-type: none;
	font-size: 12px;
	line-height: 18px;
padding: 0;
margin: 0;
}

li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 1.1em;
}
.indent {
	padding-left: 12px;
}
.biggerbullets {
	font-size: 14px;
	line-height: 18px;
}

H1 {
	font-size: 30px;
	font-weight: bolder;
	color: #000000;
	line-height: 32px;
}
H2 {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
}