/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
	background-color:#000000;
	background-attachment:fixed;
	background-position:0%0%;
	background-repeat:repeat-x;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.input_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.small_text {
	font-size: 11px;
	color: #FFFFFF;
}
#bold_text {
	font-weight: bold;
}

#color_grey {
	color: #aeaeae;
}
#color_white {
	color: #ffffff;
}
#color_orange, .color_orange {
	color: #ec8e02;
}
/*
#no_line {
	text-decoration: none;
}
*/


A.link_none:hover {
	text-decoration: none;
}

A.link_grey:hover {
	color: #aeaeae;
	text-decoration: none;
}

A.link_underline:hover {
	text-decoration: underline;
	
}a {
	text-decoration: none;
	color: #ffffff;
}

p {text-align:justify;
}

#imageColumn {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 70px;
}

#imageColumn img {
	margin-bottom: 20px;
	border: 1px solid #999999;
}

h5 {
	color: #ec8e02;
	font-family: century gothic, verdana, arial, sans-serif;
	font-size: 11pt;
	margin: 0;
	font-weight: normal;
}

.spaservices {
	font-weight: bold;
}


.spacategory {
	color: #ec8e02;
	font-family: century gothic, verdana, arial, sans-serif;
	font-size: 11pt;
	margin: 0;
	font-weight: normal;	
}

.spatreatment {
	font-size: 11pt;
	font-weight: bold;
}

.spaduration {
	font-style: italic;
	color: #cccccc;
}

a {
	color: #ec8e02;
}

.calendar td {
	background-color: #111111;
	font-size: 8pt;
}



