BODY {
	color: #000000;
	background-color: #95BC7B;
	background-image: url(background_gradient.jpg);
	background-repeat: repeat-y;

	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
	font: 12pt Papyrus, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 18pt;
	font-weight: bold;
}

H2 {
	font-size: 12pt;
	font-weight: bold;			
}

A {
	color: #000000;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

.Link {
	text-decoration: underline;
	color: blue;
}

.SpecialPrice {
	color: blue;
	font-weight: bold;
}

.StrikeThrough {
	text-decoration: line-through;
	color: gray;
}

.White {
	color: white;
}

.Four {
	font-size: 4pt;
}

.IntroText {
	font-size: 12pt;
	font-style: italic;
	line-height: 28pt;
}

.FooterText {
	font-size: 12pt;
}

.GeneralTitle {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

.GeneralTitle2 {
	font: 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.GeneralText {
	font: 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.RateTitle {
	font: 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.RateText {
	font: 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 50px;
}

.ModalityTitle {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

.ModalityText {
	font-size: 11pt;
}

.PhotoCreditText {
	font: 7pt Verdana italic;
	text-align: right;
}

.FAQ-Question {
	font-size: 11pt;
	font-weight: bold;
}

.FAQ-Answer {
	font-size: 11pt;
}

.FAQ-ReturnToTop {
	font-size: 10pt;
	font-weight: bold;
}

.TextAlignRight {
	text-align: right;
}

.DottedCell {
	background-image: url(images/dot.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.LeftAlign {
	text-align: left;
}
