@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------*/
/*    Standart Paragraph
/*                                                            */
/*------------------------------------------------------------*/
p {
	text-align: justify;
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
/*------------------------------------------------------------*/
/*  p.atit                    TITLE                           */
/*                                                            */
/*------------------------------------------------------------*/
p.atit {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-top: 0px;
}
/*------------------------------------------------------------*/
/*  p.apn                  Page Number                        */
/*                                                            */
/*------------------------------------------------------------*/
p.apn {
	white-space: pre;
	color: #FF0000;
}
/*------------------------------------------------------------*/
/*  p.apsb         Paragraph Spacing Below                    */
/*                                                            */
/*------------------------------------------------------------*/
p.apst {
	margin-top: 0px;
}
p.apsb {
	margin-bottom: 0px;
}
p.apstb {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*------------------------------------------------------------*/
/*  p.abc                                                     */
/*------------------------------------------------------------*/
p.apre {
	white-space: pre;
}
p.apre1 {
	white-space: pre;
}
p.apre2 {
	white-space: pre;
}
/*------------------------------------------------------------*/
/*  p.abc                                                     */
/*                 "Bold & Center"                            */
/*       "No indent                                           */
/*       ^                                                    */
/* <--5px|                                                    */
/*------------------------------------------------------------*/
p.atl	{
	line-height: 0.05em;
	margin: 0px;
	padding: 0px;
}
p.ab	{
	font-weight: bold;
}
p.aib	{
	font-weight: bold;
	margin-left: 25px;
}
p.ac	{
	text-align: center;
	margin-top: 2px;
}
p.abc	{
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}
p.ar	{
	text-align: right;
}
p.abr	{
	font-weight: bold;
	text-align: right;
}
/*------------------------------------------------------------*/
/*  p.abcnt                                                     */
/*                 "First Line Bold & Center"                 */
/*       "No indent                                           */
/*       ^                                                    */
/* <--5px|                                                    */
/*------------------------------------------------------------*/
p.aflbc	{
	font-weight: bold;
	text-align: center;
	margin-bottom: -5px;
}
/*------------------------------------------------------------*/
/*  p.ar                                                      */
/*                                          "First Line Right */
/*       "No indent                                           */
/*       ^                                                    */
/* <--5px|                                                    */
/*------------------------------------------------------------*/
p.ar	{
	text-align: right;
	margin-bottom: -5px;
}
p.amtm	{
	margin-top: 20px;
}
p.altm	{
	margin-top: -5px;
}
/*------------------------------------------------------------*/
/*  p.afld                                                    */
/*                                                            */
/*  First line down                                           */
/*------------------------------------------------------------*/
p.afld	{
	padding-top: 15px;
}
/*------------------------------------------------------------*/
/*  p.abr                                                     */
/*                                 "First Line Bold & Center" */
/*       "No indent                                           */
/*       ^                                                    */
/* <--5px|                                                    */
/*------------------------------------------------------------*/
p.aflbr	{
	font-weight: bold;
	text-align: right;
	margin-bottom: -5px;
}
/*------------------------------------------------------------*/
/*  p.aflb  "First Line Bold"                                 */
/*         "No indent                                         */
/*          ^                                                 */
/* <--5px|                                                    */
/*------------------------------------------------------------*/
p.aflb {
}
p.aflb:first-line {
	font-weight: bold;
}
/*------------------------------------------------------------*/
/*  p.aflb  "First Line Bold & Blue"                          */
/*         "No indent                                         */
/*          ^                                                 */
/* <--5px|                                                    */
/*------------------------------------------------------------*/
p.aflblue {
}
p.aflblue:first-line {
	font-weight: bold;
	color: #0000FF;
}
/*------------------------------------------------------------*/
/*  page  p.aflbsli                                            */
/*          "First Line Bold"                                 */
/*          ^         "Second Line Indented"                  */
/*          ^         ^                                       */
/* <--5px|<-20px|                                       */
/*------------------------------------------------------------*/
p.aflbsli {
	margin-left: 25px;
	text-indent: -20px;
}
p.aflbsli:first-line {
	font-weight: bold;
}
/*------------------------------------------------------------*/
/*  p.afcl  "First Character Large"                            */
/*         "No indent                                         */
/*          ^                                                 */
/* <--5px|                                                 */
/*------------------------------------------------------------*/
p.afcl	{
}
p.afcl:first-letter {
	Font-size :		36px;
	Float :			left;
}
/*------------------------------------------------------------*/
/*  p.afclsli                                                 */
/*          "First Character Large"                           */
/*          ^         "Second Line Indented"                  */
/*          ^         ^                                       */
/* <--5px|<-20px|                                             */
/*------------------------------------------------------------*/
p.afclsli	{
}
p.afclsli:first-letter {
	font-size :	36px;
	float: left;
}
/*------------------------------------------------------------*/
/*  p.aifcl                                                   */
/*                    "Indent First Character Large"          */
/*                    "second line also indented"             */
/*          ^         ^                                       */
/* <--5px|<-20px|                                             */
/*------------------------------------------------------------*/
p.aifcl	{
	margin-left: 25px;
}
p.aifcl:first-letter {
	font-size :		36px;
	float :			left;
}

/*------------------------------------------------------------*/
/*  p.ai              "Indent"                                */
/*                    "                                       */
/*          ^         ^                                       */
/* <--5px|<-20px|                                             */
/*------------------------------------------------------------*/
p.ai	{
	margin-left: 25px;
}
p.aii	{
	margin-left: 25px;
	margin-top: -5px;
}
p.aiii	{
	margin-left: 25px;
	margin-top: -10px;
}
/*------------------------------------------------------------*/
/*  p.aifl            "Indent"                                */
/*                    "                                       */
/*          ^         ^                                       */
/* <--5px|<-20px|                                             */
/*------------------------------------------------------------*/
p.afli	{
	text-indent: 25px;
}
/*------------------------------------------------------------*/
/*  p.aiflbi          "Indent, First Line Bold"               */
/*                    "                                       */
/*          ^         ^                                       */
/* <--5px|<-20px|                                             */
/*------------------------------------------------------------*/
p.aflbi	{
	text-indent: 25px;
}
p.aflbi:first-line {
	font-weight: bold;
}
/*------------------------------------------------------------*/
/*  p.aiflb           "Indent, First Line Bold"               */
/*                    "                                       */
/*          ^         ^                                       */
/* <--5px|<-20px|                                             */
/*------------------------------------------------------------*/
p.aiflb	{
	margin-left: 25px;
}
p.aiflb:first-line {
	font-weight: bold;
}
/*------------------------------------------------------------*/
/*  p.aiflb           "Indent, First Line Bold"               */
/*                    "                                       */
/*          ^         ^                                       */
/* <--5px|<-20px|                                             */
/*------------------------------------------------------------*/
p.aiflblue	{
	margin-left: 25px;
}
p.aiflblue:first-line {
	font-weight: bold;
	color: #0000FF;
}

p.aul {
	text-decoration: underline;
}
/*------------------------------------------------------------*//*------------------------------------------------------------*/
/*        ul ol                                               */
/*  Font   "Comic Sans MS"                                    */
/*------------------------------------------------------------*/
ul, ol {
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
/*------------------------------------------------------------*/
/*        ul li                                               */
/*                                                            */
/*------------------------------------------------------------*/
ul li, ol li {
	margin-bottom: 1px;
	}
/*------------------------------------------------------------*/
/*        ul ul                                               */
/*                                                            */
/*------------------------------------------------------------*/
ul ul, ol ol {
	margin-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
}
/*------------------------------------------------------------*/
table.ti {
	margin-left: 25px;
	text-align: left;
	white-space: pre;
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

