a:link {
	color: #999999;
}

a:hover {
	color: #666666;
}
a:active {
	color: #CCCCCC;
}
a:visited {
	color:

}

.DocumentHeading {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.DocumentBody {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: square;
	margin-right: 20px;

}

.hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 1px;
	width: 380px;
	margin-left: 25px;
   }

/*
#CurveSpacer {
	float:left;
	width:100%;
	height:1px;
	font-size:0pt;
	color:#FF0000;
}
*/

.DocumentHeader {
  margin:0px;
	border:0px;
	padding:0px;
}

.DocumentHeadline {
	/* background-color:#EEEEEE; */
	background: url(/content/static_images/translucent_grey.gif);
	/* filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=50,Style=0 ); */
	height:18px;
}

.DocumentModifiedDate {
  float:left;
	font-size:10pt;
	width:80px;
}

.DocumentTitle {
  float:left;
	font-size:12px;
	font-weight:bold;
	/*margin-left:10px;*/
}

.DocumentEdit {
	float:right;
	font-size:9pt;
	padding-left:5px;
	cursor:pointer;
}

.DocumentTeaserSection {
  /* background-color:#FFFFFF; - LEAVE TRANSPARENT!!*/
	padding-bottom:5px;
}

.DocumentTeaser {
  /*float:left;*/
	font-size:11pt;
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}

.DocumentRead {
  float:left;
	font-size:9pt;
	width:70px;
}

.DocumentFileType {

}