﻿li
{
	font-family: 'Tahoma';
	line-height: normal;
	font-size: 12pt;
	color: #191970;
	margin: 10px;
}

p
{
	font-family: 'Tahoma';
	font-size: 12pt;
	margin-left: 10px;
	margin-right: 10px;
	color: #191970;
}

p.big {font-family: 'Tahoma';
	font-size: 15pt;
	margin-left: 10px;
	margin-right: 10px;
	color: #191970;
}
	
p.bold
{
	font-family: 'Tahoma';
	font-size: 12pt;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #191970;
}

h1
{
	color: navy;
	font-family: Andalus;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}

h2
{
	color: navy;
	font-family: Andalus;
	font-weight: bold;
	text-transform: capitalize;
}

h1.en
{
	color: navy;
	font-family: Times New Roman;
	font-weight: bold;
	text-transform: capitalize;
}

h2.en
{
	color: navy;
	font-family: Times New Roman;
	font-weight: bold;
	text-transform: capitalize;
}
.left
{
	text-align:left;
}

.right
{
	text-align: right;
}

.justify
{
	text-align:justify;
}
	
.center
{
	vertical-align: middle;
	text-align: center;
}
.bold
{
	font-weight: bold;
}
.fmaron
{
	color:#AA0000;
}
.fuchsia
{
	color:#ffddff;
}
.fcnavy
{
	color: navy;
}
.fcblack
{
	color: #000000;
}
.fcgreen
{
	color: #007700;
}
.fsize10
{
font-size: 10pt;
}

.fsize12
{
font-size: 12pt;
}
.fsize15
{
font-size: 15pt;
}
.fsize22
{
font-size: 22pt;
}
.ftahoma
{
	font-family: 'Tahoma';
}
.ftims
{
	font-family: 'Times New Roman';
}
div.divcenter
{
	vertical-align: middle;
	text-align: center;
}
.borders
{
border-left-color: navy;
border-bottom-color: navy;
border-top-style: double;
border-top-color: navy;
border-right-style: double;
border-left-style: double;
border-right-color: navy;
border-bottom-style: double
}