#container{
  background-color:#ffffff;
  overflow:hidden;
  width:750px;
}
#content{
  background-color:#ffffff;
  width:600px;
  margin-right:-150px; 
  float:left;
}
  
  .HD {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #333333;
	letter-spacing: 1em;
	word-spacing: 1em;
	position: relative;
	left: 50px; 
}

.HDRED {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #ed1b2d;
	letter-spacing: 1em;
	word-spacing: 1em;
	position: relative;
	left: 50px; 
}


.SubHD {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	position: relative;
	left: 100px; 
}

.BDY {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	position: relative;
	left: 100px;
	white-space: wrap;

	
}

.BDYI {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	position: relative;
	left: 100px;
	white-space: wrap;
	
}
.BDYB {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: bold;
	color: #666666;
	position: relative;
	left: 100px;
	white-space: wrap;
	
}

.BDYK {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	position: relative;
	left: 100px;
	white-space: wrap;
	
}
a:link {
	color: #ed1b2d;
}
a:visited {
	color: #ed1b2d;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #990000;
}