﻿body{
  padding:0;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:center;
  background-color:#373737;
}


#container {
	text-align: center;

}
#container p {
	color: #333333;
	margin-top: 12px;
}
#container a:link, #container a:visited, #container a:active {
	color: #f08200;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
}
table#content {
	margin:0 auto;
	padding: 0 0 0 0;
	width:1007px;

}
table#content td {
	color: #000000;
	font-size: 12px;
}
table#content td.flashcontent {
	background-color:#8e8d8d;
	padding: 7px 7px 7px 7px;
}

table#content td.htmlcontent {
	background-color:#8e8d8d;
    	padding-top:7px;
	overflow:auto;
	text-align:center;
}

.contentdiv {
    background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	width:980px;
	/*height: 695px;*/
	text-align:center;
	overflow:auto;
	margin:0 auto;
	background-color:#000000;

}

.content {
   width:710px;
  /* height:430px;*/
   margin:0 auto;
   overflow:auto;
   margin-top:220px;
   text-align:left;
   color:#ffffff;
   scrollbar3dLightColor: #000000;
   
}

#container .content p{
   color:#ffffff;
}

#container .content table{
   color:#ffffff;
}

#container .content h1{
   color:#ffffff;
   font-size: 20px;
}

#container .content h2{
   color:#ffffff;
   font-size: 18px;
}

#container .content h3{
   color:#ffffff;
   font-size: 14px;
}

table#content td p {
	margin-top: 12px;
	margin-bottom: 7px;
}
table#content td a:link, table#content td a:visited,table#content td a:active {
	text-decoration: none;
	color: #333333;
}
table#content td a:hover {
	text-decoration: underline;
	color: #333333;
}
