body
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    background-color: #445A7A;
}
a
{
    color: #003366;
}
a:hover
{
    color: Red;
    text-decoration: underline;
}
h1 
{
    font-size: 14pt;
    font-weight: bold;
    color: #696969;
}
h2 
{
    font-size: 10pt;
    font-weight: bold;
    color: #990000;
    margin-top: 14px;
}
h3 
{
    font-size: 8pt;
    font-weight: bold;
    color: Black;
    margin-top: 2px;
    margin-bottom: 4px;
}
div#wrapper 
{
    width: 700px;
    background-color:#FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: thin solid #000000;
}
div#main 
{
    padding: 10px;
}
div#footer 
{
    font-size: 7pt;
    text-align: center;
}
.Button
{
	cursor: pointer;
	font-family: 'Microsoft Sans Serif' , Verdana, Arial;
}
.ButtonSmall
{
	font-size: 8pt;
	cursor: pointer;
	font-family: 'Microsoft Sans Serif' , Verdana, Arial;
}
.Label
{
	font-size: 8pt;
	font-weight: normal;
	background-color: transparent;
	color: #202020;
}
.TextBox
{
	font-size: 9pt;
}
.ReadOnlyTextBox
{
	font-size: 9pt;
	font-family: 'Microsoft Sans Serif', Verdana, Arial;
	color: #003399;
}
.CheckBox
{
	cursor: pointer;
	font-size: 8pt;
}
.RadioButton
{
	font-size: 8pt;
}
.DropDownList
{
	font-size: 9pt;
}
