﻿.body 
{
background-color: #ffffff; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.generaltable
{
background-color: White; /* Background Color */
}

.heading
{
font-family: Arial; /* Font Face */
font-size: 15pt; /* Font Size */
color: #0000FF; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.content
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: white; /* Background color */
text-align: left; /* Align Text */
}

.pics
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #0000FF; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: white; /* Background color */
text-align: center; /* Align Text */
}

.table1
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFC2; /* Background color */
text-align: Left; /* Align Text */
border-left: yellow 1px solid;
border-bottom: yellow 1px solid
}

.table2
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: white; /* Background color */
text-align: Left; /* Align Text */
border-right: yellow 1px solid;
border-bottom: yellow 1px solid
}

.table3
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: white; /* Background color */
text-align: Left; /* Align Text */
}

.counter
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFC2; /* Background color */
text-align: Right; /* Align Text */
}