.italic {
      font-style: italic;
}

.bold {
      font-weight: bold;
}

.bolditalic {
    font-weight: bold;
    font-style: italic;
}

.centerbold {
	font-weight: bold;
	text-align:center;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.indented {
	padding-left: 50px;
}

.indented2 {
	padding-left: 75px;
}

.indentedBold {
	padding-left: 50px;
	font-weight: bold;
}

.photoframeleft {
  float:left;
  border:solid 1px silver;
  padding:6px;
  margin-right:10px;
  text-align:center;
  } 
  
.photoframeright{
	float:right;
	border:solid 1px silver;
	padding:6px;
	margin-left: 10px;
  } 
  
div.centered_image {
    display:block;
    margin:0 auto;
	border: 1px solid #cccccc;
    text-align:center;
	font-size: 1em;
	font-style: italic;
	color: #333333;
	background-color: #FFFFFF;
}

.backtotop{
	float:right;
	padding:0px 15px 0px 15px;
  } 

p.faq-question {
	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-answer {
	text-align:left;
	padding:0px 0px 5px 15px;
}

p.faq-rule {
	border-top: 1px dashed #CCCCCC;
	padding:5px 0px 0px 0px;
}

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;
}

.listTable {
	background-color: #FFFFFF;
	width:95%;
	margin: 20px 0px 0px 0px;
}
.listTable p {
	margin: 0px 0px 0px 0px;
}
 
.listTable td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
 
.listTable th {
	padding: 2px;
	color: #000;
	font-weight: bold;
/*	text-align: left;
*/	height: 20px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-left-style: none;
}

.listTable a:link {
	text-decoration: none;
}

.listTable a:visited {
	text-decoration: none;
}

.listTable a:active {
	text-decoration: none;
}