/* --- Body -------------------------*/
body
{
	margin: 0px 0px 0px 0px;
	background-color: #F2E5EF;
    text-align: left;
}

.skincolor
{
	color: #934B94; 
}

/* ---- Dynamic Logo ----------------*/
#leftlogodiv
{
	background-image: url(../../images/logo_lila.gif);
	background-repeat:no-repeat;
	margin-left: 60px;
	margin-top: 80px;
	height: 138px;
}

/* ---- Common links --------------- */
a:link, a:visited, a:active, a:hover 
{
	color: #934B94; 
	font-weight:bold;
	font-size: 1em; 
	/*line-height: 11px;*/
	text-decoration:none;
	text-align: left;
}


a.leftmenuLink:link, a.leftmenuLink:visited, a.leftmenuLink:active, a.leftmenuLink:hover
{
	font-weight:normal;
	font-size: 1em;
	color:#756e69;
}

a.small:link, a.small:visited, a.small:active, a.small:hover 
{
	color: #934B94; 
	font-weight:normal;
	font-size: 1em; 
	/*line-height: 11px;*/
	text-decoration:none;
	text-align: left;
}


