/* StyleSheet for TinyMCE */
.textRed {
	color: #ab132a;
}
.textGrey {
	color: #ababab;
}
.textBlue {
	color: #3196eb;
}
.tableGrayFull {
	border: solid 1px #ffffff;
	border-collapse: collapse;
	width: 99%;
	background-image: URL(bg_formtable.gif);
	background-repeat: repeat-x;
	background-color: #f4f2f1;
}
.tableGrayFull img {
	border: solid 1px #e1e1e1;
	margin: 10px;
}
.tableGrayFull th strong {
	color: #fff;
}
.tableGrayFull th {
	background: #cccccc url(nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
.tableGrayFull tr {
	height: 25px;
}
.tableGrayFull td {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #DFDFDF;
	vertical-align:middle;
}
.tableGraySmall {
	border: solid 1px #ffffff;
	border-collapse: collapse;
	width: 450px;
	background-image: URL(bg_formtable.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.tableGraySmall th strong {
	color: #fff;
}
.tableGraySmall th {
	background: #93BC0C url(nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
.tableGraySmall tr {
	height: 25px;
}
.tableGraySmall td {
	padding: 5px 20px 5px 20px;
	border-bottom: 1px solid #DFDFDF;
	vertical-align:middle;
}
.textIntro{
	font-weight:bold;
}
.imageAlignRight {
	float:right;
	padding:0px 0px 15px 15px;
}
.imageAlignLeft{
	float:left;
	padding:0px 15px 15px 0px;
}
.featureBox550 {
	float:left;
	width:530px;
	background-image:url(bg_curvedbox_550.jpg);
	background-repeat:no-repeat;
	padding:12px 0 20px 22px;
	display:block;
}
.featureBox860 {
	float:left;
	width:860px;
	background-image:url(bg_curvedbox_860.jpg);
	background-repeat:no-repeat;
	padding:12px 0 20px 22px;
	display:block;
}
.photoCredit {
	font-style: italic;
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
}

