.CSDocumentArea
{
   vertical-align: top;
   width: 100%;
   height: 100%;
}.CSDocumentAreaTable
{
   width: 100%;
   height: 100%;
}.CSDocumentAreaTitle
{
	text-decoration: none;
   padding-bottom: 10px;
   font-weight: bold;
   color: White;
   text-transform: uppercase;
   font-size: 10px;
   padding-left: 4px;
}.CSDocumentAreaBody
{
   vertical-align: top;
   width: 100%;
   height: 100%;
   padding-right: 10px;
   padding-left: 8px;
}
.CSDocumentItem
{
}
.CSDocumentTitle
{
	text-decoration: none;
   padding-bottom: 10px;
   font-weight: bold;
	color: white;
   text-transform: uppercase;
   font-size: 10px;
   padding-top: 2px;
}
.CSDocumentText
{
   padding-top: 15px;
	text-decoration: none;
   text-align: justify;
}
.CSDocumentImage
{
	border-right: #469ed9 1px solid;
	border-top: #469ed9 1px solid;
	margin-bottom: 5px;
	border-left: #469ed9 1px solid;
	margin-right: 10px;
	border-bottom: #469ed9 1px solid;
   margin-left: 10px;
}
.CSDocumentAttachment
{
   text-decoration: none;
   text-align: right;
   width: 100%;
   font-weight: bold;
   color: #0471B4;
   padding-right: 10px;
}
.CSDocumentAttachmentLink
{
   color: #0471B4;
}
a.CSDocumentAttachment:hover
{
   color: #FF3100;
}

