﻿*
{
	font-size:inherit;
}

html,body,form
{
	height:100%;
	margin:0;
	font-size:12px;
}

h1
{
	font-size:24pt;
}

h2
{
	font-size:18pt;
}

h3
{
	font-size:14pt;
}

h4
{
	font-size:12pt;
}

h5
{
	font-size:10pt;
}

h6
{
	font-size:8pt;
}

img
{
	border:0;
}

div
{
}

pre
{
	word-wrap:break-word;
	white-space:normal;
	margin:0;
}

a:active
{
	color:Orange;
}

a:link
{
	color:Blue;
	text-decoration:none;
}

a:visited
{
	color:Blue;
	text-decoration:none;
}

a:hover
{
	color:Red;
	text-decoration:none;
}

.Left
{
	float:left;
}

.Right
{
	float:right;
}