<!--

body
{
    MARGIN-TOP: 0.5cm;
    MARGIN-BOTTOM: 0.5cm;
    MARGIN-LEFT: 1cm;
    MARGIN-RIGHT: 1cm;
    BACKGROUND-COLOR: #ebebeb;
}

h1
{ 
    FONT-SIZE: 1.5em; 
    FONT-WEIGHT: bold; 
    COLOR: #000000; 
    FONT-STYLE: normal; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: none 
}

h2
{ 
    FONT-SIZE: 1.2em; 
    FONT-WEIGHT: bold; 
    COLOR: #000000; 
    FONT-STYLE: normal; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: none 
}

h3
{ 
    FONT-SIZE: 1em; 
    FONT-WEIGHT: bold; 
    COLOR: #000000; 
    FONT-STYLE: normal; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: none 
}

img
{
    BORDER: 0px;
}

.Content
{ 
    FONT-SIZE: 0.8em; 
    FONT-WEIGHT: normal; 
    COLOR: #000000;
    FONT-STYLE: normal; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: none;
}

.CenteredBackgroundText
{ 
    FONT-SIZE: 0.6em; 
    FONT-WEIGHT: normal; 
    COLOR: #aaaaaa;
    FONT-STYLE: normal; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
}

.Centered
{
    TEXT-ALIGN: center;
}

.StandardTable
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 0.8em; 
    border-collapse: collapse;
    border: 2px solid black;
    border-spacing: 10px;
}

.StandardTable th
{
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
}

.StandardTable td
{
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
}

.Boxed
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1em;
    text-align: left;
    border: 1px solid #aaaaaa;
    margin: 50px;
    border-spacing: 10px;
    padding: 20px 20px 20px 20px;
}

.BoxedInput
{
    border: 2px solid black;
    background-color: white;
}

.BoxedButton
{
    background-color: white;
    border: 2px solid black;
    float: both;
}

.BoxedButton:hover
{
    cursor: pointer;
    background-color: #ffff00; 
}

.ErrorMessage
{
    color: red;
    font-weight: bold;
}

hr
{
    BORDER: 0;
    WIDTH: 100%;
    HEIGHT: 1px;
    COLOR: #aaaaaa;
    BACKGROUND-COLOR: #aaaaaa;
}

a:link 
{ 
    TEXT-DECORATION: none;
    FONT-WEIGHT: normal; 
    COLOR:#E00000; 
}

a:visited 
{ 
    TEXT-DECORATION: none; 
    FONT-WEIGHT: normal; 
    COLOR: #800000; 
}

a:hover 
{ 
    TEXT-DECORATION: none; 
    FONT-WEIGHT: normal; 
    BACKGROUND-COLOR: #FFFF00; 
}

a:active 
{ 
    TEXT-DECORATION: none;
    FONT-WEIGHT: normal;
    BACKGROUND-COLOR: #CCFFFF; 
}

table
{
    BORDER: 0px;
}

//-->
