﻿html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
}

body 					{font-family: "Lucida Sans Unicode", Helvetica, sans-serif; height: 100%; color: #595959;}

a						{color: #0084ff; text-decoration:none;}
a:hover					{color: #0084ff; text-decoration:underline;}

h1						{}
h2						{}
h3						{ font-size: 1.3em; font-weight: bold; }
h4						{}

.size0					{font-size: 10px; line-height: 100%;}
.size1					{font-size: 10px; line-height: 135%;}
.size2					{font-size: 12px;line-height: 135%;}
.size3					{font-size: 14px; line-height: 135%;}

.hidden					{display: none;}
.pad					{padding-left: 13px; margin-bottom: 7px;}
.pad2					{padding-left: 25px; margin-bottom: 7px;}

.msg { color: #ff0000; }


