/**
 * convio_override.css
 * Overrides the default Convio CSS declarations.
 */

body
{
background-color: #fff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 50%;
}

p, li, ol, ul, table, tr, th, td, .Explicit
{
font-family: inherit;
font-size: inherit;
}

#inner ol,
#inner ul
{
	list-style-image: url(http://www.childrenscancer.org/images/text/bullet-body.gif);
	padding-left: 30px;
	margin-bottom: 1.75em;
}

#inner ol li,
#inner ul li
{
	margin-bottom: 0.83em;
}
