.sprinkleToday {
	display: block;
	list-style-position: inside;
	list-style-type: circle;
	line-height: 80px;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	color: #666666;
    background-color: #FFFFFF;
}

	A:link {color: #006699; }
    A:visited {color: #66BBCC; }
	A:hover {color: #E67300; }
    A:active {color: #996600; }
  
    
.EventTable {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
.sprinkle-title {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006699;
	background-color: #FFFFFF;
}
.sprinkle-subtitle {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 22px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #996600;
	font-weight: bold;
}
.sprinkle-heading {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 18px;
	font-style: italic;
	background-color: #FFFFFF;
	color: #006699;
	font-weight: bold;
}
.sprinkle-primary {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #0099E6;
	font-weight: bold;
}
.sprinkle-secondary {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #0099E6;
	font-weight: bold;
}
.sprinkle-body {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
}
.sprinkle-footer {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
}
* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}
