﻿/*=========================================================================================================================================
			Common site styling
=========================================================================================================================================*/
html
{
	background-color: #CAD7E4;
}

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:8pt;
}

a
{
	color:#01673e;
	font-weight:bold;
}

.fieldrow
{
	overflow:hidden;
}

.RegText
{
	overflow:hidden;
}

.TopLeft,
.TopRight,
.BottomLeft,
.BottomRight,
.SpareOne,
.SpareTwo,
.SpareThree,
.SpareFour
{
	position: absolute;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	/*IE 6 Hacks*/
	_display:none;
}

.TopLeft,
.SpareOne
{
	top: -2px;
	left: -2px;
	background-image: url(images/cornerTopLeft.gif);
	background-position: top left;
}

.TopRight,
.SpareTwo
{
	top: -2px;
	left: 748px;
	background-image: url(images/cornerTopRight.gif);
	background-position: top right;
}

.BottomLeft,
.SpareThree
{
	bottom: -2px;
	left: -2px;
	background-image: url(images/cornerBottomLeft.gif);
	background-position: bottom left;
}

.BottomRight,
.SpareFour
{
	bottom: -2px;
	left: 748px;
	background-image: url(images/cornerBottomRight.gif);
	background-position: bottom left;
}