BODY, table {
	background-color:#FFFFCC;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 13px;
	
	scrollbar-3dlight-color:#993300;/*very last bg*/
           scrollbar-arrow-color:#993300;/*small arrow*/
           scrollbar-darkshadow-color:yellow;/*hightlight on the right*/
           scrollbar-face-color:#000066;/*main body part*/
           scrollbar-highlight-color:#993300;/*back main part*/
           scrollbar-shadow-color:#FF0000;/*back right part*/
		   
		   margin-bottom:0px;
		   margin-top:0px;
		   margin-left: 0px;
		   margin-right:0px;
		   

}





/*start of the links*/
a:link{
	text-decoration: underline;
	color: #000000;

}



a:visited{
	text-decoration: underline;
	color: #000000;
}
a:active{
	text-decoration: underline;
	color: #000000;

}

a:hover{
text-decoration: underline;
	color: #FF0000;
}








/*end of the links*/
h1{
font-size:14px;
margin-left:35px;

}
p{
margin-left: 25px;
margin-right: 20px;

}

p.quote{
	font-style: italic;


}


/*form elements*/
input, select, textarea, radio {

background-color: #D7D7FF;
	

}

/*backgrounds in tables */

table.logo {
	background-image: url(library/logo/logo_bg.gif);
	background-repeat: repeat-x;


}
td.secrow_logo
{
	background-image: url(library/logo/logo_hypnotherapy_secrow_left.gif);
	background-repeat: no-repeat;


}
td.sidelinks{
	background-image: url(library/sideLayer_bg.gif);
	background-repeat: repeat-y;

}

td.footer {
	background-image: url(library/footer_bg.gif);
	background-repeat: repeat-x;


}

ul{
	list-style-image: url(library/bullets.gif);
	


}
li{
margin-left:35px;
margin-top:10px;
margin-bottom:10px;
}