﻿
.document
{
	text-align: justify;	
	margin: 10px 0px 10px 0px;
}

.document *.text
{
	text-align: justify;
	margin: 0px;
	padding: 0px;	
}

.document *.paragraph
{	
	text-align: justify;
	text-indent: 2em;	
	margin: 0px;
	padding: 0px;
}

.document span.underline
{
	text-decoration: underline;
}

.document *.bold
{
	font-weight: bolder;
}

.document span.bold
{
	font-weight: bolder;
}

.document *.italic
{
	 font-style: italic;
}

.document *.center
{
	text-align: center;
}

.document *.justify
{
	text-align: justify;	
}

.document *.detail
{
	border-top: 1px solid black;
	font-size: 0.7em;	
}

.document *.olLatin
{
	 list-style-type: lower-alpha;
}

.document *.olDisc
{
	 list-style-type: disc;
}