﻿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;
	text-align:justify;
}

p.big {font-family: 'Tahoma';
	font-size: 15pt;
	margin-left: 10px;
	margin-right: 10px;
	color: #191970;
	text-align:justify;
}
	
p.bold
{
	font-family: 'Tahoma';
	font-size: 12pt;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #191970;
	text-align:justify;
}	
.bold
{
	font-weight: bold;
}

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;
}

h3
{
	color: navy;
	font-family: Andalus;
	font-weight: bold;
	text-transform: capitalize;
}
.normal
{
	color: navy;
	font-family: Tahoma;
	font-weight: bold;
}
.left
{
	text-align:left;
}

.right
{
	text-align: right;
}

.justify
{
	text-align:justify;
}
	
.center
{
	vertical-align: middle;
	text-align: center;
}
div.divcenter
{
	vertical-align: middle;
	text-align: center;
}

.borders
{
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: Navy;
	border-width:medium;
}
.borders1
{
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: Navy;
	border-width:thin;
}
.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;
}
.bgcolors
{
	background-color:Gray;
}
.bgcolors1
{
	background-color:#ffddff;
}
tr.bgc1
{
	background-color:#99ccff;
}
tr.bgc2
{
	background-color:#ffddff;
}
tr.bgc3
{
	background-color:#111188;
}
.ftahoma
{
	font-family: 'Tahoma';
}
