BODY
{
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font: 11pt "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #202020;
}

.tagline
{
	color: #FF0000;
	font-size: 15pt;
	margin-bottom: 10px;
}

.redbox
{
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 5px;
}
.bluebox
{
	background-color: #1F5BA7;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 5px;
	/*[disabled]background-color:#194ABD;*/
}
.rainbowbox
{
	background: #006799 url(/assets/images/allpages/kidsrainbowanim.gif) repeat-y;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	clear: both;
	margin-bottom: 5px;
}
.floatright
{
	border: 0;
	float: right;
	margin-left: 5px;
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}
P.horiz
{
	border-bottom: 1px solid #C0C0C0;
	height: 10px;
	clear: both;
}
.clearboth
{
	clear: both;
	margin-top: 5px;
}
.floatleft
{
	border: 0;
	float: left;
	margin-right: 5px;
}
.punchline
{
	font-size: 20px;
	font-weight: normal;
	cursor: default;
	position: relative;
	letter-spacing: 1px;
	color: #666666;
}

.typography .typography H1, .typography H2, .typography H3, .typography H4, .typography H5
{
	margin: 0px;
	color: #69764E;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 1em;
}
.typography H1
{
	font-size: 20pt;
	color: #DA0000;
	padding: 4px;
	/*+text-shadow:0px 2px 3px #979797;*/
	-moz-text-shadow: 0px 2px 3px #979797;
	-webkit-text-shadow: 0px 2px 3px #979797;
	-o-text-shadow: 0px 2px 3px #979797;
	text-shadow: 0px 2px 3px #979797;
}
.typography H2
{
	font-size: 16pt;
	color: #FC0000;
}
.typography H3
{
	font-size: 14pt;
	color: #79799B;
}
.typography H4
{
	font-size: 12pt;
	color: #0001BE;
}
.typography H5
{
	font-size: 10pt;
}
P, TABLE
{
	margin: 0px;
}
P
{
	padding-bottom: 1em;
}
IMG
{
	border: 0;
}
FORM
{
	margin: 0;
	padding: 0;
}
.typography A
{
	text-decoration: none;
}
.typography A:link
{
	color: #0080C0;
}
.typography A:visited
{
	color: #0080C0;
}
.typography A:active
{
	color: #0080C0;
}
.typography A:hover
{
	text-decoration: underline;
	color: #FF8000;
}
