body
{
	background-color:#000;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom right ;
}


body,td,th {
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	color: #FFF;
}



.backgroundHome { 
background-image: url(images/homeBkgLg.jpg); 
background-repeat:no-repeat;
}


.backgroundAbout { 
background-image: url(images/aboutBkg.jpg); 
background-repeat:no-repeat;
}


.backgroundContact { 
background-image: url(images/contactBkg.jpg); 
background-repeat:no-repeat;
}


.backgroundRadiologists { 
background-image: url(images/radiologistsBkg.jpg); 
background-repeat:no-repeat;
}

.backgroundCases{ 
background-image: url(images/casesBkg2.jpg); 
background-repeat:no-repeat;
}

.maintext {
	width : 600px;
	line-height:30px;
	font-size:16px;
}

.formtext {
		width : 600px;
	line-height:30px;
	font-size:16px;
	color:#97ee89;
}

.formtextBLUE {
		width : 600px;
	line-height:30px;
	font-size:16px;
	color:#b4ffe0;
}

.blueLink {
	color:#b4ffe0;
	text-decoration:none;
}

.blueLink:Hover {
	color:#fff;
	text-decoration:underline;
}


.greenLink {
	color:#97ee89;
	text-decoration:none;
}

.greenLink:Hover {
	color:#fff;
	text-decoration:underline;
}








.toggler {
	color:#97ee89;
	text-decoration:none;

}

.toggler:Hover {
	color:#b4ffe0;
	text-decoration:underline;

}


.active {
	color:#b4ffe0;
	text-decoration:none;
}