﻿body 
{
font-size: 12pt; font-family: Courier New, Courier, Monospace, times new roman, times, serif
}
h1
{
  font-weight: bold;
  font-size: 12pt;
  font-family: Courier New, Courier, Monospace, arial, helvetica, sans-serif;
}
h2 {font-weight: normal; font-size: 12pt; font-family: Courier New, Courier, Monospace, arial, helvetica, sans-serif}
h3 {font-weight: normal; font-size: 16pt; font-family: Courier New, Courier, Monospace, arial, helvetica, sans-serif}
h4 {font-weight: normal; font-size: 14pt; font-family: Courier New, Courier, Monospace, arial, helvetica, sans-serif}

.MainTable
{
  border-width: 1px;
  border-color: #000000;
  border-style: none solid solid solid;
  text-align: center;
  vertical-align: middle;
}
.MainTable TD
{
  padding: 30px 0px 0px 0px;
}

.MenuTable
{
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #000000;
}
.MenuTable TD
{
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000000;
  text-align: center;
  width: 16%;
}
.CVTable
{
}
.CVTable TD
{
  padding: 2px 10px 0px 0px;
}
.LongText
{
  text-align: justify;
  width: 700px;
}
a
{
  color: #000000;
  text-decoration: underline;
}
a:hover
{
  color: #CCCCCC;
}
a:active
{
  color: #CCCCCC;
}

