﻿body{
			font-family : Arial,Helvetica,sans-serif;
			font-size: 11px;
			background-color: #FFFFFF;
			align: center;
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			height: 100%;
			width: 100%;
			}

A:link, A:visited, A:active{
			text-decoration: none;
			font-weight: bold;
			color: #000000;
			}

A:hover{
			color: #0099FF;
			}

td{
			font-family : Arial,Helvetica,sans-serif;
			font-size: 11px;
			}

.copyright { 
			font-size: 11px; 
			}
			
.asp_inputflat{
    font-family: Arial, Geneva , Helvetica, sans-serif;
    font-size: 11px;
    border-left: rgb(170,170,170) 1px solid;
    border-right: rgb(170,170,170) 1px solid;
    border-top: rgb(170,170,170) 1px solid;
    border-bottom: rgb(170,170,170) 1px solid; 
    padding-left: 5px;
    height: 18px;
    background-color: rgb(255,255,255);
    }

.asphtml_inputflatbutton{
    font-family: Arial, Geneva , Helvetica, sans-serif;
    font-size: 11px;
    border-left: rgb(0,145,220) 1px solid;
    border-right: rgb(0,145,220) 1px solid;
    border-top: rgb(0,145,220) 1px solid;
    border-bottom: rgb(0,145,220) 1px solid; 
    padding-left: 5px;
    padding-bottom: 2px;
    height: 18px;
    background-color: rgb(0,145,220);
    color:#ffffff;
    }
