/*
#content {
  margin: 0;
  padding: 0;
  border: 0;
  outline-style: none;
  color: #F7EAFF;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

#content table
{
	color: #F7EAFF;
	text-align: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
    margin-left: 0;
    margin-right: 0;
}

#content p, td, tr
{
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
	text-align: inherit;
	font-family: calibri, arial;
	font-size:14px;	
}

#content h1
{
	font-weight:bold;	
	font-family: calibri, arial;
	font-size:24px;
	line-height: 2em;
}

#content h2
{
	font-weight:bold;	
	font-family: calibri, arial;
	font-size:22px;	
	line-height: 2em;
}

#content h3
{
	font-weight:bold;	
	font-family: calibri, arial;
	font-size:18px;
	line-height: 2em;
}

#content h4
{
	font-weight:bold;	
	font-family: calibri, arial;
	font-size:14px;	
	line-height: 2em;
}

#content a,
#content a:link,
#content a:visited,
#content a:hover
{
	color: #4C3C47;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	cursor: pointer;
	text-decoration:none;
}

#content a img {
	border: none;
}

.portrait
{
	border: solid 5px #694060;
	background: #805175;
	padding: 1px 1px;
}

#content .numbering
{
	background-repeat: no-repeat;
}

#content .numbering div
{
	width: 48px;
	height: 48px;
	margin-right: 15px;
}

.block-center
{
    margin-left: auto;
    margin-right: auto;
}

#content .line-separator
{
	background-color: #6D5D77;
	width: 60%;
	height: 1px;
	border-top: solid 1px #927CA0;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#section-banner-bottom
{
	background-image: url(../images/section-banner/bottom.png);
}

.highlight-text p,
.highlight-text h1,
.highlight-text h2,
.highlight-text h3,
.highlight-text h4
{
	color: #321D2D;
	font-size: small;
}


.content .important { color: #FBAEFA; font-style: italic; font-weight: bold; }
*/

