<!--
     A:link {text-decoration:none; color:#FFFFFF}
     A:visited {text-decoration:none; color:#FFFFFF}
     A:hover{text-decoration:none;color:#EB4C2C;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
.tag_line {
	font-size: 10px;
	color: #FFFFFF;
}
.sub_text {font-size: 11px}
.membership {font-size: 9px}
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 290px;
height: 165px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 555px;
height: 160px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 10px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 310px;
height: 165px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px;
}

-->