/*Highland Beauty Clinic StyleSheet*/


html{
   	font-family: Arial;
    	font-size: x-small;

     
}

body { 
    	margin: 0px;
    	color: #000000;
    	background-image: url(../images/bk.gif);     
    	background-repeat: no-repeat;
	background-position: top left;
	background-color: #010000
}



td {
	font-size : small
}

/*/*/a{}


body td {
    	font-size : x-small
}

html>head:first-child+body td {
   	 font-size : small
}

/* */

P {

    	text-align: justify;
    	line-height: 1.5;
	font-size: 90%
}


.content{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 18px;

}

h1{
	font-weight: bold;
	font-size: 100%
}	


.brownSmText {
  	 font-weight: bold; 
   	color: #000000;
	font-size: 80%   
}



.peachText {
   	font-weight: normal; 
   	color: #CEA58C;   
}

.peachTextBold {
   	font-weight: normal; 
   	color: #CEA58C;   
}

.borderWhiteBot{
	border-bottom: #FFFFFF solid 9px
}

.top{
   	font-weight: normal; 
   	color: #CD1481;
	text-align: right
}


ul{
    	list-style: url(../images/bullet.jpg);
	text-align: justify;


}

.tborder {
   border: 1px solid #CCA38A
}



.tborderbrown {
   border: 1px solid #010000
}

.borderLeft{

border-left: solid #CCA38A 1px
}

.borderRightLeft{

border-right: solid #CCA38A 1px;
border-left: solid #CCA38A 1px
}
.borderNoLeft{

border-right: solid #CCA38A 1px;
border-top: solid #CCA38A 1px;
border-bottom: solid #CCA38A 1px
}

.borderRight{

border-right: solid #CCA38A 1px
}

.borderTop{

border-top: solid #CCA38A 1px
}

.borderRightLeft{

	border-right: solid #CCA38A 1px;
	border-left: solid #CCA38A 1px
}


.imgright{
    border-right: #CCA38A 1px solid;
    border-top: #9E9E9E 1px solid;
    float: right;
    border-left: #9E9E9E 1px solid;
    border-bottom: #9E9E9E 1px solid;
    margin-top: 0px;
    margin-left: 14px;
    margin-bottom: 0px;
    margin-right: 0px   
}

.imgrightplain{
    float: right;
    margin-top: 0px;
    margin-left: 14px;
    margin-bottom: 0px;
    margin-right: 0px   
}


.imgleft{
    border-right: #010000 1px solid;
    border-top: #010000 1px solid;
    float: left;
    border-left: #010000 1px solid;
    border-bottom: #010000 1px solid;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 14px 
}

.imgleftplain{
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 20px 
}

.imgcenter{
    border-right: #010000 1px solid;
    border-top: #010000 1px solid;
    text-align: center;
    border-left: #010000 1px solid;
    border-bottom: #010000 1px solid;
    margin-top: 12px;
    margin-left: 0px;
    margin-bottom: 12px;
    margin-right: 0px 
}

.copyright {
	color: #CCA38A;
	font-weight: normal;
	font-size: 65%
}

.greySmallText {
	color: #9E9E9E;
	font-weight: normal;
	font-size: 75%;
}


.submit1 {
background-color: #9E9E9E;
border: 1px solid  #FFFFFF;
color: #FFFFFF;
font-size: 80%;
height: 22px; 
Font-weight: bold
}


 
TEXTAREA{ 
background-color:#ffffff; 
border-bottom: 1px solid #B4A9A9;
border-left: 1px solid #B4A9A9;
border-right: 1px solid #B4A9A9;
border-top: 1px solid #B4A9A9;
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #B4A9A9;
scrollbar-shadow-color: #B4A9A9;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #B4A9A9; 
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff 
}

 INPUT { 
background-color:#ffffff; 
border-bottom: 1px solid #B4A9A9; 
border-left: 1px solid #B4A9A9; 
border-right: 1px solid #B4A9A9; 
border-top: 1px solid #B4A9A9
}

 SELECT {
 
background-color: #ffffff;  
border-style: solid; 
border-color: #B4A9A9; 
border-width: 1px 
}





.checkbox { 
border: solid;
border-width: 0px;
border-color: #ffffff;
background-color: #ffffff
}
.radio {
border: solid;
border-width: 0px;
border-color:#ffffff;
background-color: #ffffff
}


a:link, a:active, a:visited {
   	color: #CEA58C;
	text-decoration: underline;
   	font-weight: bold;
}


a:hover {
   	color: #000000;
  	text-decoration: underline;
   	font-weight: bold;
}


a.linkSitemap:link, a.linkSitemap:active, a.linkSitemap:visited {
	color: #CCA38A;
	font-weight: normal;
	font-size: 75%;
	text-align: left;
	text-decoration: none;
}

a.linkSitemap:hover {
	color: #CCA38A;
	font-weight: normal;
	font-size: 75%;
	text-align: left;
	text-decoration: underline
}

a.linkPdf:link, a.linkPdf:active, a.linkPdf:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 90%;
	text-align: left;
	text-decoration: none;
	padding-left: 6px
}

a.linkPdf:hover {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 90%;
	text-align: left;
	text-decoration: underline;
	padding-left: 6px
}
