/* CSS Document */
a:link { color: #CC99CC; text-decoration: underline;}
a:active { color: #CC99CC; text-decoration: underline;}
a:visited { color: #CC99CC; text-decoration: underline;}
a:hover { color: #CC99CC; text-decoration: underline;}

a.beautemenulnk:link { color: #C387BF; text-decoration: none; font-size: 11px; font-weight: bold; padding-left:8px; padding-right:8px;}
a.beautemenulnk:active { color: #C387BF; text-decoration: none; font-size: 11px; font-weight: bold; padding-left:8px; padding-right:8px;}
a.beautemenulnk:visited { color: #C387BF; text-decoration: none; font-size: 11px; font-weight: bold; padding-left:8px; padding-right:8px;}
a.beautemenulnk:hover { color: #4E135B; text-decoration: none; font-size: 11px; font-weight: bold; padding-left:8px; padding-right:8px;}
body {
	background-color: #FFFFFF;
	cursor: default;
	margin: 0px;
	scrollbar-base-color : #6E3F76;
    scrollbar-arrow-color: #E1AACC;
    background-image: url(../images/beaute_bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
img {
	border: none;
}
.beaute_rwing {
	background-image: url(../images/beaute_rwing.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.beaute_lwing {
	background-image: url(../images/beaute_lwing.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}
.beaute_bgbody {
    background-image: url(../images/beaute_bgbody2.gif);
    background-repeat: no-repeat;
	background-position: center top;
	text-align: top;
	height: 100%;
}
.beaute_menubg { 
    background-color: #F3E9EF;
    border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #E8C8DD;
}
.beaute_content {
	height: 100%;
	text-align: top;
	vertical-align: top;
	padding: 10px;
}
.beaute_footer {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #B76EB0;
    vertical-align: text-bottom;
}

.beaute_footerB {
	font-family: Arial, Verdana, Helvetica;
	font-size: 8pt;
	color: #CC99CC;
    vertical-align: text-bottom;
}

a.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #CC99CC;
}

p, td, ul li {
	font-family: Verdana, Arial, Helvetica;
        line-height: 1.6em;
        color: #560C56;
        font-size: 0.82em;
	}
