body,td,th {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
color: #fff;
text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}


h1 {
	font-size: 18px;
	color: #3366CC;
}
h2 {
	font-size: 18px;
	color: #9966CC;
}
h3 {
	font-size: 16px;
	color: #0099CC;
}
h4 {
	font-size: 14px;
	color: #FFFF99;
}
.content, .content td {
	color: #000000;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}
.content a:link, .content a:visited, .content a:active {
	color: #900;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
	color: #006;
}
.clear {
	clear: both;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #fff;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #fff;
}
.txtBigRed {
	font: italic bold 16px "Times New Roman", Times, serif;
	color: #C00;
}
.boxPink {
	background: #FFE6FF;
	padding: 5px;
	border: 1px solid #000;
}
