.Page
{
	width: 100%;
	background-color:White;
}

.PageTitle
{
	border-bottom: #DBDBDB 1pt solid;	
	font-size:23px;
	font-family: Arial;
	color: Green;
	width: 100%;
}

.PageDescription
{
	font-family: Arial;
	font-size:11px;
}

.PageContent
{
	font-family: Arial;
	font-size:12px;
}

.PageContent a
{
	color:Green;
	font-weight: bold;
}

.PageContent a:hover
{
	text-decoration: none;
}

.Label
{
	font-family: Arial;
	font-size: 12px;
}

.Bold
{
	font-weight: bold;
}
.White
{
	color: White;
}

.ErrorMessage
{
	padding-top: 4px;	
	color: Red;
}

.ErrorStackTrace
{	
	padding-left: 10px;
}

.InformationLabel
{	
	color: Gray;
	font-family: Arial;	
	font-size: 11px;
}
	
.InnerZone
{
	clear: both;	
	margin: 0px 0 5px 0;
	padding: 5px 5px 5px 5px;			
}	