body
{
}
.leftMenuSection
{
	left: 0px;
	position: absolute;
	top: 105px;
	height: 100%;
	width: 130px;
	background-color: #f0f8ff;
}

.mainBodySection
{
	position: relative;
	left: 152px;
	width: 605px;
	height: 100%;
}

.leftMainTitle
{
	background-color: #9999cc;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.leftMenuBlock
{
	background-color: #9999cc;
	width: 100%;
	font-size: 14px;
}

.leftMenuItems
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

a.titleBarLink:link
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.titleBarLink:visited
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.titleBarLink:hover
{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.productTitleLink:link
{
	color: #0003ff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

a.productTitleLink:visited
{
	color: #0003ff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

a.productTitleLink:hover
{
	color: #f000ff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}

pre
{
	font-size:14px;
	color:#424ff1;
	background-color:#cccccc;
}

code
{
	color:#424ff1;
}
