a.buttons:link {color: #C27DCB; text-decoration:none}     /* unvisited link */
a.buttons:visited {color: #C27DCB; text-decoration:none}  /* visited link */
a.buttons:hover {background-color:white}   /* mouse over link */
a.buttons:active {color: #C27DCB}   /* selected link */

a.buttons2:link {color: #C27DCB}     /* unvisited link */
a.buttons2:visited {color: #C27DCB; text-decoration:none;}  /* visited link */
a.buttons2:hover {background-color:white}   /* mouse over link */
a.buttons2:active {color: #C27DCB}   /* selected link */


a.buttons2{
  font-size:11pt;
  font-weight:600;
}

ul.circle {list-style-type: circle}

ul.disc {list-style-type: disc}


#comments-main {
	position:absolute;
	left:0px;
	top:335px;
	width:850px;
	height:654px;
}

#comments-disclaimer-box {
	position:absolute;
	left:0px;
	top:989px;
	width:850px;
	height:211px;
}

#disclaimer-image {
	position:absolute;
	left:40px;
	top:989px;
	width:773px;
	height:176px;
}


