/* CSS Document */
.borderclass {
		border-style: dotted;
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		border-color : #C4B6B3;
}

.borderclassa {
		border-style: thin;
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		border-color : #0176CD;
}

.borderclassb {

		border-top-width : 2px;
		border-right-width : 0px;
		border-left-width : 2px;
		border-bottom-width : 0px;
		bordercolor : #0062CE; 
}
.borderclassd {
		border-style: dotted;
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		border-color : #0176CD;
}
.borderclasstop {

		border-top-width : 2px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		bordercolor : #0062CE; 
}

.borderclassbottom {

		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		bordercolor : #0062CE; 
}

.bordertopbottom {

		border-top-width : 1px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 1px;
		bordercolor : #0062CE; 
}

.borderright {
		border-top-width : 0px;
		border-right-width : 1px;
		border-left-width : 0px;
		border-bottom-width : 0px;
		border-color : white;
}

.bordernone{
		border-top-width : 0px;
		border-right-width : 0px;
		border-left-width : 0px;
		border-bottom-width : 0px;
}

.faqQuestion {
	color:#0073E6; 
	font-size:11pt; 
	font-family:Trebuchet Ms;
}

.pageTopic{
	font-size:13pt; 
	font-family:Trebuchet Ms; 
	color:#F07800
}

a:hover {text-decoration:none; font-weight:bold; font-family:Trebuchet Ms; font-size:9pt; color:white}
a.links{font-weight:bold; font-family:Trebuchet Ms; font-size:9pt; color: #C4B6B3}
a{text-decoration:none; color:#C4B6B3; font-weight:bold; font-family:Trebuchet Ms; font-size:9pt}


td.hasBorder { border-style     : solid;
                     
					 border-width: 0;
					 color:#666666;
					 font-weight:bold;
					 font-family:Verdana, Arial, Helvetica, sans-serif;
					 text-align:center;
					 font-size:8pt;
					}
      .isButton { cursor : pointer; }
      td#messageBox { width          : 6in;
                      padding-top    : 5px;
                      padding-bottom : 5px;
					  font-size: 8pt;
					  font-weight:bold;
					  font-family:Verdana, Arial, Helvetica, sans-serif;
					  text-align:center; 
					  }