body
{
	font-family: Verdana, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #444;
}

input
{
	font-family: Verdana, 'Trebuchet MS' , Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #444;
}

.CenterClass
{
	text-align: center;
}

.ValidationSummary
{
	background-image: url( '../../Images/alert_lrg.gif' );
	background-position: 10px 5px;
	background-color: #FFFFCC;
	border: 2px solid black;
	padding: 10px;
	margin: 10px;
	background-repeat: no-repeat;
	width:600px;
	text-align:center;
}

.InformationSummary
{
	background-image: url( '../../Images/infoIcon.png' );
	background-position: 10px 5px;
	background-color: #B2DFEE;
	border: 2px solid black;
	padding: 10px;
	margin: 10px;
	background-repeat: no-repeat;
	width:600px;
	text-align:center;
}

.Table
{
	width: 650px; /*border-top-style:solid; 	border-left-style:solid; 	border-right-style:solid;*/
	border-style: solid;
	background-color: #ccc;
	margin: 10px;
}

.BlankTable
{
	width: 650px;
	margin: 10px;
}

.BlankTableXL
{
	width: 800px;
	margin: 15px;
}

.TableRow
{
	margin: /*-top*/ 15px;
	text-align: left; /*border-bottom-style:solid;*/
}

.TableRowXL
{
	margin: /*-top*/ 20px;
	height: 20px;
	/*text-align: left; border-bottom-style:solid;*/
}

.LeftColumn
{
	float: left;
	width: 30%;
}

.LeftColumnAlignRight
{
	float: left;
	text-align: right;
	width: 40%;
}

.LeftColumnXL
{
	float: left;
	text-align: right;
	width: 50%;
}
.RightColumnXL
{
	float: right;
	text-align:left;
	width: 40%;
}
.RightColumn
{
	text-align:left;
}
.PageTitle
{
	font-weight: bold;
	font-size:larger;
}

.Box
{
	margin: 15px;
}
.UnderlineTitle
{
	font-weight: bold;
	font-size:large;
	text-decoration:underline;
}
.Content
{
	margin-left:161px;
	margin-right:161px;
}

.Bold
{
	font-weight: bold;
}

.RightSpace
{
	margin-right:40px;
}

.BlueBackground
{
	background-color:#CCEEEE;
	padding:20px;
}