﻿html
{
	overflow: auto;
	height: 100%; 
}

body 
{
	height: 100%; 
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    background-color: #ffffff;
}

h1
{
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

h2
{
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

h3
{
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

p
{
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

a
{
	color: #0000FF;
	cursor: hand;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

input[type="text"]
{
    border-top: 1px solid #abadb3;
    border-right: 1px solid #dbdfe6;
    border-bottom: 1px solid #e3e9ef;
    border-left: 1px solid #e2e3ea;
    width: 250px;
}

input[type="text"][readonly="readonly"]
{
    background-color: #f0f0f0;
}

input[type="text"][disabled="disabled"]
{
    background-color: #f0f0f0;
}

input[type="password"]
{
    border-top: 1px solid #abadb3;
    border-right: 1px solid #dbdfe6;
    border-bottom: 1px solid #e3e9ef;
    border-left: 1px solid #e2e3ea;
    width: 250px;
}

input[type="button"],input[type="submit"]
{
    font-weight: bold;
}

table
{
    border-collapse:collapse;
}

td
{
    vertical-align: top;
}

li
{
    margin-bottom: 10px;
}

textarea
{
    border-top: 1px solid #abadb3;
    border-right: 1px solid #dbdfe6;
    border-bottom: 1px solid #e3e9ef;
    border-left: 1px solid #e2e3ea;
    width: 250px;
    height: 200px;
}

select
{
    border-top: 1px solid #abadb3;
    border-right: 1px solid #dbdfe6;
    border-bottom: 1px solid #e3e9ef;
    border-left: 1px solid #e2e3ea;
    width: 257px;
}

select[disabled="disabled"]
{
    background-color: #f0f0f0;
}