@charset "utf-8";
/* CSS Document */

.red {
	color: red;
}

.backtotop {
	float:right;
}

.boldItalic {
	font-weight: bold;
    font-style: italic;
}

.bold {
	font-weight: bold;
}

.boldCenter {
	font-weight: bold;
	text-align: center;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.italic {
      font-style: italic;
}	

.indented {
	margin-left:20px;
}

.indentedBold {
	margin-left: 20px;
	font-weight: bold;
}

.indentedItalic {
	margin-left: 20px;
    font-style: italic;
}

.indentedItalicBold {
	margin-left: 20px;
	font-weight: bold;
    font-style: italic;
}

.indentedMore {
	margin-left: 30px;
}

.indentedMoreBold {
	margin-left: 30px;
	font-weight: bold;
}

.indentedMoremore{
	margin-left: 40px;
}
.noWrap {
	white-space:nowrap;
}

.noWrapLeft {
	white-space:nowrap;
	text-align: left;
}

.photo-right  {
	float:right;
}

.photo-left  {
	float:left;
}

.faq-title  {
	clear:both;   /* phone  delete */
	color: #1f3450;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: bold;
	font-size: 14px;
	padding:5px 0px 0px 0px;
	text-align:left;   /* phone  text-align:center; */
}

p.faq-question, p.faq-question-short {
	text-align:left;
	font-weight:bold;
	/*text-indent:15px;*/
	background-image:url(graphics/q.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	border-top: 1px dashed #CCCCCC;
	padding:5px 0px 0px 15px;
}

p.faq-question-short {
width:70%;
}

p.faq-answer {
	text-align:left;
	padding:0px 0px 5px 15px;
}

p.question-mark {
	text-align:left;
	font-weight:bold;
	/*text-indent:15px;*/
	padding-left:15px;
	background-image:url(graphics/q.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
}

.smText {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
.smTextindented {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	margin-left:20px;
}

.th-blue {
}

.small-type {
	font-size:10px;
}


