@charset "utf-8";
/* CSS Document */

.SubTitle {
	font-size: 125%;
	font-weight: bold;
	display: block;
	margin-top: 25px;
}

.Bold {
	font-weight: bold;
}

.BoldCenter {
	text-align: center;
	font-weight:bold;
}

.grayText {
	color:#777575;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align:middle;
	padding: 0px;
}

.caption {
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 0 0 3px 3px;
	margin: 0px;	
}

.rfp-caption {
	line-height: 1.5em;
	background: #ccc;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size:1em;
	padding: 0 0 3px 3px;	
}

.Italic {
	font-style: italic;
}

.BoldItalic {
	font-weight: bold;
	font-style: italic;
}

.indented {
	padding-left: 42px;
}

.indentedBold {
	padding-left: 42px;
	font-weight:bold;
}

.indented2 {
	padding-left: 62px;
}

.indentedBold2 {
	padding-left: 62px;
	font-weight:bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.superscript {
	font-size:45%;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;

} 

.subscript {
	font-size:45%;
	vertical-align: baseline;
	position: relative;
	bottom: -0.4em;

	} 


.photoright{
	float:right;
/*	border:solid 1px silver;
*/	padding:6px;
	margin-left: 10px;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	color: #333333;
  } 
  
.photoleft {
  float:left;
  padding:6px;
  margin-right:10px;
  } 
  
.photoframe {
  float:left;
  border:solid 1px silver;
  padding:6px;
  margin-right:10px;
  } 
  
.photoframeright {
	float:right;
	border:solid 1px silver;
	padding:6px;
	margin-left: 10px;
  } 
    
.backtotop{
	float:right;
	padding:0px 15px 0px 15px;
  } 

/* Begin Table Style Options */


.dataTable {
	line-height: normal;
	border: 1px none #999999;
	background-color: #FFFFFF;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

.dataTable tr {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
 
.dataTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DCDCDC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #DCDCDC;
}

/*.dataTable td.no-border {
	border: #000000 1px none;
}*/


.dataTable th {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color: #889AAA;
	text-indent: 3px;
	border: 1px solid #CCCCCC;
	line-height: 2.0em;
}

.dataTable th.parent {
	background-color: #889AAA;
	border: 1px solid #CCCCCC;
}


.dataTable ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.dataTable li {
}


.dataTable a:link {
	text-decoration: none;
}
.dataTable a:visited {
	text-decoration: none;
}
.dataTable a:active {
	text-decoration: none;
}
.dataTable a:hover {
	color: #5286AD;
}


.listTable {
	background-color: #FFFFFF;
}
 
.listTable td {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}

.listTable th {
	padding: 2px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color:#DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-indent: 2px;
	border-top: 1px solid #DDDDDD;
}

.listTable a:link {
	text-decoration: none;
}
.listTable a:visited {
	text-decoration: none;
}
.listTable a:active {
	text-decoration: none;
}
.listTable a:hover {
	color: #5286AD;
}

.listTable caption {
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #6699CC;
	font-weight:bold;
}


.greytable {
	background-color: #CCCCCC;
	border-spacing: 1px;
}

.greytable td {
	border-collapse: collapse;
	line-height: 1.5;
	vertical-align: top;
	background-color: #FFFFFF;
}

.greytable th  {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background: #FFF url(graphics/th_bck.gif) repeat-x;
	background: #fafafb;
	color: #333333;
	padding: 5px 10px;
}

.greytable tr td {
	padding: 5px 10px;
	color: #333333;
}

.greytable tr:hover {
	background: #FFF url(graphics/tr_bck.gif) repeat;
}

.greytable tr:hover td {
	color: #454545;
}

.greytable caption {
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}

.greytable a:link {
}

.greytable a:visited {
	color: #666;
}

.greytable a:hover {
	color: #5286AD;
	text-decoration: none;
}

.greytable a:active {
	color: #003366;
}



.faqTable {
	line-height: normal;
	background-color: #FFFFFF;
	width: 95%;
}

.faqTable th {
	color: #000000;
	text-align: left;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 3px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/*.faqTable th ul li {
	font-weight: bold;
	color: #000000;
	background-image: url(graphics/q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.faqTable th ul li ul li {
	font-weight: normal;
	background-image: none;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-indent: 0px;
}*/

 
.faqTable td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;

	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
 
.faqTable td ul {
	font-weight: normal;
	color: #000000;
}

.faqTable td ul li{
	font-weight: bold;
	background-image: url(graphics/q.gif);
	background-repeat: no-repeat;
}

.faqTable td ul li ul li {
	font-weight: normal;
	padding-left: 0px;
	background-image: none;
}

.faqTable td ul li ul li ul li {
	font-weight: normal;
	padding-left: 12px;
	background-image:url(graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	list-style-type:none;
}

.rfpTable {
	background-color: #FFFFFF;
	text-align: left;
}
 
.rfpTable td {
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	border-bottom-color: #DDDDDD;
}


.rfpTable th {
	vertical-align: top;
	padding: 2px 4px 2px 4px;
	color: #000000;
	font-weight: bold;
	width:115px;
	text-align: left;
	background-color: #FFFFFF;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	border-bottom-color: #DDDDDD;
}

.rfpTable a:link {
	text-decoration: none;
}
.rfpTable a:visited {
	text-decoration: none;
}
.rfpTable a:active {
	text-decoration: none;
}
.rfpTable a:hover {
	color: #5286AD;
}

.callOutbox {
	width: 75%;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	margin: 15px 45px 15px 45px;
}

.no-wrap {
	text-wrap:none;
}


.red {
}

.tablePolicy {
	background-color: #CCCCCC;
	border-spacing: 1px;
}

.tablePolicy td {
	border: 1px solid black;
	border-collapse: collapse;
	line-height: 1.5;
	vertical-align: top;
	background-color: #FFFFFF;
}

.tablePolicy th  {
	border: 1px solid black;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background: #FFF url(graphics/th_bck.gif) repeat-x;
	background: #CC9900;
	color: #333333;
	padding: 5px 10px;
}

.tablePolicy tr td {
	padding: 5px 10px;
	color: #333333;
}

.tablePolicy tr:hover {
	background: #FFF url(graphics/tr_bck.gif) repeat;
}

.tablePolicy tr:hover td {
	color: #454545;
}

.tablePolicy caption {
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}

.tablePolicy a:link {
}

.tablePolicy a:visited {
	color: #666;
}

.tablePolicy a:hover {
	color: #5286AD;
	text-decoration: none;
}

.tablePolicy a:active {
	color: #003366;
}