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: #006666;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	text-decoration: underline;
	color: #ffffff;
	background: #006666;
	font-weight: bold;	
}

.Selected {
	color: #ffffff;
	background: #006666;
	font-weight: bold;	
}

.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;
}

.FooterTextHIDE {
	font-size: 10pt;
}

.FooterText {
	font: 8pt Helvetica, sans-serif;
}

.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;
}

.LogoTable {
	background: #006666;
}

.LogoTextSmall {
	font: 8pt Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	background: #006666;
	text-align: center;
	border-style: none;
	padding: 0;
}


.LogoTextLarge {
	font: 18pt Papyrus, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006666;
	font-weight: bold;
	background: white;
	text-align: center;
	border-style: none;
}



.RateTitle {
	font: Papyrus, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	background: #006666;
}

.RateText {
	font: 14pt Papyrus, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006666;
	font-weight: bold;
	background: #ffffff;
}

.RateTextItalic {
	font: 12pt Papyrus, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	background: #006666;
}


.ModalityTitle {
	font-size: 12pt;
	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;
}

