BODY {
 background-color: rgb(255,255,255);
 background-image: url(Images/Backgrounds/grass.jpg);
 background-repeat: repeat;
 font-family: sans-serif;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 font-size: 12pt;
 color: rgb(0, 0, 0);
 text-align: center;
 vertical-align: top;
 margin: auto;
}
TABLE {
 display: table;
 table-layout: auto;
 border-collapse: collapse;
 empty-cells: show;
 padding: 0px;
 border-spacing: 0px;
 border: 0px solid black;
 margin: auto;
 text-align: center;
 vertical-align: top;
}
TR {
 padding: 0px;
 border: 0px;
 margin: auto;
 text-align: center;
 vertical-align: top;
}
TD {
 font-size: 12pt;
 text-align: center;
 vertical-align: top;
 padding: 0px;
 border-spacing: 0px;
 border: 0px;
 margin: auto;
}
TD.enter {
 border: medium double rgb(32,192,32);
 vertical-align: middle;
 padding: 12px;
}
TD.menu {
 width: 240px;
 text-align: left;
 vertical-align: middle;
 padding-left: 8px;
}
DIV {
 text-align: center;
}
DIV.title {
 font-size: 24pt;
 color: rgb(32, 192, 32);
 padding: 8px 0px;
}
DIV.subtitle {
 font-size: 16pt;
 color: rgb(32, 192, 32);
 padding: 8px 0px;
}
DIV.contact {
 text-align: left;
 font-size: 14pt;
 color: rgb(0, 0, 0);
 padding: 8px 0px;
}
DIV.enter {
 font-size: 16pt;
 font-weight: bold;
 padding: 4px;
}
DIV.footer {
 font-size: 10pt;
 color: rgb(0, 0, 16);
}
IMG {
 border: 0px;
}
P {
 font-size: 12pt;
 color: rgb(0, 0, 16);
}
P.left {
 text-align: left;
}
P.center {
 text-align: center;
}
P.centerGreen {
 text-align: center;
 color: rgb(32, 128, 32);
}
P.justify {
 text-align: justify;
}
P.indent {
 text-indent: 1cm;
 text-align: justify;
}
P.title {
 text-align: center;
 font-size: 16pt;
 color: rgb(32, 192, 32);
}
P.subtitle {
 text-align: center;
 font-size: 13pt;
 color: rgb(32, 192, 32);
}
A:link {
 text-decoration: none;
 text-transform: none;
 font-style: normal;
 font-weight: normal;
 color: rgb(0, 0, 0);
}
A:visited {
 text-decoration: none;
 text-transform: none;
 font-style: normal;
 font-weight: normal;
 color: rgb(0, 0, 0);
}
A:hover {
 text-decoration: none;
 text-transform: none;
 font-style: normal;
 font-weight: normal;
 color: rgb(32, 192, 32);
}
A:active {
 text-decoration: none;
 text-transform: none;
 font-style: italic;
 font-weight: normal;
 color: rgb(32, 255, 32);
}
