﻿body 
{
    margin: 0px;
    direction: ltr;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
}

body, td, div, table, input, select, textarea
{
	font-family: Arial;
	font-size: 12px;
}

td
{
    vertical-align: top;
    text-align: left;
}

img
{
	border: none;
}

a
{
    color: #336699;
	text-decoration: none;
}

a:visited
{
    color: #336699;
}

a:hover
{
    text-decoration: underline;
}

a.HoverUnderline
{
    text-decoration: none;
}

a.HoverUnderline:hover
{
    text-decoration: underline;
}

.block
{
    display: block;
}

.inline
{
    display: inline;
}

.hand
{
    cursor: pointer;
}

.ltr
{
    direction: ltr;
}

.InputBorder
{
    border: 1px solid Gray;
}

h2
{
    margin: 0px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #FD9700;
}

h3
{
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
}


