﻿body
{
	font-size:medium;
	font-family: Arial;
}

.Frame
{
	border: #eeeeff 1px solid;
}


.Underline
{
	margin: 2px;
	padding: 4px;
	border-bottom: #eeeeff 1px solid;
}

.FillBold
{
	font-weight: bold;
	background-color: #ddddff;
}

.SmollerGray
{
	font-size: smaller;
	color: #999999;
}


.FontBold
{
	font-weight: bold;
}
.lName
{
	font-weight: bold;
	font-size: smaller;
}
.lValue
{
	font-weight: normal;
}
.NoDecoration
{
	text-decoration: none;
}

A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}


h1
{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom:2px;
	margin-top:5px;
}

h2
{
	font-size: 1.1em;
	font-weight:normal;
	margin-bottom: 1px;
	margin-top: 5px;
	text-transform: uppercase;
}


h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 5px;
	/*color: #003399;*/
}

.sgray
{
	font-size: 0.8em;
	color: darkgray;
	white-space: nowrap;
}

p
{
	margin-bottom:1px;
	margin-top:2px;
}

.lst
{
	font-size: 0.8em;
	text-transform: uppercase;
}