﻿body 
{
	font-family:Arial;
}
.container
{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
.holder
{
	width: 99%;
	float:left;
	clear:both;	
}
.holderBold
{
	width: 99%;
	float:left;
	clear:both;
	font-family:Arial;
	font-weight:700;
}
.LeftColumn
{
	width: 60%;
	float:left;
	clear:left;
}
.RightColumn
{
	width: 39%;
	float:left;
	clear:right;
}
.LeftColumnNarrow
{
	width: 25%;
	float:left;
	clear:left;
}
.RightColumnWide
{
	width: 74%;
	float:left;
	clear:right;
}
.RepColLeft
{
	width: 30%;
	float:left;
	clear:left;
	font-family:Arial;
	font-weight:700;
	
}
.RepColRight
{
	width:69%;
	float:left;
	clear:right;
	font-family:Arial;
	font-weight:700;
}
.HorizontalSpacer
{
	width: 100%;
	float:left;
	clear:both;	
	height: 20px;

}
.ButtonLink
{
	background-color:White;
	border:none;
	border-top-style:none;
	border-bottom-style:none;
	border-left-style: none;
	border-right-style:none;
	font-family:Arial;
	text-decoration:underline;
	color:Blue;
	cursor:auto;
	margin-left:-40px;
	font-family:Arial;
	font-size:medium;
	
}
.Label
{
	font-weight:700;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom:30px;
	width:10%;	
}
.Data
{
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom:30px;	
}
.AlignRight
{
	float:right;
	clear:both;
}
.line
{
    border-top: 1px solid #5299a3;
	margin: 20px 0;	
}

