SPAN.title {
	font-family : Arial;
	font : Arial;
	font-size: 12pt;
	color: #7C173F;
  text-decoration : none;
  margin-bottom : 5px;
  margin-top : 1px;
}

SPAN.title_small {
	text-transform: uppercase;
	font-family : Arial;
	font : Arial;
	font-size: 10pt;
	color: #7C173F;
  text-decoration : none;
  margin-bottom : 1px;
  margin-bottom : 1px;
}

SPAN.title_large {
	font-family : Arial;
	font : Arial;
	font-size: 12pt;
	color: #7C173F;
  text-decoration : none;
  margin-bottom : 1px;
  margin-bottom : 1px;
}

BODY  {
	font-family : Arial;
  	font-size: 10pt;
  	color: #000000;
  	text-decoration : none;
  	scrollbar-face-color: 3c3c3c; 
	scrollbar-shadow-color: #8a8a8a;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #8a8a8a; 
	scrollbar-darkshadow-color: #8a8a8a; 
	scrollbar-track-color: #3c3c3c; 
	scrollbar-arrow-color: #000000;
}

P { 
	font-family : Arial;
   font-size: 10pt;
   color: #000000;
}

A  {
  font-family : Arial;
	color : #b47c21;
	font-size: 10pt;
	text-decoration : none;
}

A:Visited  {
	font-family : Arial;
	color : #b47c21;
	font-size: 10pt;
	text-decoration : none;
}

A:Active  {
	font-family : Arial;
	font-size: 10pt;
	color : #b47c21;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	font-size: 10pt;
	text-decoration : underline;
	color : #b47c21;
}

TD {
	FONT-FAMILY: Arial;
	 font-size: 10pt;
   color: #000000;
   text-decoration : none;	
}

TR {
	FONT-FAMILY: Arial;
	 font-size: 10pt;
   color: #000000;
   text-decoration : none;	
}

#newsContainer
{
	/* width: 750px; */
	/* height: 500px; */
	width: 450px;
	height: 700px;
	position: absolute;
	z-index: 10;
	background-color: #fff;
	color: #000;
	overflow: auto;
	top: 0px;
	left: 50%;
	/* margin-left: -395px; */
	margin-left: -225px;
	padding: 10px;
	border: 2px solid #000;
	display: none;
}


fieldset
{
	border: 1px solid #e11;
	width: 600px;
	margin-left: 20px;
	padding: 5px;
	text-align: left;
}

legend
{
	color: #fff;
	background: #e11;
	border: 1px solid #eee;
	padding: 2px 6px;
	font-weight: bold;
}
